Point Cloud Completion by Learning Shape Priors
Xiaogang Wang,Marcelo H. Ang,Gim Hee Lee +2 more
- 24 Oct 2020
- pp 10719-10726
TL;DR: Zheng et al. as mentioned in this paper proposed a shape prior learning method for point cloud completion, where the shape priors include geometric information in both complete and partial point clouds, and the feature alignment losses consist of a L2 distance and an adversarial loss obtained by maximum mean discrepancy Generative Adversarial Network (MMD-GAN).
read more
Abstract: In view of the difficulty in reconstructing object details in point cloud completion, we propose a shape prior learning method for object completion. The shape priors include geometric information in both complete and the partial point clouds. We design a feature alignment strategy to learn the shape prior from complete points, and a coarse to fine strategy to incorporate partial prior in the fine stage. To learn the complete objects prior, we first train a point cloud auto-encoder to extract the latent embeddings from complete points. Then we learn a mapping to transfer the point features from partial points to that of the complete points by optimizing feature alignment losses. The feature alignment losses consist of a L2 distance and an adversarial loss obtained by Maximum Mean Discrepancy Generative Adversarial Network (MMD-GAN). The L2 distance optimizes the partial features towards the complete ones in the feature space, and MMD-GAN decreases the statistical distance of two point features in a Reproducing Kernel Hilbert Space. We achieve state-of-the-art performances on the point cloud completion task. Our code is available at https://github.com/xiaogangw/point-cloud-completion-shape-prior.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Comprehensive Review of Deep Learning-Based 3D Point Cloud Completion Processing and Analysis
TL;DR: Point cloud completion is a generation and estimation issue derived from the partial point clouds, which plays a vital role in the applications of 3D computer vision as mentioned in this paper , and the progress of deep learning has impressively improved the capability and robustness of point cloud completion.
•Posted Content
3D Semantic Scene Completion: a Survey.
TL;DR: Semantic Scene Completion (SSC) as discussed by the authors aims to jointly estimate the complete geometry and semantics of a scene, assuming partial sparse input, which has gained significant momentum in the research community because it holds unresolved challenges.
58
•Posted Content
Voxel-based Network for Shape Completion by Leveraging Edge Generation
TL;DR: In this paper, a voxel-based network for point cloud completion by leveraging edge generation (VE-PCN) is proposed, which first embeds point clouds into regular vocel grids, and then generates complete objects with the help of the hallucinated shape edges.
43
Learning Geometric Transformation for Point Cloud Completion
TL;DR: A simple yet effective geometric transformation network (GTNet) that exploits the repetitive geometric structures in common 3D objects to recover the complete shapes, which contains three sub-networks: geometric patch network, structure transformation network, and detail refinement network.
15
Mutual Information Maximization Based Similarity Operation for 3D Point Cloud Completion Network
TL;DR: A novel mutual information (MI) maximization-based similarity operation is proposed, which realizes the reconstruction from incomplete point cloud to complete one by maximizing MI between global features and the prior features from the same 3D object.
8
References
•Proceedings Article
Adam: A Method for Stochastic Optimization
Diederik P. Kingma,Jimmy Ba +1 more
- 01 Jan 2015
TL;DR: This work introduces Adam, an algorithm for first-order gradient-based optimization of stochastic objective functions, based on adaptive estimates of lower-order moments, and provides a regret bound on the convergence rate that is comparable to the best known results under the online convex optimization framework.
138.5K
•Posted Content
Adam: A Method for Stochastic Optimization
Diederik P. Kingma,Jimmy Ba +1 more
TL;DR: In this article, the adaptive estimates of lower-order moments are used for first-order gradient-based optimization of stochastic objective functions, based on adaptive estimate of lowerorder moments.
82.5K
Generative Adversarial Nets
Ian Goodfellow,Jean Pouget-Abadie,Mehdi Mirza,Bing Xu,David Warde-Farley,Sherjil Ozair,Aaron Courville,Yoshua Bengio +7 more
- 08 Dec 2014
TL;DR: A new framework for estimating generative models via an adversarial process, in which two models are simultaneously train: a generative model G that captures the data distribution and a discriminative model D that estimates the probability that a sample came from the training data rather than G.
Image-to-Image Translation with Conditional Adversarial Networks
Phillip Isola,Jun-Yan Zhu,Tinghui Zhou,Alexei A. Efros +3 more
- 21 Jul 2017
TL;DR: Conditional adversarial networks are investigated as a general-purpose solution to image-to-image translation problems and it is demonstrated that this approach is effective at synthesizing photos from label maps, reconstructing objects from edge maps, and colorizing images, among other tasks.
Unpaired Image-to-Image Translation Using Cycle-Consistent Adversarial Networks
Jun-Yan Zhu,Taesung Park,Phillip Isola,Alexei A. Efros +3 more
- 01 Oct 2017
TL;DR: CycleGAN as discussed by the authors learns a mapping G : X → Y such that the distribution of images from G(X) is indistinguishable from the distribution Y using an adversarial loss.
19.5K