CVGRLGJun 6, 2022

GenSDF: Two-Stage Learning of Generalizable Signed Distance Functions

arXiv:2206.02780v242 citationsh-index: 49Has Code
Originality Highly original
AI Analysis

This addresses the challenge of learning generalizable 3D object representations for unseen and unlabeled point clouds, which is incremental as it builds on existing neural SDF methods.

The paper tackles the problem of neural signed distance functions (SDFs) not generalizing well to unseen 3D object shapes, and introduces a two-stage semi-supervised meta-learning approach that achieves robust zero-shot inference on over 100 unseen classes.

We investigate the generalization capabilities of neural signed distance functions (SDFs) for learning 3D object representations for unseen and unlabeled point clouds. Existing methods can fit SDFs to a handful of object classes and boast fine detail or fast inference speeds, but do not generalize well to unseen shapes. We introduce a two-stage semi-supervised meta-learning approach that transfers shape priors from labeled to unlabeled data to reconstruct unseen object categories. The first stage uses an episodic training scheme to simulate training on unlabeled data and meta-learns initial shape priors. The second stage then introduces unlabeled data with disjoint classes in a semi-supervised scheme to diversify these priors and achieve generalization. We assess our method on both synthetic data and real collected point clouds. Experimental results and analysis validate that our approach outperforms existing neural SDF methods and is capable of robust zero-shot inference on 100+ unseen classes. Code can be found at https://github.com/princeton-computational-imaging/gensdf.

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