Square Root Bundle Adjustment for Large-Scale Reconstruction

Abstract

We propose a new formulation for the bundle adjustment problem which relies on nullspace marginalization of landmark variables by QR decomposition. Our approach, which we call square root bundle adjustment, is algebraically equivalent to the commonly used Schur complement trick, improves the numeric stability of computations, and allows for solving large-scale bundle adjustment problems with single-precision floating-point numbers. We show in real-world experiments with the BAL datasets that even in single precision the proposed solver achieves on average equally accurate solutions compared to Schur complement solvers using double precision. It runs significantly faster, but can require larger amounts of memory on dense problems. The proposed formulation relies on simple linear algebra operations and opens the way for efficient implementations of bundle adjustment on hardware platforms optimized for single-precision linear algebra processing.

Cite

Text

Demmel et al. "Square Root Bundle Adjustment for Large-Scale Reconstruction." Conference on Computer Vision and Pattern Recognition, 2021. doi:10.1109/CVPR46437.2021.01155

Markdown

[Demmel et al. "Square Root Bundle Adjustment for Large-Scale Reconstruction." Conference on Computer Vision and Pattern Recognition, 2021.](https://mlanthology.org/cvpr/2021/demmel2021cvpr-square/) doi:10.1109/CVPR46437.2021.01155

BibTeX

@inproceedings{demmel2021cvpr-square,
  title     = {{Square Root Bundle Adjustment for Large-Scale Reconstruction}},
  author    = {Demmel, Nikolaus and Sommer, Christiane and Cremers, Daniel and Usenko, Vladyslav},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2021},
  pages     = {11723-11732},
  doi       = {10.1109/CVPR46437.2021.01155},
  url       = {https://mlanthology.org/cvpr/2021/demmel2021cvpr-square/}
}