PCN: Point Completion Network
Wentao Yuan,Tejas Khot,David Held,Christoph Mertz,Martial Hebert +4 more
- 01 Sep 2018
- pp 728-737
TL;DR: Point Completion Network (PCN) as discussed by the authors directly operates on raw point clouds without any structural assumption (e.g. symmetry) or annotation about the underlying shape, which enables the generation of fine-grained completions while maintaining a small number of parameters.
read more
Abstract: Shape completion, the problem of estimating the complete geometry of objects from partial observations, lies at the core of many vision and robotics applications. In this work, we propose Point Completion Network (PCN), a novel learning-based approach for shape completion. Unlike existing shape completion methods, PCN directly operates on raw point clouds without any structural assumption (e.g. symmetry) or annotation (e.g. semantic class) about the underlying shape. It features a decoder design that enables the generation of fine-grained completions while maintaining a small number of parameters. Our experiments show that PCN produces dense, complete point clouds with realistic structures in the missing regions on inputs with various levels of incompleteness and noise, including cars from LiDAR scans in the KITTI dataset.
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
DeepSDF: Learning Continuous Signed Distance Functions for Shape Representation
Jeong Joon Park,Peter R. Florence,Julian Straub,Richard Newcombe,Steven Lovegrove +4 more
- 15 Jun 2019
TL;DR: DeepSDF as mentioned in this paper represents a shape's surface by a continuous volumetric field: the magnitude of a point in the field represents the distance to the surface boundary and the sign indicates whether the region is inside (-) or outside (+) of the shape.
TopNet: Structural Point Cloud Decoder
Lyne P. Tchapmi,Vineet Kosaraju,Hamid Rezatofighi,Ian Reid,Silvio Savarese +4 more
- 15 Jun 2019
TL;DR: This work proposes a novel decoder that generates a structured point cloud without assuming any specific structure or topology on the underlying point set, and significantly outperforms state-of-the-art 3D point cloud completion methods on the Shapenet dataset.
PF-Net: Point Fractal Network for 3D Point Cloud Completion
Zitian Huang,Yikuan Yu,Jiawen Xu,Feng Ni,Xinyi Le +4 more
- 14 Jun 2020
TL;DR: In this article, a Point Fractal Network (PF-Net) is proposed to estimate the missing point cloud hierarchically by utilizing a feature-points-based multi-scale generating network.
GRNet: Gridding Residual Network for Dense Point Cloud Completion
Haozhe Xie,Hongxun Yao,Shangchen Zhou,Jiageng Mao,Shengping Zhang,Wenxiu Sun +5 more
- 23 Aug 2020
TL;DR: This work devise two novel differentiable layers, named Gridding and Gridding Reverse, to convert between point clouds and 3D grids without losing structural information, and presents the differentiable Cubic Feature Sampling layer to extract features of neighboring points, which preserves context information.
410
Morphing and Sampling Network for Dense Point Cloud Completion
Minghua Liu,Lu Sheng,Sheng Yang,Jing Shao,Shi-Min Hu +4 more
- 03 Apr 2020
TL;DR: This work proposes a novel approach to complete the partial point cloud in two stages, which outperforms the existing methods in both the Earth Mover's Distance (EMD) and the Chamfer Distance (CD).
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
•Journal Article
Visualizing Data using t-SNE
TL;DR: A new technique called t-SNE that visualizes high-dimensional data by giving each datapoint a location in a two or three-dimensional map, a variation of Stochastic Neighbor Embedding that is much easier to optimize, and produces significantly better visualizations by reducing the tendency to crowd points together in the center of the map.
PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation
R. Qi Charles,Hao Su,Mo Kaichun,Leonidas J. Guibas +3 more
- 21 Jul 2017
TL;DR: This paper designs a novel type of neural network that directly consumes point clouds, which well respects the permutation invariance of points in the input and provides a unified architecture for applications ranging from object classification, part segmentation, to scene semantic parsing.
Object Detection with Discriminatively Trained Part-Based Models
TL;DR: An object detection system based on mixtures of multiscale deformable part models that is able to represent highly variable object classes and achieves state-of-the-art results in the PASCAL object detection challenges is described.