Stochastic Bundle Adjustment for Efficient and Scalable 3D Reconstruction

Abstract

Current bundle adjustment solvers such as the Levenberg-Marquardt (LM) algorithm are limited by the bottleneck in solving the Reduced Camera System (RCS) whose dimension is proportional to the camera number. When the problem is scaled up, this step is neither efficient in computation nor manageable for a single compute node. In this work, we propose a stochastic bundle adjustment algorithm which seeks to decompose the RCS approximately inside the LM iterations to improve the efficiency and scalability. It first reformulates the quadratic programming problem of an LM iteration based on the clustering of the visibility graph by introducing the equality constraints across clusters. Then, we propose to relax it into a chance constrained problem and solve it through sampled convex program. The relaxation is intended to eliminate the interdependence between clusters embodied by the constraints, so that a large RCS can be decomposed into independent linear sub-problems. Numerical experiments on unordered Internet image sets and sequential SLAM image sets, as well as distributed experiments on large-scale datasets, have demonstrated the high efficiency and scalability of the proposed approach.

Cite

Text

Zhou et al. "Stochastic Bundle Adjustment for Efficient and Scalable 3D Reconstruction." Proceedings of the European Conference on Computer Vision (ECCV), 2020. doi:10.1007/978-3-030-58555-6_22

Markdown

[Zhou et al. "Stochastic Bundle Adjustment for Efficient and Scalable 3D Reconstruction." Proceedings of the European Conference on Computer Vision (ECCV), 2020.](https://mlanthology.org/eccv/2020/zhou2020eccv-stochastic/) doi:10.1007/978-3-030-58555-6_22

BibTeX

@inproceedings{zhou2020eccv-stochastic,
  title     = {{Stochastic Bundle Adjustment for Efficient and Scalable 3D Reconstruction}},
  author    = {Zhou, Lei and Luo, Zixin and Zhen, Mingmin and Shen, Tianwei and Li, Shiwei and Huang, Zhuofei and Fang, Tian and Quan, Long},
  booktitle = {Proceedings of the European Conference on Computer Vision (ECCV)},
  year      = {2020},
  doi       = {10.1007/978-3-030-58555-6_22},
  url       = {https://mlanthology.org/eccv/2020/zhou2020eccv-stochastic/}
}