CVSep 5, 2021

Square Root Marginalization for Sliding-Window Bundle Adjustment

arXiv:2109.02182v120 citations
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in visual and visual-inertial odometry for robotics and autonomous systems, offering an incremental improvement over existing marginalization techniques.

The paper tackles the problem of numeric instability and speed in sliding-window bundle adjustment for real-time odometry by proposing a square root formulation, resulting in a 36% faster estimator and improved accuracy in single precision compared to baseline methods.

In this paper we propose a novel square root sliding-window bundle adjustment suitable for real-time odometry applications. The square root formulation pervades three major aspects of our optimization-based sliding-window estimator: for bundle adjustment we eliminate landmark variables with nullspace projection; to store the marginalization prior we employ a matrix square root of the Hessian; and when marginalizing old poses we avoid forming normal equations and update the square root prior directly with a specialized QR decomposition. We show that the proposed square root marginalization is algebraically equivalent to the conventional use of Schur complement (SC) on the Hessian. Moreover, it elegantly deals with rank-deficient Jacobians producing a prior equivalent to SC with Moore-Penrose inverse. Our evaluation of visual and visual-inertial odometry on real-world datasets demonstrates that the proposed estimator is 36% faster than the baseline. It furthermore shows that in single precision, conventional Hessian-based marginalization leads to numeric failures and reduced accuracy. We analyse numeric properties of the marginalization prior to explain why our square root form does not suffer from the same effect and therefore entails superior performance.

Foundations

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

Your Notes