Learning Representations and Generative Models for 3D Point CloudsDownload PDF

12 Feb 2018 (modified: 21 Apr 2024)ICLR 2018 Workshop SubmissionReaders: Everyone
Keywords: representation learning, auto-encoders, 3D point clouds, generative models, GANs, Gaussian Mixture Models
TL;DR: Deep autoencoders to learn a good representation for geometric 3D point-cloud data; Generative models for point clouds.
Abstract: Three-dimensional geometric data offer an excellent domain for studying representation learning and generative modeling. In this paper, we look at geometric data represented as point clouds. We introduce a deep autoencoder (AE) network with excellent reconstruction quality and generalization ability. The learned representations outperform the state of the art in 3D recognition tasks and enable basic shape editing applications via simple algebraic manipulations, such as semantic part editing, shape analogies and shape interpolation. We also perform a thorough study of different generative models including GANs operating on the raw point clouds, significantly improved GANs trained in the fixed latent space our AEs and, Gaussian mixture models (GMM). Interestingly, GMMs trained in the latent space of our AEs produce samples of the best fidelity and diversity. To perform our quantitative evaluation of generative models, we propose simple measures of fidelity and diversity based on optimally matching between sets point clouds.
Community Implementations: [![CatalyzeX](/images/catalyzex_icon.svg) 6 code implementations](https://www.catalyzex.com/paper/arxiv:1707.02392/code)
1 Reply

Loading