3D Shapes Local Geometry Codes Learning with SDF
Shun Yao, Fei Yang, Yongmei Cheng, Mikhail G. Mozerov

TL;DR
This paper introduces Local Geometry Code Learning (LGCL), a novel approach that enhances 3D shape reconstruction by learning local shape geometry through multiple latent codes and a graph neural network, outperforming DeepSDF.
Contribution
The paper proposes LGCL, which splits a single latent code into local codes using a graph neural network, improving reconstruction detail and reducing model complexity compared to DeepSDF.
Findings
LGCL preserves more shape details in reconstructions.
LGCL achieves better quantitative metrics than DeepSDF.
The architecture is more flexible and simpler to implement.
Abstract
A signed distance function (SDF) as the 3D shape description is one of the most effective approaches to represent 3D geometry for rendering and reconstruction. Our work is inspired by the state-of-the-art method DeepSDF that learns and analyzes the 3D shape as the iso-surface of its shell and this method has shown promising results especially in the 3D shape reconstruction and compression domain. In this paper, we consider the degeneration problem of reconstruction coming from the capacity decrease of the DeepSDF model, which approximates the SDF with a neural network and a single latent code. We propose Local Geometry Code Learning (LGCL), a model that improves the original DeepSDF results by learning from a local shape geometry of the full 3D shape. We add an extra graph neural network to split the single transmittable latent code into a set of local latent codes distributed on the 3D…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Topics3D Shape Modeling and Analysis · Computer Graphics and Visualization Techniques · Advanced Vision and Imaging
MethodsGraph Neural Network · Learnable graph convolutional layer
