CVMar 25, 2023

Unsupervised Inference of Signed Distance Functions from Single Sparse Point Clouds without Learning Priors

Tsinghua
arXiv:2303.14505v131 citationsh-index: 40Has Code
Originality Highly original
AI Analysis

This addresses a key limitation in 3D reconstruction for applications like robotics or computer vision, offering a more robust method for sparse data, though it is incremental as it builds on existing SDF inference techniques.

The paper tackles the problem of inferring signed distance functions (SDFs) from single sparse 3D point clouds without relying on learned priors, which often fail to generalize to unseen geometric variations, and presents a neural network that improves generalization and accuracy in surface reconstruction for sparse point clouds.

It is vital to infer signed distance functions (SDFs) from 3D point clouds. The latest methods rely on generalizing the priors learned from large scale supervision. However, the learned priors do not generalize well to various geometric variations that are unseen during training, especially for extremely sparse point clouds. To resolve this issue, we present a neural network to directly infer SDFs from single sparse point clouds without using signed distance supervision, learned priors or even normals. Our insight here is to learn surface parameterization and SDFs inference in an end-to-end manner. To make up the sparsity, we leverage parameterized surfaces as a coarse surface sampler to provide many coarse surface estimations in training iterations, according to which we mine supervision and our thin plate splines (TPS) based network infers SDFs as smooth functions in a statistical way. Our method significantly improves the generalization ability and accuracy in unseen point clouds. Our experimental results show our advantages over the state-of-the-art methods in surface reconstruction for sparse point clouds under synthetic datasets and real scans.The code is available at \url{https://github.com/chenchao15/NeuralTPS}.

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