CVAIAug 22, 2024

ND-SDF: Learning Normal Deflection Fields for High-Fidelity Indoor Reconstruction

arXiv:2408.12598v310 citationsh-index: 12
Originality Incremental advance
AI Analysis

This work addresses high-fidelity indoor reconstruction for applications like robotics or AR/VR, representing an incremental improvement over prior methods.

The paper tackled the problem of simultaneously recovering meticulous geometry and preserving smoothness in neural implicit 3D reconstruction by proposing ND-SDF, which learns a normal deflection field to adaptively use geometric priors, resulting in improved accuracy and detail preservation on challenging datasets.

Neural implicit reconstruction via volume rendering has demonstrated its effectiveness in recovering dense 3D surfaces. However, it is non-trivial to simultaneously recover meticulous geometry and preserve smoothness across regions with differing characteristics. To address this issue, previous methods typically employ geometric priors, which are often constrained by the performance of the prior models. In this paper, we propose ND-SDF, which learns a Normal Deflection field to represent the angular deviation between the scene normal and the prior normal. Unlike previous methods that uniformly apply geometric priors on all samples, introducing significant bias in accuracy, our proposed normal deflection field dynamically learns and adapts the utilization of samples based on their specific characteristics, thereby improving both the accuracy and effectiveness of the model. Our method not only obtains smooth weakly textured regions such as walls and floors but also preserves the geometric details of complex structures. In addition, we introduce a novel ray sampling strategy based on the deflection angle to facilitate the unbiased rendering process, which significantly improves the quality and accuracy of intricate surfaces, especially on thin structures. Consistent improvements on various challenging datasets demonstrate the superiority of our method.

Code Implementations1 repo
Foundations

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

Your Notes