paper-with-me

Papers

A Consensus-Based Framework for Distributed Bundle Adjustment

2016-06-01 · CVPR 2016 6 · Anders Eriksson, John Bastian, Tat-Jun Chin, Mats Isaksson

In this paper we study large-scale optimization problems in multi-view geometry, in particular the Bundle Adjustment problem. In its conventional formulation, the complexity of existing solvers scale poorly with problem size, hence this component of the Structure-from-Motion pipeline can quickly become a bottle-neck. Here we present a novel formulation for solving bundle adjustment in a truly distributed manner using consensus based optimization methods. Our algorithm is presented with a concise derivation based on proximal splitting, along with a theoretical proof of convergence and brief discussions on complexity and implementation. Experiments on a number of real image datasets convincingly demonstrates the potential of the proposed method by outperforming the conventional bundle adjustment formulation by orders of magnitude.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Distributed Very Large Scale Bundle Adjustment by Global Camera Consensus

2017-10-01 · ICCV 2017 10 · Runze Zhang, Siyu Zhu, Tian Fang, Long Quan

The increasing scale of Structure-from-Motion is fundamentally limited by the conventional optimization framework for the all-in-one global bundle adjustment. In this paper, we propose a distributed approach to coping wi…

Distributed ComputingDistributed Optimization

RPBA -- Robust Parallel Bundle Adjustment Based on Covariance Information

2019-10-17 · Helmut Mayer

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. Partic…

Power Bundle Adjustment for Large-Scale 3D Reconstruction

2022-04-27 · CVPR 2023 1 · Simon Weber, Nikolaus Demmel, Tin Chon Chan, Daniel Cremers

We introduce Power Bundle Adjustment as an expansion type algorithm for solving large-scale bundle adjustment problems. It is based on the power series expansion of the inverse Schur complement and constitutes a new fami…

3D ReconstructionDistributed Optimization

Distributed bundle adjustment with block-based sparse matrix compression for super large scale datasets

2023-07-17 · ICCV 2023 1 · Maoteng Zheng, Nengcheng Chen, Junfeng Zhu, Xiaoru Zeng 외

We propose a distributed bundle adjustment (DBA) method using the exact Levenberg-Marquardt (LM) algorithm for super large-scale datasets. Most of the existing methods partition the global map to small ones and conduct b…

Distributed Computing

Bundle Adjustment Revisited

2019-12-09 · Yu Chen, Yisong Chen, Guoping Wang

3D reconstruction has been developing all these two decades, from moderate to medium size and to large scale. It's well known that bundle adjustment plays an important role in 3D reconstruction, mainly in Structure from …

3D Reconstruction