added IM_NET

master
Will 2022-01-13 15:51:18 -05:00
parent a5d6f35666
commit c75c327e18
2 changed files with 7 additions and 0 deletions

View File

@ -891,6 +891,13 @@ Shape My Face (SMF) is a point cloud to mesh auto-encoder for the registration o
<p align="center"><img width="60%" src="imgs/ShapeMyFace.png" /></p>
:game_die: <b>Learning Implicit Fields for Generative Shape Modeling (2019)</b> [[Paper]](https://arxiv.org/abs/1812.02822) [[Code]](https://github.com/timzhang642/3D-Machine-Learning)
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.
<p align="center"><img width="60%" src="imgs/IM_NET.png" /></p>
<a name="material_synthesis" />
## Texture/Material Analysis and Synthesis

BIN
imgs/IM_NET.png 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB