GaussianRoom: Improving 3D Gaussian Splatting with SDF Guidance and Monocular Cues for Indoor Scene Reconstruction

Haodong Xiang*1, Xinghui Li*1, Xiansong Lai1, Wanting Zhang1, Zhichao Liao1, Kai Cheng2✉, Xueping Liu1✉

(* Equal Contribution)

1 Tsinghua University, 2University of Science and Technology of China

Abstract

Recently, 3D Gaussian Splatting(3DGS) has revolutionized neural rendering with its high-quality rendering and real-time speed. However, when it comes to indoor scenes with a significant number of textureless areas, 3DGS yields incomplete and noisy reconstruction results due to the poor initialization of the point cloud and under-constrained optimization. Inspired by the continuity of signed distance field (SDF), which naturally has advantages in modeling surfaces, we present a unified optimizing framework integrating neural SDF with 3DGS. This framework incorporates a learnable neural SDF field to guide the densification and pruning of Gaussians, enabling Gaussians to accurately model scenes even with poor initialized point clouds. At the same time, the geometry represented by Gaussians improves the efficiency of the SDF field by piloting its point sampling. Additionally, we regularize the optimization with normal and edge priors to eliminate geometry ambiguity in textureless areas and improve the details. Extensive experiments in ScanNet and ScanNet++ show that our method achieves state-of-the-art performance in both surface reconstruction and novel view synthesis.

Overview

overview

GaussianRoom integrates neural SDF within 3DGS and forms a positive cycle improving each other. (a) We employ the geometric information from the SDF to constrain the Gaussian primitives, ensuring their spatial distribution aligns with the scene surface. (b) We utilize rasterized depth from Gaussian to efficiently provide coarse geometry information, narrowing down the sampling range to accelerate the optimization of neural SDF. (c) We introduce monocular normal prior and edge prior, addressing the challenges of texture-less areas and fine structures indoors.

SDF-guided Primitive Distribution Stategy

overview

(a) Gaussian primitives distribution (b) Ground truth scene surface and Gaussian primitives distribution (c) The red Gaussian points represent new Gaussians generated by the SDF-guided Global Densification strategy, while the green Gaussian points indicate those adjusted through the SDF-guided Densification and Pruning process.

Reconstruction Comparison

Rendering Comparison

More Reconstruction Comparisons

More Rendering Comparisons

Acknowledgment

We thank 3DGS, GaussianPro, and NeuS for our code references.

BibTeX

If you find this project useful in your research, please consider cite:

@article{xiang2024gaussianroom,
      title={GaussianRoom: Improving 3D Gaussian Splatting with SDF Guidance and Monocular Cues for Indoor Scene Reconstruction},
      author={Xiang, Haodong and Li, Xinghui and Lai, Xiansong and Zhang, Wanting and Liao, Zhichao and Cheng, Kai and Liu, Xueping},
      journal={arXiv preprint arXiv:2405.19671},
      year={2024}
}