paper-with-me

홈 › Papers

3D Shapes Local Geometry Codes Learning with SDF

2021-08-19 · Shun Yao, Fei Yang, Yongmei Cheng, Mikhail G. Mozerov

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 shape. Mentioned latent codes are used to approximate the SDF in their local regions, which will alleviate the complexity of the approximation compared to the original DeepSDF. Furthermore, we introduce a new geometric loss function to facilitate the training of these local latent codes. Note that other local shape adjusting methods use the 3D voxel representation, which in turn is a problem highly difficult to solve or even is insolvable. In contrast, our architecture is based on graph processing implicitly and performs the learning regression process directly in the latent code space, thus make the proposed architecture more flexible and also simple for realization. Our experiments on 3D shape reconstruction demonstrate that our LGCL method can keep more details with a significantly smaller size of the SDF decoder and outperforms considerably the original DeepSDF method under the most important quantitative metrics.

📄 PDF Abstract BibTeX arXiv:2108.08593

Code (0)

등록된 구현이 없습니다.

Tasks

3D geometry3D Shape ReconstructionGraph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
LGCL 설명 없음

Similar Papers 제목 키워드 기반

Learning Deep Implicit Functions for 3D Shapes with Dynamic Code Clouds

2022-03-26 · CVPR 2022 1 · Tianyang Li, Xin Wen, Yu-Shen Liu, Hua Su 외

Deep Implicit Function (DIF) has gained popularity as an efficient 3D shape representation. To capture geometry details, current methods usually learn DIF using local latent codes, which discretize the space into a regul…

3D Shape RepresentationPosition

PQ-NET: A Generative Part Seq2Seq Network for 3D Shapes

2019-11-25 · CVPR 2020 6 · Rundi Wu, Yixin Zhuang, Kai Xu, Hao Zhang 외

We introduce PQ-NET, a deep neural network which represents and generates 3D shapes via sequential part assembly. The input to our network is a 3D shape segmented into parts, where each part is first encoded into a featu…

3D ReconstructionDecoderSingle-View 3D Reconstruction

CoFie: Learning Compact Neural Surface Representations with Coordinate Fields

2024-06-05 · Hanwen Jiang, Haitao Yang, Georgios Pavlakos, QiXing Huang

This paper introduces CoFie, a novel local geometry-aware neural surface representation. CoFie is motivated by the theoretical analysis of local SDFs with quadratic approximation. We find that local shapes are highly com…

GRASS: Generative Recursive Autoencoders for Shape Structures

2017-05-05 · Jun Li, Kai Xu, Siddhartha Chaudhuri, Ersin Yumer 외

We introduce a novel neural network architecture for encoding and synthesis of 3D shapes, particularly their structures. Our key insight is that 3D shapes are effectively characterized by their hierarchical organization …

Decoder

Neural Implicit 3D Shapes from Single Images with Spatial Patterns

2021-06-06 · Yixin Zhuang, Yunzhe Liu, Yujie Wang, Baoquan Chen

Neural implicit functions have achieved impressive results for reconstructing 3D shapes from single images. However, the image features for describing 3D point samplings of implicit functions are less effective when sign…

3D Reconstruction3D Shape ReconstructionRepresentation Learning