SG-NeRF: Neural Surface Reconstruction with Scene Graph Optimization
Yiyang Chen, Siyan Dong, Xulong Wang, Lulu Cai, Youyi Zheng, Yanchao Yang
TL;DR
SG-NeRF addresses the challenge of 3D surface reconstruction with significantly noisy camera poses by jointly optimizing a neural radiance field and a scene graph initialized from SfM. It introduces adaptive inlier-outlier confidence, an IoU-based loss over matched keypoints, and a coarse-to-fine training strategy to mitigate outlier influence and stabilize optimization; the method minimizes a composite loss $L = L_{photo} + \alpha L_{reg} + \beta L_{IoU}$ with PSNR-informed confidence updates. The approach is validated on a newly collected dataset with challenging pose errors and on the DTU benchmark, where SG-NeRF achieves state-of-the-art or competitive performance, especially under severe pose noise. The work demonstrates robust, high-quality 3D reconstructions in practical scenarios and provides code and data to enable reproducibility and further research in pose-robust neural surface reconstruction.
Abstract
3D surface reconstruction from images is essential for numerous applications. Recently, Neural Radiance Fields (NeRFs) have emerged as a promising framework for 3D modeling. However, NeRFs require accurate camera poses as input, and existing methods struggle to handle significantly noisy pose estimates (i.e., outliers), which are commonly encountered in real-world scenarios. To tackle this challenge, we present a novel approach that optimizes radiance fields with scene graphs to mitigate the influence of outlier poses. Our method incorporates an adaptive inlier-outlier confidence estimation scheme based on scene graphs, emphasizing images of high compatibility with the neighborhood and consistency in the rendering quality. We also introduce an effective intersection-over-union (IoU) loss to optimize the camera pose and surface geometry, together with a coarse-to-fine strategy to facilitate the training. Furthermore, we propose a new dataset containing typical outlier poses for a detailed evaluation. Experimental results on various datasets consistently demonstrate the effectiveness and superiority of our method over existing approaches, showcasing its robustness in handling outliers and producing high-quality 3D reconstructions. Our code and data are available at: \url{https://github.com/Iris-cyy/SG-NeRF}.
