Papers › CoR-GS: Sparse-View 3D Gaussian Splatting via Co-Regularization

CoR-GS: Sparse-View 3D Gaussian Splatting via Co-Regularization

20 May 2024arXiv:2405.12110archive 2025-07-28

Jiawei Zhang, Jiahe Li, Xiaohan Yu, Lei Huang, Lin Gu, Jin Zheng, Xiao Bai

3D Gaussian Splatting (3DGS) creates a radiance field consisting of 3D Gaussians to represent a scene. With sparse training views, 3DGS easily suffers from overfitting, negatively impacting rendering. This paper introduces a new co-regularization perspective for improving sparse-view 3DGS. When training two 3D Gaussian radiance fields, we observe that the two radiance fields exhibit point disagreement and rendering disagreement that can unsupervisedly predict reconstruction quality, stemming from the randomness of densification implementation. We further quantify the two disagreements and demonstrate the negative correlation between them and accurate reconstruction, which allows us to identify inaccurate reconstruction without accessing ground-truth information. Based on the study, we propose CoR-GS, which identifies and suppresses inaccurate reconstruction based on the two disagreements: (1) Co-pruning considers Gaussians that exhibit high point disagreement in inaccurate positions and prunes them. (2) Pseudo-view co-regularization considers pixels that exhibit high rendering disagreement are inaccurate and suppress the disagreement. Results on LLFF, Mip-NeRF360, DTU, and Blender demonstrate that CoR-GS effectively regularizes the scene geometry, reconstructs the compact representations, and achieves state-of-the-art novel view synthesis quality under sparse training views.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2405.12110")

Code

Syntology Ran 4 of 12 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 1 ran · honoured contract; 3 ran with no contract checked.

By repository: official repository: 12 samples from 1 repository, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

jiaw-z/CoR-GS officialmentioned on GitHubpytorchNOASSERTION report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

12 samples harvested; 4 ran; 1 honoured the contract we drafted; 8 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

1ran · honoured contract
3ran
8unverified

Licence: 12 of the 12 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from jiaw-z/CoR-GS. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

l1_loss jiaw-z/CoR-GS/utils/loss_utils.py official repository ran fingerprinted no licence file found · pointer only · ac0e42d6fbcfbbe6 · report
l2_loss jiaw-z/CoR-GS/utils/loss_utils.py official repository ran fingerprinted no licence file found · pointer only · 8c3b0f873ba11813 · report
normalize_activation jiaw-z/CoR-GS/lpipsPyTorch/modules/utils.py official repository ran fingerprinted no licence file found · pointer only · 1dab900b2adbe38e · report
read_next_bytes jiaw-z/CoR-GS/scene/colmap_loader.py official repository ran · honoured contract no licence file found · pointer only · 56858e04e6fdb2ff · report
custom_sort jiaw-z/CoR-GS/metrics_dtu.py official repository unverified no licence file found · pointer only · f8a568a9009f4ade · report
get_network jiaw-z/CoR-GS/lpipsPyTorch/modules/networks.py official repository unverified no licence file found · pointer only · 07bd0da29c4dc7bb · report
get_state_dict jiaw-z/CoR-GS/lpipsPyTorch/modules/utils.py official repository unverified no licence file found · pointer only · b06f27c08cf5d0ca · report
l1_loss_mask jiaw-z/CoR-GS/utils/loss_utils.py official repository unverified no licence file found · pointer only · 70d775a44a693dae · report
qvec2rotmat jiaw-z/CoR-GS/scene/colmap_loader.py official repository unverified no licence file found · pointer only · 6ce64cf0fbcd6bb1 · report
readImages jiaw-z/CoR-GS/metrics.py official repository unverified no licence file found · pointer only · 2a05973a17f517e6 · report
readImages jiaw-z/CoR-GS/metrics_dtu.py official repository unverified no licence file found · pointer only · f0a7e7830ac7d9d7 · report
rotmat2qvec jiaw-z/CoR-GS/scene/colmap_loader.py official repository unverified no licence file found · pointer only · 659bc4e7e63ed8f9 · report

Tasks

3DGSNovel View Synthesis

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

RoIAlignRoIPoolSoftmax

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections