paper-with-me

홈 › 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, Zhizhong Han

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 regular 3D grid (or octree) and store local codes in grid points (or octree nodes). Given a query point, the local feature is computed by interpolating its neighboring local codes with their positions. However, the local codes are constrained at discrete and regular positions like grid points, which makes the code positions difficult to be optimized and limits their representation ability. To solve this problem, we propose to learn DIF with Dynamic Code Cloud, named DCC-DIF. Our method explicitly associates local codes with learnable position vectors, and the position vectors are continuous and can be dynamically optimized, which improves the representation ability. In addition, we propose a novel code position loss to optimize the code positions, which heuristically guides more local codes to be distributed around complex geometric details. In contrast to previous methods, our DCC-DIF represents 3D shapes more efficiently with a small amount of local codes, and improves the reconstruction quality. Experiments demonstrate that DCC-DIF achieves better performance over previous methods. Code and data are available at https://github.com/lity20/DCCDIF.

📄 PDF Abstract BibTeX arXiv:2203.14048

Code (1)

lity20/dccdif 공식 구현 pytorch

Tasks

3D Shape RepresentationPosition

Similar Papers 제목 키워드 기반

ANISE: Assembly-based Neural Implicit Surface rEconstruction

2022-05-27 · Dmitry Petrov, Matheus Gadelha, Radomir Mech, Evangelos Kalogerakis

We present ANISE, a method that reconstructs a 3D~shape from partial observations (images or sparse point clouds) using a part-aware neural implicit shape representation. The shape is formulated as an assembly of neural …

Point cloud reconstructionRetrievalSurface Reconstruction

Learning Shape Primitives via Implicit Convexity Regularization

2023-01-01 · ICCV 2023 1 · Xiaoyang Huang, Yi Zhang, Kai Chen, Teng Li 외

Shape primitives decomposition has been an important and long-standing task in 3D shape analysis. Prior arts heavily rely on 3D point clouds or voxel data for shape primitives extraction, which are less practical in …

Improved Modeling of 3D Shapes with Multi-view Depth Maps

2020-09-07 · Kamal Gupta, Susmija Jabbireddy, Ketul Shah, Abhinav Shrivastava 외

We present a simple yet effective general-purpose framework for modeling 3D shapes by leveraging recent advances in 2D image generation using CNNs. Using just a single depth image of the object, we can output a dense mul…

DecoderImage Generation

Dynamic Plane Convolutional Occupancy Networks

2020-11-11 · Stefan Lionar, Daniil Emtsev, Dusan Svilarkovic, Songyou Peng

Learning-based 3D reconstruction using implicit neural representations has shown promising progress not only at the object level but also in more complicated scenes. In this paper, we propose Dynamic Plane Convolutional …

3D ReconstructionSurface Reconstruction

Neural Unsigned Distance Fields for Implicit Function Learning

2020-10-26 · NeurIPS 2020 12 · Julian Chibane, Aymen Mir, Gerard Pons-Moll

In this work we target a learnable output representation that allows continuous, high resolution outputs of arbitrary shape. Recent works represent 3D surfaces implicitly with a Neural Network, thereby breaking previous …

Multi-target regression