2018

Learning Implicit Fields for Generative Shape Modeling

Chen, Zhiqin, Zhang, Hao

Understand

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.

Reading the bibliography…