Out-of-Core Bundle Adjustment for Large-Scale 3D Reconstruction

Abstract

Large-scale 3D reconstruction has recently received much attention from the computer vision community. Bundle adjustment is a key component of 3D reconstruction problems. However, traditional bundle adjustment algorithms require a considerable amount of memory and computational resources. In this paper, we present an extremely efficient, inherently out-of-core bundle adjustment algorithm. We decouple the original problem into several submaps that have their own local coordinate systems and can be optimized in parallel. A key contribution to our algorithm is making as much progress towards optimizing the global non-linear cost function as possible using the fragments of the reconstruction that are currently in core memory. This allows us to converge with very few global sweeps (often only two) through the entire reconstruction. We present experimental results on large-scale 3D reconstruction datasets, both synthetic and real.

Cite

Text

Ni et al. "Out-of-Core Bundle Adjustment for Large-Scale 3D Reconstruction." IEEE/CVF International Conference on Computer Vision, 2007. doi:10.1109/ICCV.2007.4409085

Markdown

[Ni et al. "Out-of-Core Bundle Adjustment for Large-Scale 3D Reconstruction." IEEE/CVF International Conference on Computer Vision, 2007.](https://mlanthology.org/iccv/2007/ni2007iccv-out/) doi:10.1109/ICCV.2007.4409085

BibTeX

@inproceedings{ni2007iccv-out,
  title     = {{Out-of-Core Bundle Adjustment for Large-Scale 3D Reconstruction}},
  author    = {Ni, Kai and Steedly, Drew and Dellaert, Frank},
  booktitle = {IEEE/CVF International Conference on Computer Vision},
  year      = {2007},
  pages     = {1-8},
  doi       = {10.1109/ICCV.2007.4409085},
  url       = {https://mlanthology.org/iccv/2007/ni2007iccv-out/}
}