Deep Cascade Generation on Point Sets
Kaiqi Wang
Ke Chen
Kui Jia
South China University of Technology
Code [GitHub]
IJCAI 2019 [Paper]



Abstract

This paper proposes a deep cascade network to generate 3D geometry of an object on a point cloud, consisting of a set of permutation-insensitive points. Such a surface representation is easy to learn from, but inhibits exploiting rich low-dimensional topological manifolds of shape due to lack of geometric connectivity. For benefiting from simple structure of representation yet utilizing rich neighborhood information, this paper proposes a two-stage cascade model on point sets. Specifically, our method adopts the state-of-the-art point set autoencoder to generate sparsely coarse shape first, and then locally refines it by encoding neighborhood connectivity on a graph representation. An ensemble of sparse refined surface is designed to alleviate the suffering from local minima caused by modeling complex manifold structure of shape. Moreover, our model develops a dynamically-weighted loss function for jointly penalizing generation output of cascade levels at different training stages in a coarse-to-fine manner. Comparative evaluation on the publicly benchmarking ShapeNet dataset demonstrates superior performance of the proposed model to the state-of-the-art methods on both single-view shape reconstruction and shape autoencoding applications.



Example Results



Try the DCGNet model


[Download Model]


Paper

Kaiqi Wang, Ke Chen, Kui Jia.
Deep Cascade Generation on Point Sets.
In IJCAI, 2019.

[Bibtex]


Poster


[PDF]


Related Work

Haoqiang Fan, Hao Su, and Leonidas J Guibas. A Point Set Generation Network for 3D Object Reconstruction from a Single Image. In CVPR, 2017. [PDF] [Website]

Thibault Groueix, Matthew Fisher, Vladimir G Kim, Bryan C Russell, and Mathieu Aubry. AtlasNet: A Papier-Mâché Approach to Learning 3D Surface Generation. In CVPR, 2018. [PDF] [Website]


Acknowledgements

This work is supported in part by the Program for Guangdong Introducing Innovative and Enterpreneurial Teams (Grant No.: 2017ZT07X183), the National Natural Science Foundation of China (Grant No.: 61771201), and the Program of the Construction of Talented Personnel by the South China University of Technology (Grant No.: D6192110).