CVAIOct 12, 2023

PG-NeuS: Robust and Efficient Point Guidance for Multi-View Neural Surface Reconstruction

arXiv:2310.07997v25 citationsh-index: 12
AI Analysis

This work addresses efficiency and robustness issues in 3D reconstruction for computer vision applications, representing an incremental improvement over existing methods.

The paper tackles the problem of limited accuracy and high time complexity in multi-view neural surface reconstruction by introducing PG-NeuS, a point-guided method that achieves an 11x speedup compared to NeuS while producing high-quality surfaces robust to noise and sparse data.

Recently, learning multi-view neural surface reconstruction with the supervision of point clouds or depth maps has been a promising way. However, due to the underutilization of prior information, current methods still struggle with the challenges of limited accuracy and excessive time complexity. In addition, prior data perturbation is also an important but rarely considered issue. To address these challenges, we propose a novel point-guided method named PG-NeuS, which achieves accurate and efficient reconstruction while robustly coping with point noise. Specifically, aleatoric uncertainty of the point cloud is modeled to capture the distribution of noise, leading to noise robustness. Furthermore, a Neural Projection module connecting points and images is proposed to add geometric constraints to implicit surface, achieving precise point guidance. To better compensate for geometric bias between volume rendering and point modeling, high-fidelity points are filtered into a Bias Network to further improve details representation. Benefiting from the effective point guidance, even with a lightweight network, the proposed PG-NeuS achieves fast convergence with an impressive 11x speedup compared to NeuS. Extensive experiments show that our method yields high-quality surfaces with high efficiency, especially for fine-grained details and smooth regions, outperforming the state-of-the-art methods. Moreover, it exhibits strong robustness to noisy data and sparse data.

Foundations

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

Your Notes