CVAug 21, 2025

Fast globally optimal Truncated Least Squares point cloud registration with fixed rotation axis

arXiv:2508.15613v11 citations
Originality Highly original
AI Analysis

This work addresses the challenge of efficient and robust point cloud registration for applications like robotics and computer vision, though it is incremental as it currently cannot solve the full 6DoF problem.

The paper tackles the problem of robust point cloud registration with high outlier rates by proposing a novel linear time convex relaxation and contractor method to speed up Branch and Bound, achieving provable global optimality in less than half a second for 100 points when the rotation axis is fixed, which is two orders of magnitude faster than the state-of-the-art SDP solver.

Recent results showed that point cloud registration with given correspondences can be made robust to outlier rates of up to 95\% using the truncated least squares (TLS) formulation. However, solving this combinatorial optimization problem to global optimality is challenging. Provably globally optimal approaches using semidefinite programming (SDP) relaxations take hundreds of seconds for 100 points. In this paper, we propose a novel linear time convex relaxation as well as a contractor method to speed up Branch and Bound (BnB). Our solver can register two 3D point clouds with 100 points to provable global optimality in less than half a second when the axis of rotation is provided. Although it currently cannot solve the full 6DoF problem, it is two orders of magnitude faster than the state-of-the-art SDP solver STRIDE when solving the rotation-only TLS problem. In addition to providing a formal proof for global optimality, we present empirical evidence of global optimality using adversarial instances with local minimas close to the global minimum.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes