English

Learning Gradient Fields for Shape Generation

Computer Vision and Pattern Recognition 2020-08-19 v2 Machine Learning

Abstract

In this work, we propose a novel technique to generate shapes from point cloud data. A point cloud can be viewed as samples from a distribution of 3D points whose density is concentrated near the surface of the shape. Point cloud generation thus amounts to moving randomly sampled points to high-density areas. We generate point clouds by performing stochastic gradient ascent on an unnormalized probability density, thereby moving sampled points toward the high-likelihood regions. Our model directly predicts the gradient of the log density field and can be trained with a simple objective adapted from score-based generative models. We show that our method can reach state-of-the-art performance for point cloud auto-encoding and generation, while also allowing for extraction of a high-quality implicit surface. Code is available at https://github.com/RuojinCai/ShapeGF.

Keywords

Cite

@article{arxiv.2008.06520,
  title  = {Learning Gradient Fields for Shape Generation},
  author = {Ruojin Cai and Guandao Yang and Hadar Averbuch-Elor and Zekun Hao and Serge Belongie and Noah Snavely and Bharath Hariharan},
  journal= {arXiv preprint arXiv:2008.06520},
  year   = {2020}
}

Comments

Published in ECCV 2020 (Spotlight); Project page: https://www.cs.cornell.edu/~ruojin/ShapeGF/