paper-with-me

홈 › Papers

Deterministic Point Cloud Registration via Novel Transformation Decomposition

2022-01-01 · CVPR 2022 1 · Wen Chen, Haoang Li, Qiang Nie, Yun-hui Liu

Given a set of putative 3D-3D point correspondences, we aim to remove outliers and estimate rigid transformation with 6 degrees of freedom (DOF). Simultaneously estimating these 6 DOF is time-consuming due to high-dimensional parameter space. To solve this problem, it is common to decompose 6 DOF, i.e. independently compute 3-DOF rotation and 3-DOF translation. However, high non-linearity of 3-DOF rotation still limits the algorithm efficiency, especially when the number of correspondences is large. In contrast, we propose to decompose 6 DOF into (2+1) and (1+2) DOF. Specifically, (2+1) DOF represent 2-DOF rotation axis and 1-DOF displacement along this rotation axis. (1+2) DOF indicate 1-DOF rotation angle and 2-DOF displacement orthogonal to the above rotation axis. To compute these DOF, we design a novel two-stage strategy based on inlier set maximization. By leveraging branch and bound, we first search for (2+1) DOF, and then the remaining (1+2) DOF. Thanks to the proposed transformation decomposition and two-stage search strategy, our method is deterministic and leads to low computational complexity. We extensively compare our method with state-of-the-art approaches. Our method is more accurate and robust than the approaches that provide similar efficiency to ours. Our method is more efficient than the approaches whose accuracy and robustness are comparable to ours.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Point Cloud Registration

Similar Papers 제목 키워드 기반

Global Consistent Point Cloud Registration Based on Lie-algebraic Cohomology

2022-08-15 · Yuxue Ren, Baowei Jiang, Wei Chen, Na lei 외

We present a novel, effective method for global point cloud registration problems by geometric topology. Based on many point cloud pairwise registration methods (e.g ICP), we focus on the problem of accumulated error for…

Point Cloud Registration

PointDifformer: Robust Point Cloud Registration With Neural Diffusion and Transformer

2024-04-22 · Rui She, Qiyu Kang, Sijie Wang, Wee Peng Tay 외

Point cloud registration is a fundamental technique in 3-D computer vision with applications in graphics, autonomous driving, and robotics. However, registration tasks under challenging conditions, under which noise or p…

Autonomous DrivingPoint Cloud Registration

Planning with Learned Dynamic Model for Unsupervised Point Cloud Registration

2021-08-05 · Haobo Jiang, Jin Xie, Jianjun Qian, Jian Yang

Point cloud registration is a fundamental problem in 3D computer vision. In this paper, we cast point cloud registration into a planning problem in reinforcement learning, which can seek the transformation between the so…

Point Cloud Registration

Efficient and Deterministic Search Strategy Based on Residual Projections for Point Cloud Registration with Correspondences

2023-05-19 · Xinyi Li, Hu Cao, Yinlong Liu, Xueli Liu 외

Estimating the rigid transformation between two LiDAR scans through putative 3D correspondences is a typical point cloud registration paradigm. Current 3D feature matching approaches commonly lead to numerous outlier cor…

3D Feature MatchingPoint Cloud Registration

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 t…

Point Cloud RegistrationVisual Localization