paper-with-me

홈 › Papers

Reliable Inlier Evaluation for Unsupervised Point Cloud Registration

2022-02-23 · Yaqi Shen, Le Hui, Haobo Jiang, Jin Xie, Jian Yang

Unsupervised point cloud registration algorithm usually suffers from the unsatisfied registration precision in the partially overlapping problem due to the lack of effective inlier evaluation. In this paper, we propose a neighborhood consensus based reliable inlier evaluation method for robust unsupervised point cloud registration. It is expected to capture the discriminative geometric difference between the source neighborhood and the corresponding pseudo target neighborhood for effective inlier distinction. Specifically, our model consists of a matching map refinement module and an inlier evaluation module. In our matching map refinement module, we improve the point-wise matching map estimation by integrating the matching scores of neighbors into it. The aggregated neighborhood information potentially facilitates the discriminative map construction so that high-quality correspondences can be provided for generating the pseudo target point cloud. Based on the observation that the outlier has the significant structure-wise difference between its source neighborhood and corresponding pseudo target neighborhood while this difference for inlier is small, the inlier evaluation module exploits this difference to score the inlier confidence for each estimated correspondence. In particular, we construct an effective graph representation for capturing this geometric difference between the neighborhoods. Finally, with the learned correspondences and the corresponding inlier confidence, we use the weighted SVD algorithm for transformation estimation. Under the unsupervised setting, we exploit the Huber function based global alignment loss, the local neighborhood consensus loss, and spatial consistency loss for model optimization. The experimental results on extensive datasets demonstrate that our unsupervised point cloud registration method can yield comparable performance.

📄 PDF Abstract BibTeX arXiv:2202.11292

Code (1)

supersyq/rienet 공식 구현 pytorch

Tasks

Model OptimizationPoint Cloud Registration

Similar Papers 제목 키워드 기반

One-Nearest Neighborhood Guides Inlier Estimation for Unsupervised Point Cloud Registration

2023-07-26 · Yongzhe Yuan, Yue Wu, Maoguo Gong, Qiguang Miao 외

The precision of unsupervised point cloud registration methods is typically limited by the lack of reliable inlier estimation and self-supervised signal, especially in partially overlapping scenarios. In this paper, we p…

Model OptimizationPoint Cloud Registration

Mining and Transferring Feature-Geometry Coherence for Unsupervised Point Cloud Registration

2024-11-04 · Kezheng Xiong, Haoen Xiang, Qingshan Xu, Chenglu Wen 외

Point cloud registration, a fundamental task in 3D vision, has achieved remarkable success with learning-based methods in outdoor environments. Unsupervised outdoor point cloud registration methods have recently emerged …

Contrastive LearningPoint Cloud RegistrationPseudo Label

Inlier Confidence Calibration for Point Cloud Registration

2024-01-01 · CVPR 2024 1 · Yongzhe Yuan, Yue Wu, Xiaolong Fan, Maoguo Gong 외

Inliers estimation constitutes a pivotal step in partially overlapping point cloud registration. Existing methods broadly obey coordinate-based scheme where inlier confidence is scored through simply capturing coordi…

Point Cloud Registration

Unsupervised Point Cloud Registration with Self-Distillation

2024-09-11 · Christian Löwens, Thorben Funke, André Wagner, Alexandru Paul Condurache

Rigid point cloud registration is a fundamental problem and highly relevant in robotics and autonomous driving. Nowadays deep learning methods can be trained to match a pair of point clouds, given the transformation betw…

Autonomous DrivingPoint Cloud Registration

GS-Matching: Reconsidering Feature Matching task in Point Cloud Registration

2024-12-06 · Yaojie Zhang, Tianlun Huang, Weijun Wang, Wei Feng

Traditional point cloud registration (PCR) methods for feature matching often employ the nearest neighbor policy. This leads to many-to-one matches and numerous potential inliers without any corresponding point. Recently…

Point Cloud Registration