Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

PointFlow: 3D Point Cloud Generation with Continuous Normalizing Flows

About

As 3D point clouds become the representation of choice for multiple vision and graphics applications, the ability to synthesize or reconstruct high-resolution, high-fidelity point clouds becomes crucial. Despite the recent success of deep learning models in discriminative tasks of point clouds, generating point clouds remains challenging. This paper proposes a principled probabilistic framework to generate 3D point clouds by modeling them as a distribution of distributions. Specifically, we learn a two-level hierarchy of distributions where the first level is the distribution of shapes and the second level is the distribution of points given a shape. This formulation allows us to both sample shapes and sample an arbitrary number of points from a shape. Our generative model, named PointFlow, learns each level of the distribution with a continuous normalizing flow. The invertibility of normalizing flows enables the computation of the likelihood during training and allows us to train our model in the variational inference framework. Empirically, we demonstrate that PointFlow achieves state-of-the-art performance in point cloud generation. We additionally show that our model can faithfully reconstruct point clouds and learn useful representations in an unsupervised manner. The code will be available at https://github.com/stevenygd/PointFlow.

Guandao Yang, Xun Huang, Zekun Hao, Ming-Yu Liu, Serge Belongie, Bharath Hariharan• 2019

Related benchmarks

TaskDatasetResultRank
Point Cloud ClassificationModelNet40 (test)
Accuracy86.8
224
ClassificationModelNet40 (test)
Accuracy86.8
99
Point Cloud ClassificationModelNet10 (test)
Accuracy93.7
71
3D point cloud generationShapeNet Car (test)
1-NNA (CD)92.19
57
3D point cloud generationShapeNet Chair category (test)
MMD (CD)2.409
56
3D point cloud generationShapeNet Airplane category (test)
1-NNA (CD, %)94.35
55
Point cloud generationShapeNet Car
1-NNA (CD)58.1
27
Point cloud generationShapeNet chair
1-NNA (CD)62.84
23
3D Shape GenerationShapeNet airplane
1-NNA (CD)75.68
16
Point cloud generationShapeNet Chair (test)
1-NNA (CD)58.1
16
Showing 10 of 37 rows

Other info

Code

Follow for update