Papers
Topics
Authors
Recent
Search
2000 character limit reached

DOC-GS: Dual-Domain Observation and Calibration for Reliable Sparse-View Gaussian Splatting

Published 8 Apr 2026 in cs.CV | (2604.06739v1)

Abstract: Sparse-view reconstruction with 3D Gaussian Splatting (3DGS) is fundamentally ill-posed due to insufficient geometric supervision, often leading to severe overfitting and the emergence of structural distortions and translucent haze-like artifacts. While existing approaches attempt to alleviate this issue via dropout-based regularization, they are largely heuristic and lack a unified understanding of artifact formation. In this paper, we revisit sparse-view 3DGS reconstruction from a new perspective and identify the core challenge as the unobservability of Gaussian primitive reliability. Unreliable Gaussians are insufficiently constrained during optimization and accumulate as haze-like degradations in rendered images. Motivated by this observation, we propose a unified Dual-domain Observation and Calibration (DOC-GS) framework that models and corrects Gaussian reliability through the synergy of optimization-domain inductive bias and observation-domain evidence. Specifically, in the optimization domain, we characterize Gaussian reliability by the degree to which each primitive is constrained during training, and instantiate this signal via a Continuous Depth-Guided Dropout (CDGD) strategy, where the dropout probability serves as an explicit proxy for primitive reliability. This imposes a smooth depth-aware inductive bias to suppress weakly constrained Gaussians and improve optimization stability. In the observation domain, we establish a connection between floater artifacts and atmospheric scattering, and leverage the Dark Channel Prior (DCP) as a structural consistency cue to identify and accumulate anomalous regions. Based on cross-view aggregated evidence, we further design a reliability-driven geometric pruning strategy to remove low-confidence Gaussians.

Summary

  • The paper presents a dual-domain calibration framework that leverages continuous depth-guided dropout and dark channel prior methods to enhance Gaussian reliability in sparse-view settings.
  • The optimization-domain module (CDGD) dynamically suppresses weak Gaussian primitives using a depth-aware dropout function, leading to significant improvements in PSNR compared to discrete regularization alternatives.
  • The observation-domain module (DCP-GP) prunes artifact-producing Gaussians by analyzing dark channel statistics, resulting in cleaner renderings and improved geometric fidelity.

Dual-Domain Observation and Calibration for Sparse-View Gaussian Splatting

Motivation and Problem Formulation

Sparse-view reconstruction via 3D Gaussian Splatting (3DGS) is inherently ill-posed due to limited geometric constraints, leading to overfitting and emergence of translucent “floater” artifacts. Prior dropout-based regularization methods provide stochastic perturbations but lack rigorous modeling of artifact formation or explicit reliability estimation for Gaussian primitives, resulting in limited efficacy especially under sparse-view conditions.

This paper identifies the primary challenge as the unobservability of Gaussian reliability: unreliable primitives persist due to ambiguous constraints during optimization, manifesting as haze-like artifacts in rendered images. The authors reformulate the problem as a dual-domain reliability inference task, jointly aggregating signals from the optimization domain and observation domain to calibrate and prune unreliable Gaussians. Figure 1

Figure 1: Overview of DOC-GS, illustrating iterative dual-domain calibration for Gaussian reliability and haze suppression.

Methodology

Optimization-Domain Calibration: Continuous Depth-Guided Dropout (CDGD)

In the optimization domain, Gaussian reliability is inferred via constraints imposed during training. The proposed CDGD mechanism replaces prior discrete masking with a continuous, depth-aware dropout probability function:

Pi=DiW(di)P_i = D_i \cdot \mathcal{W}(d_i)

where DiD_i is a normalized importance score and W(di)\mathcal{W}(d_i) is a smooth attenuation weight parameterized by depth, ensuring differentiability and stability in optimization. This suppresses weakly constrained Gaussians without disrupting spatial coherence, eliminating abrupt binning transitions seen in earlier approaches [D2GS, (Song et al., 9 Oct 2025)]. Ablation studies demonstrate PSNR improvement with CDGD compared to discrete alternatives.

Observation-Domain Calibration: Dark Channel Prior-Guided Pruning (DCP-GP)

Observation-domain evidence is extracted by establishing an atmospheric scattering analogy for floater artifacts. Artifact regions display abnormal responses in the dark channel statistics of rendered images, akin to haze in ASM [dcp, CVPR 2009]. The framework aggregates pixel-wise DCP anomaly scores across views, marking Gaussians whose persistent presence correlates with structural inconsistencies:

  • Multi-view accumulation ensures robustness over direct pixel-Gaussian correspondences, minimizing false positives from naturally dark regions.
  • Periodic pruning removes Gaussians with high anomaly scores and low opacity, calibrated by dynamic thresholds.

This dual-domain fusion iteratively refines the underlying primitives, progressively suppressing haze and structural distortions while retaining valid geometry.

Empirical Evaluation

Quantitative Results

DOC-GS is validated on LLFF, MipNeRF360, and Blender benchmarks under severe sparse-view regimes. Performance is measured via PSNR, SSIM, and LPIPS. DOC-GS achieves:

  • PSNR of 21.38 dB on LLFF 3-view, outperforming NexusGS and DropGaussian by a statistically significant margin.
  • Consistent improvements across all sparsity levels and datasets, maintaining high fidelity even when integrated (“plug-and-play”) into FSGS, CoR-GS, and DropGaussian baselines.

Qualitative Results

DOC-GS produces visually cleaner reconstructions, eliminating floater artifacts and maintaining coherent geometry absent in DropGaussian, DropoutGS, and vanilla 3DGS. Figure 2

Figure 2

Figure 2

Figure 2

Figure 2

Figure 2

Figure 2

Figure 2

Figure 2

Figure 2

Figure 2

Figure 2

Figure 2

Figure 2

Figure 2

Figure 2: Qualitative comparison on LLFF under 3-view settings, highlighting artifact suppression and structural coherence from DOC-GS.

Figure 3

Figure 3

Figure 3

Figure 3

Figure 3

Figure 3

Figure 3

Figure 3

Figure 3

Figure 3

Figure 3

Figure 3

Figure 3

Figure 3

Figure 3

Figure 3: Qualitative comparison on MipNeRF360 (12 views), demonstrating improved artifact suppression and geometric fidelity.

Compatibility and Ablation

DOC-GS integrates seamlessly with existing 3DGS variants, improving their performance under all tested conditions. Ablation confirms the complementary effect: optimization-domain (CDGD) and observation-domain (DCP-GP) modules yield incremental improvements, their combination leading to maximal gains.

Theoretical and Practical Implications

By providing a unified dual-domain framework, the paper advances the principled modeling of artifact formation in sparse-view 3DGS. Optimization-domain regularization ensures stable training dynamics; observation-domain priors allow artifact detection beyond heuristics, leveraging statistical cues characteristic of haze. The plug-and-play modularity facilitates adoption in broader 3DGS pipelines, improving reliability in practical NVS tasks subject to limited observation.

Practically, DOC-GS enhances sparse-view view synthesis, enabling more robust deployment in real-world settings (e.g., SLAM, scene editing, autonomous navigation) where dense supervision is infeasible. Theoretically, the dual-domain paradigm encourages further exploration: integrating richer image-space priors, advanced reliability modeling, and extending to non-Gaussian explicit representations or general radiance field models. Figure 4

Figure 4

Figure 4

Figure 4

Figure 4

Figure 4

Figure 4: FSGS results further demonstrating the compatibility and robustness of DOC-GS for few-shot view synthesis.

Conclusion

DOC-GS introduces a dual-domain calibration framework for sparse-view Gaussian Splatting, where Gaussian primitive reliability is jointly inferred and pruned via optimization-domain depth-guided dropout and observation-domain DCP cues. The methodology effectively suppresses haze-like artifacts, improving geometric fidelity and rendering quality across multiple benchmarks and integration scenarios. The dual-domain inference model represents a substantial refinement over stochastic regularization, suggesting broad implications for future explicit scene modeling and sparse-view reconstruction research in NVS and 3D vision (2604.06739).

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.

Tweets

Sign up for free to view the 1 tweet with 0 likes about this paper.