Efficient Detection of Long Consistent Cycles and its Application to Distributed Synchronization
Shaohan Li, Yunpeng Shi, Gilad Lerman
TL;DR
This work tackles rotation synchronization in global Structure from Motion under heavy corruption by extending cycle-consistency methods beyond 3-cycles. It introduces LongSync, a scalable, vectorized variant of Cycle Edge Message Passing (CEMP) that leverages long cycles with the chordal distance $\mathcal{D}$ and weighted quadratic averaging to avoid enumerating all cycles, achieving per-iteration time $O(n^3)$ for cycle lengths up to $c\le6$. The authors provide formal recovery guarantees under the Uniform Corruption Model with near-optimal sample complexity and demonstrate substantial practical gains in distributed SfM, including a real-data evaluation on the PhotoTourism dataset. The approach generalizes to linear groups beyond $SO(3)$ and shows promise for large-scale, robust, distributed synchronization tasks in computer vision and related domains.
Abstract
Group synchronization plays a crucial role in global pipelines for Structure from Motion (SfM). Its formulation is nonconvex and it is faced with highly corrupted measurements. Cycle consistency has been effective in addressing these challenges. However, computationally efficient solutions are needed for cycles longer than three, especially in practical scenarios where 3-cycles are unavailable. To overcome this computational bottleneck, we propose an algorithm for group synchronization that leverages information from cycles of lengths ranging from three to six with a time complexity of order $O(n^3)$ (or $O(n^{2.373})$ when using a faster matrix multiplication algorithm). We establish non-trivial theory for this and related methods that achieves competitive sample complexity, assuming the uniform corruption model. To advocate the practical need for our method, we consider distributed group synchronization, which requires at least 4-cycles, and we illustrate state-of-the-art performance by our method in this context.
