Accelerating Globally Optimal Consensus Maximization in Geometric Vision
Xinyue Zhang, Liangzu Peng, Wanting Xu, Laurent Kneip
TL;DR
This work tackles the computational intractability of globally optimal consensus maximization in geometric vision by introducing Accelerated Consensus Maximization (ACM), which reduces the branching dimension and solves the remaining degree of freedom exactly via interval stabbing. ACM yields significantly tighter bounds and drastically fewer iterations, translating into substantial speedups (from twofold to over three orders of magnitude) across diverse problems including 3D-2D, 2D-2D, 3D-3D registrations, and rotation plus focal length estimation. The approach demonstrates robust performance under extreme outlier ratios and achieves near real-time, deterministic global optimization in several settings, with strong results on synthetic and real data such as KITTI and Stanford Bunny. Overall, ACM broadens the practical viability of deterministic CM for online applications by delivering general, problem-agnostic acceleration without relying on strong priors or problem-specific invariants.
Abstract
Branch-and-bound-based consensus maximization stands out due to its important ability of retrieving the globally optimal solution to outlier-affected geometric problems. However, while the discovery of such solutions caries high scientific value, its application in practical scenarios is often prohibited by its computational complexity growing exponentially as a function of the dimensionality of the problem at hand. In this work, we convey a novel, general technique that allows us to branch over an n-1 dimensional space for an n-dimensional problem. The remaining degree of freedom can be solved globally optimally within each bound calculation by applying the efficient interval stabbing technique. While each individual bound derivation is harder to compute owing to the additional need for solving a sorting problem, the reduced number of intervals and tighter bounds in practice lead to a significant reduction in the overall number of required iterations. Besides an abstract introduction of the approach, we present applications to four fundamental geometric computer vision problems: camera resectioning, relative camera pose estimation, point set registration, and rotation and focal length estimation. Through our exhaustive tests, we demonstrate significant speed-up factors at times exceeding two orders of magnitude, thereby increasing the viability of globally optimal consensus maximizers in online application scenarios.
