Deep Closest Point: Learning Representations for Point Cloud Registration
Yue Wang, Justin M. Solomon

TL;DR
Deep Closest Point (DCP) introduces a learning-based approach for point cloud registration that outperforms traditional ICP methods and recent learning techniques by effectively handling local optima and providing robust transformations.
Contribution
The paper presents a novel end-to-end trainable neural network architecture for point cloud registration, integrating attention mechanisms and differentiable SVD for improved accuracy.
Findings
DCP outperforms ICP, Go-ICP, FGR, and PointNetLK on ModelNet40.
Learned features transfer effectively to unseen objects.
Preliminary analysis shows domain-specific features aid registration.
Abstract
Point cloud registration is a key problem for computer vision applied to robotics, medical imaging, and other applications. This problem involves finding a rigid transformation from one point cloud into another so that they align. Iterative Closest Point (ICP) and its variants provide simple and easily-implemented iterative methods for this task, but these algorithms can converge to spurious local optima. To address local optima and other difficulties in the ICP pipeline, we propose a learning-based method, titled Deep Closest Point (DCP), inspired by recent techniques in computer vision and natural language processing. Our model consists of three parts: a point cloud embedding network, an attention-based module combined with a pointer generation layer, to approximate combinatorial matching, and a differentiable singular value decomposition (SVD) layer to extract the final rigid…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Topics3D Shape Modeling and Analysis · Image Processing and 3D Reconstruction · 3D Surveying and Cultural Heritage
