paper-with-me

홈 › Papers

Implicit Functions in Feature Space for 3D Shape Reconstruction and Completion

2020-03-03 · CVPR 2020 6 · Julian Chibane, Thiemo Alldieck, Gerard Pons-Moll

While many works focus on 3D reconstruction from images, in this paper, we focus on 3D shape reconstruction and completion from a variety of 3D inputs, which are deficient in some respect: low and high resolution voxels, sparse and dense point clouds, complete or incomplete. Processing of such 3D inputs is an increasingly important problem as they are the output of 3D scanners, which are becoming more accessible, and are the intermediate output of 3D computer vision algorithms. Recently, learned implicit functions have shown great promise as they produce continuous reconstructions. However, we identified two limitations in reconstruction from 3D inputs: 1) details present in the input data are not retained, and 2) poor reconstruction of articulated humans. To solve this, we propose Implicit Feature Networks (IF-Nets), which deliver continuous outputs, can handle multiple topologies, and complete shapes for missing or sparse input data retaining the nice properties of recent learned implicit functions, but critically they can also retain detail when it is present in the input data, and can reconstruct articulated humans. Our work differs from prior work in two crucial aspects. First, instead of using a single vector to encode a 3D shape, we extract a learnable 3-dimensional multi-scale tensor of deep features, which is aligned with the original Euclidean space embedding the shape. Second, instead of classifying x-y-z point coordinates directly, we classify deep features extracted from the tensor at a continuous query point. We show that this forces our model to make decisions based on global and local shape structure, as opposed to point coordinates, which are arbitrary under Euclidean transformations. Experiments demonstrate that IF-Nets clearly outperform prior work in 3D object reconstruction in ShapeNet, and obtain significantly more accurate 3D human reconstructions.

📄 PDF Abstract BibTeX arXiv:2003.01456

Code (1)

jchibane/if-net 공식 구현 pytorch

Tasks

3D Object Reconstruction3D Reconstruction3D Shape ReconstructionObject Reconstruction

Methods 이 논문이 사용한 방법론

Affine Coupling 설명 없음
Normalizing Flows Normalizing Flows are a method for constructing complex distributions by transforming a probability density through a series of invertible mappings. By repeatedly applying…

Similar Papers 제목 키워드 기반

Few 'Zero Level Set'-Shot Learning of Shape Signed Distance Functions in Feature Space

2022-07-09 · Amine Ouasfi, Adnane Boukhayma

We explore a new idea for learning based shape reconstruction from a point cloud, based on the recently popularized implicit neural shape representations. We cast the problem as a few-shot learning of implicit neural sig…

3D ReconstructionDecoderFew-Shot LearningMeta-Learning+1

Local Deep Implicit Functions for 3D Shape

2019-12-12 · CVPR 2020 6 · Kyle Genova, Forrester Cole, Avneesh Sud, Aaron Sarna 외

The goal of this project is to learn a 3D shape representation that enables accurate surface reconstruction, compact storage, efficient computation, consistency for similar shapes, generalization across diverse shape cat…

3D Shape RepresentationSurface Reconstruction

Learning Occupancy Function from Point Clouds for Surface Reconstruction

2020-10-22 · Meng Jia, Matthew Kyan

Implicit function based surface reconstruction has been studied for a long time to recover 3D shapes from point clouds sampled from surfaces. Recently, Signed Distance Functions (SDFs) and Occupany Functions are adopted …

3D Shape RepresentationSurface Reconstruction

SAL: Sign Agnostic Learning of Shapes from Raw Data

2019-11-23 · CVPR 2020 6 · Matan Atzmon, Yaron Lipman

Recently, neural networks have been used as implicit representations for surface reconstruction, modelling, learning, and generation. So far, training neural networks to be implicit representations of surfaces required t…

Deep LearningSurface Reconstruction

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