Robust Point Cloud Registration via Geometric Overlapping Guided Rotation Search
By: Zhao Zheng , Jingfan Fan , Long Shao and more
Potential Business Impact:
Finds matching 3D shapes faster and more accurately.
Point cloud registration based on correspondences computes the rigid transformation that maximizes the number of inliers constrained within the noise threshold. Current state-of-the-art (SOTA) methods employing spatial compatibility graphs or branch-and-bound (BnB) search mainly focus on registration under high outlier ratios. However, graph-based methods require at least quadratic space and time complexity for graph construction, while multi-stage BnB search methods often suffer from inaccuracy due to local optima between decomposed stages. This paper proposes a geometric maximum overlapping registration framework via rotation-only BnB search. The rigid transformation is decomposed using Chasles' theorem into a translation along rotation axis and a 2D rigid transformation. The optimal rotation axis and angle are searched via BnB, with residual parameters formulated as range maximum query (RMQ) problems. Firstly, the top-k candidate rotation axes are searched within a hemisphere parameterized by cube mapping, and the translation along each axis is estimated through interval stabbing of the correspondences projected onto that axis. Secondly, the 2D registration is relaxed to 1D rotation angle search with 2D RMQ of geometric overlapping for axis-aligned rectangles, which is solved deterministically in polynomial time using sweep line algorithm with segment tree. Experimental results on 3DMatch, 3DLoMatch, and KITTI datasets demonstrate superior accuracy and efficiency over SOTA methods, while the time complexity is polynomial and the space complexity increases linearly with the number of points, even in the worst case.
Similar Papers
Fast globally optimal Truncated Least Squares point cloud registration with fixed rotation axis
CV and Pattern Recognition
Matches 3D shapes much faster and perfectly.
Correspondence-Free Fast and Robust Spherical Point Pattern Registration
CV and Pattern Recognition
Finds how things are turned around much faster.
Registration is a Powerful Rotation-Invariance Learner for 3D Anomaly Detection
CV and Pattern Recognition
Finds tiny flaws in 3D shapes, even when tilted.