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

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

GaussianRoom Reconstruction results.

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.

Compare

Reconstruction Comparisons

Rendering Comparisons

Related Links

There's a lot of excellent work that was introduced around the same time as ours.

GSDF also jointly optimizes Neural SDF and 3DGS.

BibTeX

@article{xxx,
  author    = {xxx},
  title     = {GaussianRoom},
  journal   = {xxxx},
  year      = {2024},
}