GRAPH-GUIDED SCENE RECONSTRUCTION FROM IMAGES WITH 3D GAUSSIAN SPLATTING

[ICLR 2025]

Chong Cheng*1     Gaochao Song*2     Yiyang Yao3     Qinzheng Zhou4     Gangjian Zhang1     Hao Wang1

1. HKUST (GZ)     2. HKU     3. SCUT     4. UC Berkeley

🚧 Website Under Construction 🚧

Code and additional resources coming soon! Stay tuned.

Abstract

This paper investigates an open research challenge of reconstructing high-quality, large 3D open scenes from images. It is observed existing methods have various limitations, such as requiring precise camera poses for input and dense viewpoints for supervision. To perform effective and efficient 3D scene reconstruction, we propose a novel graph-guided 3D scene reconstruction framework, GraphGS. Specifically, given a set of images captured by RGB cameras on a scene, we first design a spatial prior-based scene structure estimation method. This is then used to create a camera graph that includes information about the camera topology. Further, we propose to apply the graph-guided multi-view consistency constraint and adaptive sampling strategy to the 3D Gaussian Splatting optimization process. This greatly alleviates the issue of Gaussian points overfitting to specific sparse viewpoints and expedites the 3D reconstruction process. We demonstrate GraphGS achieves high-fidelity 3D reconstruction from images, which presents state-of-the-art performance through quantitative and qualitative evaluation across multiple datasets.

BibTeX

@misc{cheng2025graphguidedscenereconstructionimages,
      title={Graph-Guided Scene Reconstruction from Images with 3D Gaussian Splatting}, 
      author={Chong Cheng and Gaochao Song and Yiyang Yao and Qinzheng Zhou and Gangjian Zhang and Hao Wang},
      year={2025},
      eprint={2502.17377},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2502.17377}, 
}