paper-with-me

홈 › Papers

Deep Closest Point: Learning Representations for Point Cloud Registration

2019-05-08 · ICCV 2019 10 · Yue Wang, Justin M. Solomon

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 transformation. We train our model end-to-end on the ModelNet40 dataset and show in several settings that it performs better than ICP, its variants (e.g., Go-ICP, FGR), and the recently-proposed learning-based method PointNetLK. Beyond providing a state-of-the-art registration technique, we evaluate the suitability of our learned features transferred to unseen objects. We also provide preliminary analysis of our learned model to help understand whether domain-specific and/or global features facilitate rigid registration.

📄 PDF Abstract BibTeX arXiv:1905.03304

Code (4)

WangYueFt/dcp 공식 구현 pytorch
KimSinjeong/CS492H_DeepClosestPoint pytorch
vinits5/learning3d pytorch
wzh99/DCP-TF tf

Tasks

Point Cloud RegistrationVisual Localization

Similar Papers 제목 키워드 기반

Semantic-ICP: Iterative Closest Point for Non-rigid Multi-Organ Point Cloud Registration

2025-03-02 · Wanwen Chen, Carson Studders, Jamie J. Y. Kwon, Emily H. T. Pang 외

Point cloud registration is important in computer-aided interventions (CAI). While learning-based point cloud registration methods have been developed, their clinical application is hampered by issues of generalizability…

Point Cloud Registration

MEDPNet: Achieving High-Precision Adaptive Registration for Complex Die Castings

2024-03-15 · Yu Du, Yu Song, Ce Guo, Xiaojing Tian 외

Due to their complex spatial structure and diverse geometric features, achieving high-precision and robust point cloud registration for complex Die Castings has been a significant challenge in the die-casting industry. E…

Computational EfficiencyPoint Cloud Registration

Target-less registration of point clouds: A review

2019-12-29 · Yue Pan

Point cloud registration has been one of the basic steps of point cloud processing, which has a lot of applications in remote sensing and robotics. In this report, we summarized the basic workflow of target-less point cl…

Point Cloud Registration

RPM-Net: Robust Point Matching using Learned Features

2020-03-30 · CVPR 2020 6 · Zi Jian Yew, Gim Hee Lee

Iterative Closest Point (ICP) solves the rigid point cloud registration problem iteratively in two steps: (1) make hard assignments of spatially closest point correspondences, and then (2) find the least-squares rigid tr…

Deep LearningPoint Cloud Registration

Mahalanobis k-NN: A Statistical Lens for Robust Point-Cloud Registrations

2024-09-10 · Tejas Anvekar, Shivanand Venkanna Sheshappanavar

In this paper, we discuss Mahalanobis k-NN: A Statistical Lens designed to address the challenges of feature matching in learning-based point cloud registration when confronted with an arbitrary density of point clouds. …

BenchmarkingPoint Cloud Registration