CVOct 17, 2019

RPBA -- Robust Parallel Bundle Adjustment Based on Covariance Information

arXiv:1910.08138v19 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the problem of efficient large-scale 3D reconstruction for computer vision and photogrammetry applications, representing an incremental improvement over existing parallel bundle adjustment methods.

The authors tackled the computational bottleneck of bundle adjustment in Structure from Motion by developing a robust parallel method that uses covariance information from 3D point adjustments, leading to improved convergence and avoidance of penalty parameter tuning, with demonstrated capabilities compared to existing approaches.

A core component of all Structure from Motion (SfM) approaches is bundle adjustment. As the latter is a computational bottleneck for larger blocks, parallel bundle adjustment has become an active area of research. Particularly, consensus-based optimization methods have been shown to be suitable for this task. We have extended them using covariance information derived by the adjustment of individual three-dimensional (3D) points, i.e., "triangulation" or "intersection". This does not only lead to a much better convergence behavior, but also avoids fiddling with the penalty parameter of standard consensus-based approaches. The corresponding novel approach can also be seen as a variant of resection / intersection schemes, where we adjust during intersection a number of sub-blocks directly related to the number of threads available on a computer each containing a fraction of the cameras of the block. We show that our novel approach is suitable for robust parallel bundle adjustment and demonstrate its capabilities in comparison to the basic consensus-based approach as well as a state-of-the-art parallel implementation of bundle adjustment. Code for our novel approach is available on GitHub: https://github.com/helmayer/RPBA

Code Implementations1 repo
Foundations

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

Your Notes