Efficient and Deterministic Search Strategy Based on Residual Projections for Point Cloud Registration with Correspondences
Xinyi Li, Hu Cao, Yinlong Liu, Xueli Liu, Feihu Zhang, Alois Knoll
TL;DR
The paper tackles robust rigid point cloud registration under high outlier rates by introducing a novel pose decoupling strategy that uses $L_ty$ residual projections to split the 6-DOF problem into three axis-wise sub-problems. Each sub-problem is solved deterministically via a branch-and-bound search conducted on a reduced 2D domain, with translations estimated implicitly through interval stabbing, avoiding translation-domain initialization. The method refines the coarse solution with SVD on the consensus set and extends naturally to simultaneous pose and correspondence registration (SPCR) through interval merging-based bounds. Comprehensive experiments on synthetic and real-world datasets show superior efficiency and competitive robustness relative to state-of-the-art deterministic and learning-based approaches, with practical applicability to challenging outdoor LiDAR data such as Bremen, ETH, and KITTI.
Abstract
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 correspondences, making outlier-robust registration techniques indispensable. Many recent studies have adopted the branch and bound (BnB) optimization framework to solve the correspondence-based point cloud registration problem globally and deterministically. Nonetheless, BnB-based methods are time-consuming to search the entire 6-dimensional parameter space, since their computational complexity is exponential to the solution domain dimension in the worst-case. To enhance algorithm efficiency, existing works attempt to decouple the 6 degrees of freedom (DOF) original problem into two 3-DOF sub-problems, thereby reducing the search space. In contrast, our approach introduces a novel pose decoupling strategy based on residual projections, decomposing the raw registration problem into three sub-problems. Subsequently, we embed interval stabbing into BnB to solve these sub-problems within a lower two-dimensional domain, resulting in efficient and deterministic registration. Moreover, our method can be adapted to address the challenging problem of simultaneous pose and registration. Through comprehensive experiments conducted on challenging synthetic and real-world datasets, we demonstrate that the proposed method outperforms state-of-the-art methods in terms of efficiency while maintaining comparable robustness.
