CVSep 27, 2025

OracleGS: Grounding Generative Priors for Sparse-View Gaussian Splatting

ETH Zurich
arXiv:2509.23258v21 citationsh-index: 62
Originality Incremental advance
AI Analysis

This addresses the trade-off between geometric faithfulness and scene completion in 3D reconstruction for computer vision applications, representing a novel hybrid approach rather than a foundational breakthrough.

The paper tackles the problem of sparse-view novel view synthesis, which suffers from geometric ambiguity, by proposing OracleGS, a framework that combines generative completeness with regressive fidelity, outperforming state-of-the-art methods on datasets like Mip-NeRF 360 and NeRF Synthetic.

Sparse-view novel view synthesis is fundamentally ill-posed due to severe geometric ambiguity. Current methods are caught in a trade-off: regressive models are geometrically faithful but incomplete, whereas generative models can complete scenes but often introduce structural inconsistencies. We propose OracleGS, a novel framework that reconciles generative completeness with regressive fidelity for sparse view Gaussian Splatting. Instead of using generative models to patch incomplete reconstructions, our "propose-and-validate" framework first leverages a pre-trained 3D-aware diffusion model to synthesize novel views to propose a complete scene. We then repurpose a multi-view stereo (MVS) model as a 3D-aware oracle to validate the 3D uncertainties of generated views, using its attention maps to reveal regions where the generated views are well-supported by multi-view evidence versus where they fall into regions of high uncertainty due to occlusion, lack of texture, or direct inconsistency. This uncertainty signal directly guides the optimization of a 3D Gaussian Splatting model via an uncertainty-weighted loss. Our approach conditions the powerful generative prior on multi-view geometric evidence, filtering hallucinatory artifacts while preserving plausible completions in under-constrained regions, outperforming state-of-the-art methods on datasets including Mip-NeRF 360 and NeRF Synthetic.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes