paper-with-me

홈 › Papers

Rotation Coordinate Descent for Fast Globally Optimal Rotation Averaging

2021-03-15 · CVPR 2021 1 · Álvaro Parra, Shin-Fang Chng, Tat-Jun Chin, Anders Eriksson, Ian Reid

Under mild conditions on the noise level of the measurements, rotation averaging satisfies strong duality, which enables global solutions to be obtained via semidefinite programming (SDP) relaxation. However, generic solvers for SDP are rather slow in practice, even on rotation averaging instances of moderate size, thus developing specialised algorithms is vital. In this paper, we present a fast algorithm that achieves global optimality called rotation coordinate descent (RCD). Unlike block coordinate descent (BCD) which solves SDP by updating the semidefinite matrix in a row-by-row fashion, RCD directly maintains and updates all valid rotations throughout the iterations. This obviates the need to store a large dense semidefinite matrix. We mathematically prove the convergence of our algorithm and empirically show its superior efficiency over state-of-the-art global methods on a variety of problem configurations. Maintaining valid rotations also facilitates incorporating local optimisation routines for further speed-ups. Moreover, our algorithm is simple to implement; see supplementary material for a demonstration program.

📄 PDF Abstract BibTeX arXiv:2103.08292

Code (0)

등록된 구현이 없습니다.

Tasks

valid

Similar Papers 제목 키워드 기반

Efficient Algorithms for Rotation Averaging Problems

2021-03-18 · Yihong Dong, Lunchen Xie, Qingjiang Shi

The rotation averaging problem is a fundamental task in computer vision applications. It is generally very difficult to solve due to the nonconvex rotation constraints. While a sufficient optimality condition is availabl…

Shonan Rotation Averaging: Global Optimality by Surfing SO(p)(n)

2020-08-01 · ECCV 2020 8 · Frank Dellaert, David M. Rosen, Jing Wu, Robert Mahony 외

Shonan Rotation Averaging is a fast, simple, and elegant rotation averaging algorithm that is guaranteed to recover globally optimal solutions under mild assumptions on the measurement noise. Our method employs semidefin…

Shonan Rotation Averaging: Global Optimality by Surfing $SO(p)^n$

2020-08-06 · Frank Dellaert, David M. Rosen, Jing Wu, Robert Mahony 외

Shonan Rotation Averaging is a fast, simple, and elegant rotation averaging algorithm that is guaranteed to recover globally optimal solutions under mild assumptions on the measurement noise. Our method employs semidefin…

Efficient coordinate-descent for orthogonal matrices through Givens rotations

2013-12-02 · Uri Shalit, Gal Chechik

Optimizing over the set of orthogonal matrices is a central component in problems like sparse-PCA or tensor decomposition. Unfortunately, such optimization is hard since simple operations on orthogonal matrices easily br…

Tensor Decomposition

Coordinate Descent Methods for DC Minimization: Optimality Conditions and Global Convergence

2021-09-09 · Ganzhao Yuan

Difference-of-Convex (DC) minimization, referring to the problem of minimizing the difference of two convex functions, has been found rich applications in statistical learning and studied extensively for decades. However…