English

ARCS: Accurate Rotation and Correspondence Search

Computer Vision and Pattern Recognition 2022-03-30 v2

Abstract

This paper is about the old Wahba problem in its more general form, which we call "simultaneous rotation and correspondence search". In this generalization we need to find a rotation that best aligns two partially overlapping 33D point sets, of sizes mm and nn respectively with mnm\geq n. We first propose a solver, ARCS\texttt{ARCS}, that i) assumes noiseless point sets in general position, ii) requires only 22 inliers, iii) uses O(mlogm)O(m\log m) time and O(m)O(m) space, and iv) can successfully solve the problem even with, e.g., m,n106m,n\approx 10^6 in about 0.10.1 seconds. We next robustify ARCS\texttt{ARCS} to noise, for which we approximately solve consensus maximization problems using ideas from robust subspace learning and interval stabbing. Thirdly, we refine the approximately found consensus set by a Riemannian subgradient descent approach over the space of unit quaternions, which we show converges globally to an ε\varepsilon-stationary point in O(ε4)O(\varepsilon^{-4}) iterations, or locally to the ground-truth at a linear rate in the absence of noise. We combine these algorithms into ARCS+\texttt{ARCS+}, to simultaneously search for rotations and correspondences. Experiments show that ARCS+\texttt{ARCS+} achieves state-of-the-art performance on large-scale datasets with more than 10610^6 points with a 10410^4 time-speedup over alternative methods. \url{https://github.com/liangzu/ARCS}

Keywords

Cite

@article{arxiv.2203.14493,
  title  = {ARCS: Accurate Rotation and Correspondence Search},
  author = {Liangzu Peng and Manolis C. Tsakiris and René Vidal},
  journal= {arXiv preprint arXiv:2203.14493},
  year   = {2022}
}

Comments

Accepted in part to CVPR 2022

R2 v1 2026-06-24T10:27:51.517Z