Neural Unsigned Distance Fields for Implicit Function Learning
Julian Chibane, Aymen Mir, Gerard Pons-Moll

TL;DR
This paper introduces Neural Distance Fields (NDF), a neural network model that predicts unsigned distance fields for arbitrary 3D shapes from sparse point clouds, enabling high-resolution, open surface representations without requiring closed surfaces.
Contribution
The paper proposes NDF, a novel neural implicit representation that handles open and complex shapes, broadening the applicability of implicit models beyond closed surfaces.
Findings
NDF achieves state-of-the-art shape reconstruction on ShapeNet.
NDF can represent open surfaces like curves and manifolds.
NDF enables surface extraction, normal calculation, and rendering from sparse data.
Abstract
In this work we target a learnable output representation that allows continuous, high resolution outputs of arbitrary shape. Recent works represent 3D surfaces implicitly with a Neural Network, thereby breaking previous barriers in resolution, and ability to represent diverse topologies. However, neural implicit representations are limited to closed surfaces, which divide the space into inside and outside. Many real world objects such as walls of a scene scanned by a sensor, clothing, or a car with inner structures are not closed. This constitutes a significant barrier, in terms of data pre-processing (objects need to be artificially closed creating artifacts), and the ability to output open surfaces. In this work, we propose Neural Distance Fields (NDF), a neural network based model which predicts the unsigned distance field for arbitrary 3D shapes given sparse point clouds. NDF…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
Topics3D Shape Modeling and Analysis · Advanced Numerical Analysis Techniques · Computer Graphics and Visualization Techniques
