Enhancing Surface Neural Implicits with Curvature-Guided Sampling and Uncertainty-Augmented Representations
Lu Sang, Abhishek Saroha, Maolin Gao, Daniel Cremers
TL;DR
This paper addresses robust 3D surface reconstruction from depth images using neural implicit representations. It introduces curvature-guided sampling and an uncertainty-augmented $SDF$ framework built on a lightweight coarse voxel grid derived from depth, enabling both on-surface and off-surface sampling via first-order Taylor approximations. The method computes mean curvature directly from depth, stores gradients and uncertainty, and trains an uncertainty-aware implicit function that can reconstruct open surfaces; it also integrates with existing methods like IGR and NeuralPull, achieving state-of-the-art results on synthetic and real datasets. The practical impact lies in robust, depth-based reconstruction that handles sparse inputs and open surfaces with improved efficiency and compatibility for real-world sensing pipelines.
Abstract
Neural implicit representations have become a popular choice for modeling surfaces due to their adaptability in resolution and support for complex topology. While previous works have achieved impressive reconstruction quality by training on ground truth point clouds or meshes, they often do not discuss the data acquisition and ignore the effect of input quality and sampling methods during reconstruction. In this paper, we introduce a method that directly digests depth images for the task of high-fidelity 3D reconstruction. To this end, a simple sampling strategy is proposed to generate highly effective training data, by incorporating differentiable geometric features computed directly based on the input depth images with only marginal computational cost. Due to its simplicity, our sampling strategy can be easily incorporated into diverse popular methods, allowing their training process to be more stable and efficient. Despite its simplicity, our method outperforms a range of both classical and learning-based baselines and demonstrates state-of-the-art results in both synthetic and real-world datasets.
