Papers › SparseGS: Real-Time 360° Sparse View Synthesis using Gaussian Splatting

SparseGS: Real-Time 360° Sparse View Synthesis using Gaussian Splatting

30 Nov 2023arXiv:2312.00206archive 2025-07-28

Haolin Xiong, Sairisheek Muttukuru, Rishi Upadhyay, Pradyumna Chari, Achuta Kadambi

3D Gaussian Splatting (3DGS) has recently enabled real-time rendering of unbounded 3D scenes for novel view synthesis. However, this technique requires dense training views to accurately reconstruct 3D geometry. A limited number of input views will significantly degrade reconstruction quality, resulting in artifacts such as "floaters" and "background collapse" at unseen viewpoints. In this work, we introduce SparseGS, an efficient training pipeline designed to address the limitations of 3DGS in scenarios with sparse training views. SparseGS incorporates depth priors, novel depth rendering techniques, and a pruning heuristic to mitigate floater artifacts, alongside an Unseen Viewpoint Regularization module to alleviate background collapses. Our extensive evaluations on the Mip-NeRF360, LLFF, and DTU datasets demonstrate that SparseGS achieves high-quality reconstruction in both unbounded and forward-facing scenarios, with as few as 12 and 3 input images, respectively, while maintaining fast training and real-time rendering capabilities.

PaperPDFCodeCode Syntology ran

In Syntology 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="2312.00206")

Code

Syntology Ran 13 of 15 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 4 ran · our draft was wrong; 9 ran with no contract checked.

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

ForMyCat/SparseGS officialmentioned in papermentioned 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

15 samples harvested; 13 ran; 0 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

4ran · our draft was wrong
9ran
2unverified

Licence: 15 of the 15 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 ForMyCat/SparseGS. “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.

conv1x1 ForMyCat/SparseGS/BoostingMonocularDepth/lib/Resnext_torch.py official repository ran · our draft was wrong no licence file found · pointer only · d9def42110729a85 · report
conv3x3 ForMyCat/SparseGS/BoostingMonocularDepth/lib/Resnext_torch.py official repository ran · our draft was wrong no licence file found · pointer only · 160bb14bd76201b4 · report
conv3x3 ForMyCat/SparseGS/BoostingMonocularDepth/lib/Resnet.py official repository ran · our draft was wrong no licence file found · pointer only · fac5364e2f53c6db · report
generatemask ForMyCat/SparseGS/BoostingMonocularDepth/BMD_utils.py official repository ran licence not identified · pointer only · d79ae42a817f3099 · report
l1_loss ForMyCat/SparseGS/utils/loss_utils.py official repository ran fingerprinted no licence file found · pointer only · ac0e42d6fbcfbbe6 · report
l2_loss ForMyCat/SparseGS/utils/loss_utils.py official repository ran fingerprinted no licence file found · pointer only · 8c3b0f873ba11813 · report
mask_l1_loss ForMyCat/SparseGS/utils/loss_utils.py official repository ran fingerprinted licence not identified · pointer only · f5a0e35b29a41690 · report
readImages ForMyCat/SparseGS/metrics.py official repository ran licence not identified · pointer only · d4706ffc43a31944 · report
read_image ForMyCat/SparseGS/BoostingMonocularDepth/BMD_utils.py official repository ran licence not identified · pointer only · 751d71fe97a2cf09 · report
resizewithpool ForMyCat/SparseGS/BoostingMonocularDepth/BMD_utils.py official repository ran no licence file found · pointer only · 2649eeed140cbf3a · report
resnet18 ForMyCat/SparseGS/BoostingMonocularDepth/lib/Resnet.py official repository ran no licence file found · pointer only · 42823db097a59e8e · report
resnet34 ForMyCat/SparseGS/BoostingMonocularDepth/lib/Resnet.py official repository ran no licence file found · pointer only · 39037cdb0fe985b1 · report
strip_prefix_if_present ForMyCat/SparseGS/BoostingMonocularDepth/lib/net_tools.py official repository ran · our draft was wrong no licence file found · pointer only · 5a951495ac113177 · report
get_func ForMyCat/SparseGS/BoostingMonocularDepth/lib/net_tools.py official repository unverified licence not identified · pointer only · 0d504dc72cd88b69 · report
resnext101_32x8d ForMyCat/SparseGS/BoostingMonocularDepth/lib/Resnext_torch.py official repository unverified licence not identified · pointer only · ff6eae1654f1ef39 · report

Tasks

3D geometry3DGSNeRFNovel View Synthesis

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

BASE

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