English

Multiresolution Tree Networks for 3D Point Cloud Processing

Computer Vision and Pattern Recognition 2018-07-13 v2 Graphics Machine Learning

Abstract

We present multiresolution tree-structured networks to process point clouds for 3D shape understanding and generation tasks. Our network represents a 3D shape as a set of locality-preserving 1D ordered list of points at multiple resolutions. This allows efficient feed-forward processing through 1D convolutions, coarse-to-fine analysis through a multi-grid architecture, and it leads to faster convergence and small memory footprint during training. The proposed tree-structured encoders can be used to classify shapes and outperform existing point-based architectures on shape classification benchmarks, while tree-structured decoders can be used for generating point clouds directly and they outperform existing approaches for image-to-shape inference tasks learned using the ShapeNet dataset. Our model also allows unsupervised learning of point-cloud based shapes by using a variational autoencoder, leading to higher-quality generated shapes.

Keywords

Cite

@article{arxiv.1807.03520,
  title  = {Multiresolution Tree Networks for 3D Point Cloud Processing},
  author = {Matheus Gadelha and Rui Wang and Subhransu Maji},
  journal= {arXiv preprint arXiv:1807.03520},
  year   = {2018}
}

Comments

Accepted to ECCV 2018. 23 pages, including supplemental material