A Lightweight UDF Learning Framework for 3D Reconstruction Based on Local Shape Functions
Jiangbei Hu, Yanggeng Li, Fei Hou, Junhui Hou, Zhebin Zhang, Shengfa Wang, Na Lei, Ying He

TL;DR
This paper introduces LoSF-UDF, a lightweight neural framework for 3D surface reconstruction from point clouds that learns unsigned distance functions using local shape functions, requiring minimal training data and exhibiting robustness to noise.
Contribution
The paper presents a novel, highly lightweight UDF learning framework that does not require shape-specific training and effectively handles noisy point clouds using local shape functions and attention mechanisms.
Findings
Achieves accurate surface reconstruction with only 653 KB of parameters.
Demonstrates robustness to noise and outliers in point cloud data.
Provides rapid initialization for iterative reconstruction methods.
Abstract
Unsigned distance fields (UDFs) provide a versatile framework for representing a diverse array of 3D shapes, encompassing both watertight and non-watertight geometries. Traditional UDF learning methods typically require extensive training on large 3D shape datasets, which is costly and necessitates re-training for new datasets. This paper presents a novel neural framework, LoSF-UDF, for reconstructing surfaces from 3D point clouds by leveraging local shape functions to learn UDFs. We observe that 3D shapes manifest simple patterns in localized regions, prompting us to develop a training dataset of point cloud patches characterized by mathematical functions that represent a continuum from smooth surfaces to sharp edges and corners. Our approach learns features within a specific radius around each query point and utilizes an attention mechanism to focus on the crucial features for UDF…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Topics3D Shape Modeling and Analysis · Advanced Numerical Analysis Techniques · Image Processing and 3D Reconstruction
MethodsSoftmax · Attention Is All You Need · Focus
