paper-with-me

홈 › Papers

Deep Learning-Based Point Cloud Registration: A Comprehensive Survey and Taxonomy

2024-04-22 · Yu-Xin Zhang, Jie Gui, Baosheng Yu, Xiaofeng Cong, Xin Gong, Wenbing Tao, DaCheng Tao

Point cloud registration involves determining a rigid transformation to align a source point cloud with a target point cloud. This alignment is fundamental in applications such as autonomous driving, robotics, and medical imaging, where precise spatial correspondence is essential. Deep learning has greatly advanced point cloud registration by providing robust and efficient methods that address the limitations of traditional approaches, including sensitivity to noise, outliers, and initialization. However, a well-constructed taxonomy for these methods is still lacking, making it difficult to systematically classify and compare the various approaches. In this paper, we present a comprehensive survey and taxonomy on deep learning-based point cloud registration (DL-PCR). We begin with a formal description of the point cloud registration problem, followed by an overview of the datasets, evaluation metrics, and loss functions commonly used in DL-PCR. Next, we categorize existing DL-PCR methods into supervised and unsupervised approaches, as they focus on significantly different key aspects. For supervised DL-PCR methods, we organize the discussion based on key aspects, including the registration procedure, optimization strategy, learning paradigm, network enhancement, and integration with traditional methods; For unsupervised DL-PCR methods, we classify them into correspondence-based and correspondence-free approaches, depending on whether they require explicit identification of point-to-point correspondences. To facilitate a more comprehensive and fair comparison, we conduct quantitative evaluations of all recent state-of-the-art approaches, using a unified training setting and consistent data partitioning strategy. Lastly, we highlight the open challenges and discuss potential directions for future study. A comprehensive collection is available at https://github.com/yxzhang15/PCR.

📄 PDF Abstract BibTeX arXiv:2404.13830

Code (1)

yxzhang15/pcr 공식 구현 pytorch

Tasks

Autonomous DrivingDeep LearningPoint Cloud Registration

Methods 이 논문이 사용한 방법론

Focus 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

3D Registration in 30 Years: A Survey

2024-12-18 · Jiaqi Yang, Chu'ai Zhang, Zhengbao Wang, Xinyue Cao 외

3D point cloud registration is a fundamental problem in computer vision, computer graphics, robotics, remote sensing, and etc. Over the last thirty years, we have witnessed the amazing advancement in this area with numer…

Point Cloud RegistrationSurvey

A comprehensive survey on point cloud registration

2021-03-03 · Xiaoshui Huang, Guofeng Mei, Jian Zhang, Rana Abbas

Registration is a transformation estimation problem between two point clouds, which has a unique and critical role in numerous computer vision applications. The developments of optimization-based methods and deep learnin…

3D ReconstructionDeep LearningPoint Cloud RegistrationSurvey

A Survey of Medical Point Cloud Shape Learning: Registration, Reconstruction and Variation

2025-08-05 · Tongxu Zhang, Zhiming Liang, Bei Wang arxiv

Point clouds have become an increasingly important representation for 3D medical imaging, offering a compact, surface-preserving alternative to traditional voxel or mesh-based approaches. Recent advances in deep learning…

Point Clouds

Deep Learning for 3D Point Cloud Enhancement: A Survey

2024-10-30 · Siwen Quan, Junhao Yu, Ziming Nie, Muze Wang 외

Point cloud data now are popular data representations in a number of three-dimensional (3D) vision research realms. However, due to the limited performance of sensors and sensing noise, the raw data usually suffer from s…

Deep LearningDenoisingSurvey

Advancements in Point Cloud Data Augmentation for Deep Learning: A Survey

2023-08-23 · Qinfeng Zhu, Lei Fan, Ningxin Weng

Deep learning (DL) has become one of the mainstream and effective methods for point cloud analysis tasks such as detection, segmentation and classification. To reduce overfitting during training DL models and improve mod…

3D Classification3D Object DetectionAutonomous DrivingData Augmentation+2