paper-with-me

Papers

Latent Partition Implicit with Surface Codes for 3D Representation

2022-07-18 · Chao Chen, Yu-Shen Liu, Zhizhong Han

Deep implicit functions have shown remarkable shape modeling ability in various 3D computer vision tasks. One drawback is that it is hard for them to represent a 3D shape as multiple parts. Current solutions learn various primitives and blend the primitives directly in the spatial space, which still struggle to approximate the 3D shape accurately. To resolve this problem, we introduce a novel implicit representation to represent a single 3D shape as a set of parts in the latent space, towards both highly accurate and plausibly interpretable shape modeling. Our insight here is that both the part learning and the part blending can be conducted much easier in the latent space than in the spatial space. We name our method Latent Partition Implicit (LPI), because of its ability of casting the global shape modeling into multiple local part modeling, which partitions the global shape unity. LPI represents a shape as Signed Distance Functions (SDFs) using surface codes. Each surface code is a latent code representing a part whose center is on the surface, which enables us to flexibly employ intrinsic attributes of shapes or additional surface properties. Eventually, LPI can reconstruct both the shape and the parts on the shape, both of which are plausible meshes. LPI is a multi-level representation, which can partition a shape into different numbers of parts after training. LPI can be learned without ground truth signed distances, point normals or any supervision for part partition. LPI outperforms the latest methods under the widely used benchmarks in terms of reconstruction accuracy and modeling interpretability. Our code, data and models are available at https://github.com/chenchao15/LPI.

📄 PDF Abstract BibTeX arXiv:2207.08631

Code (1)

chenchao15/lpi 공식 구현 pytorch

Tasks

Unity

Similar Papers 제목 키워드 기반

3D-LDM: Neural Implicit 3D Shape Generation with Latent Diffusion Models

2022-12-01 · Gimin Nam, Mariem Khlifi, Andrew Rodriguez, Alberto Tono 외

Diffusion models have shown great promise for image generation, beating GANs in terms of generation diversity, with comparable image quality. However, their application to 3D shapes has been limited to point or voxel rep…

3D Generation3D Shape GenerationDecoderDiversity+3

LoRD: Local 4D Implicit Representation for High-Fidelity Dynamic Human Modeling

2022-08-18 · Boyan Jiang, Xinlin Ren, Mingsong Dou, xiangyang xue 외

Recent progress in 4D implicit representation focuses on globally controlling the shape and motion with low dimensional latent vectors, which is prone to missing surface details and accumulating tracking error. While man…

3D Shape Modeling4D reconstructionVocal Bursts Intensity Prediction

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

DeepCurrents: Learning Implicit Representations of Shapes with Boundaries

2021-11-17 · CVPR 2022 1 · David Palmer, Dmitriy Smirnov, Stephanie Wang, Albert Chern 외

Recent techniques have been successful in reconstructing surfaces as level sets of learned functions (such as signed distance fields) parameterized by deep neural networks. Many of these methods, however, learn only clos…

Sign-Agnostic Implicit Learning of Surface Self-Similarities for Shape Modeling and Reconstruction from Raw Point Clouds

2020-12-14 · CVPR 2021 1 · Wenbin Zhao, Jiabao Lei, Yuxin Wen, JianGuo Zhang 외

Shape modeling and reconstruction from raw point clouds of objects stand as a fundamental challenge in vision and graphics research. Classical methods consider analytic shape priors; however, their performance degraded w…

Surface Reconstruction