paper-with-me

Papers

Learning Implicit Fields for Generative Shape Modeling

2018-12-06 · CVPR 2019 6 · Zhiqin Chen, Hao Zhang

We advocate the use of implicit fields for learning generative models of shapes and introduce an implicit field decoder, called IM-NET, for shape generation, aimed at improving the visual quality of the generated shapes. An implicit field assigns a value to each point in 3D space, so that a shape can be extracted as an iso-surface. IM-NET is trained to perform this assignment by means of a binary classifier. Specifically, it takes a point coordinate, along with a feature vector encoding a shape, and outputs a value which indicates whether the point is outside the shape or not. By replacing conventional decoders by our implicit decoder for representation learning (via IM-AE) and shape generation (via IM-GAN), we demonstrate superior results for tasks such as generative shape modeling, interpolation, and single-view 3D reconstruction, particularly in terms of visual quality. Code and supplementary material are available at https://github.com/czq142857/implicit-decoder.

📄 PDF Abstract BibTeX arXiv:1812.02822

Code (4)

czq142857/implicit-decoder 공식 구현 tf
ahnobari/Range-GAN tf
czq142857/im-net tf
czq142857/im-net-pytorch pytorch

Tasks

3D Reconstruction3D Shape RepresentationDecoderRepresentation LearningSingle-View 3D Reconstruction

Similar Papers 제목 키워드 기반

HyperDiffusion: Generating Implicit Neural Fields with Weight-Space Diffusion

2023-03-29 · ICCV 2023 1 · Ziya Erkoç, Fangchang Ma, Qi Shan, Matthias Nießner 외

Implicit neural fields, typically encoded by a multilayer perceptron (MLP) that maps from coordinates (e.g., xyz) to signals (e.g., signed distances), have shown remarkable promise as a high-fidelity and compact represen…

SPAGHETTI: Editing Implicit Shapes Through Part Aware Generation

2022-01-31 · Amir Hertz, Or Perel, Raja Giryes, Olga Sorkine-Hornung 외

Neural implicit fields are quickly emerging as an attractive representation for learning based techniques. However, adopting them for 3D shape modeling and editing is challenging. We introduce a method for $\mathbf{E}$di…

3D Shape Modeling

A Shading-Guided Generative Implicit Model for Shape-Accurate 3D-Aware Image Synthesis

2021-10-29 · NeurIPS 2021 12 · Xingang Pan, Xudong Xu, Chen Change Loy, Christian Theobalt 외

The advancement of generative radiance fields has pushed the boundary of 3D-aware image synthesis. Motivated by the observation that a 3D object should look realistic from multiple viewpoints, these methods introduce a m…

3D-Aware Image Synthesis3D Shape ReconstructionImage GenerationImage Relighting+1

Deformed Implicit Field: Modeling 3D Shapes with Learned Dense Correspondence

2020-11-27 · CVPR 2021 1 · Yu Deng, Jiaolong Yang, Xin Tong

We propose a novel Deformed Implicit Field (DIF) representation for modeling 3D shapes of a category and generating dense correspondences among shapes. With DIF, a 3D shape is represented by a template implicit field sha…

3DShape2VecSet: A 3D Shape Representation for Neural Fields and Generative Diffusion Models

2023-01-26 · Biao Zhang, Jiapeng Tang, Matthias Niessner, Peter Wonka

We introduce 3DShape2VecSet, a novel shape representation for neural fields designed for generative diffusion models. Our shape representation can encode 3D shapes given as surface models or point clouds, and represents …

3D Shape RepresentationPoint Cloud Completion