paper-with-me

Papers

Deep Implicit Templates for 3D Shape Representation

2020-11-30 · CVPR 2021 1 · Zerong Zheng, Tao Yu, Qionghai Dai, Yebin Liu

Deep implicit functions (DIFs), as a kind of 3D shape representation, are becoming more and more popular in the 3D vision community due to their compactness and strong representation power. However, unlike polygon mesh-based templates, it remains a challenge to reason dense correspondences or other semantic relationships across shapes represented by DIFs, which limits its applications in texture transfer, shape analysis and so on. To overcome this limitation and also make DIFs more interpretable, we propose Deep Implicit Templates, a new 3D shape representation that supports explicit correspondence reasoning in deep implicit representations. Our key idea is to formulate DIFs as conditional deformations of a template implicit function. To this end, we propose Spatial Warping LSTM, which decomposes the conditional spatial transformation into multiple affine transformations and guarantees generalization capability. Moreover, the training loss is carefully designed in order to achieve high reconstruction accuracy while learning a plausible template with accurate correspondences in an unsupervised manner. Experiments show that our method can not only learn a common implicit template for a collection of shapes, but also establish dense correspondences across all the shapes simultaneously without any supervision.

📄 PDF Abstract BibTeX arXiv:2011.14565

Code (1)

ZhengZerong/DeepImplicitTemplates 공식 구현 pytorch

Tasks

3D Shape Representation

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

ImplicitAtlas: Learning Deformable Shape Templates in Medical Imaging

2022-01-01 · CVPR 2022 1 · Jiancheng Yang, Udaranga Wickramasinghe, Bingbing Ni, Pascal Fua

Deep implicit shape models have become popular in the computer vision community at large but less so for biomedical applications. This is in part because large training databases do not exist and in part because biom…

Learning Shape Templates with Structured Implicit Functions

2019-04-12 · ICCV 2019 10 · Kyle Genova, Forrester Cole, Daniel Vlasic, Aaron Sarna 외

Template 3D shapes are useful for many tasks in graphics and vision, including fitting observation data, analyzing shape collections, and transferring shape attributes. Because of the variety of geometry and topology of …

Semantic Segmentation

Topology-Preserving Shape Reconstruction and Registration via Neural Diffeomorphic Flow

2022-03-16 · CVPR 2022 1 · Shanlin Sun, Kun Han, Deying Kong, Hao Tang 외

Deep Implicit Functions (DIFs) represent 3D geometry with continuous signed distance functions learned through deep neural nets. Recently DIFs-based methods have been proposed to handle shape reconstruction and dense poi…

3D geometryDecoderOrgan SegmentationTemplate Matching

DDIT: Semantic Scene Completion via Deformable Deep Implicit Templates

2023-01-01 · ICCV 2023 1 · Haoang Li, Jinhu Dong, Binghui Wen, Ming Gao 외

Scene reconstructions are often incomplete due to occlusions and limited viewpoints. There have been efforts to use semantic information for scene completion. However, the completed shapes may be rough and imprecise …

Learning Implicit Templates for Point-Based Clothed Human Modeling

2022-07-14 · Siyou Lin, Hongwen Zhang, Zerong Zheng, Ruizhi Shao 외

We present FITE, a First-Implicit-Then-Explicit framework for modeling human avatars in clothing. Our framework first learns implicit surface templates representing the coarse clothing topology, and then employs the temp…