paper-with-me

Papers

Stochastic Bundle Adjustment for Efficient and Scalable 3D Reconstruction

2020-08-02 · ECCV 2020 8 · Lei Zhou, Zixin Luo, Mingmin Zhen, Tianwei Shen, Shiwei Li, Zhuofei Huang, Tian Fang, Long Quan

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. Codes are released at https://github.com/zlthinker/STBA.

📄 PDF Abstract BibTeX arXiv:2008.00446

Code (1)

zlthinker/STBA 공식 구현

Tasks

3D ReconstructionClustering

Similar Papers 제목 키워드 기반

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

Building Rome with Convex Optimization

2025-02-07 · Haoyu Han, Heng Yang

Global bundle adjustment is made easy by depth prediction and convex optimization. We (i) propose a scaled bundle adjustment (SBA) formulation that lifts 2D keypoint measurements to 3D with learned depth, (ii) design an …

Depth EstimationDepth Prediction

Multidirectional Conjugate Gradients for Scalable Bundle Adjustment

2021-10-08 · Simon Weber, Nikolaus Demmel, Daniel Cremers

We revisit the problem of large-scale bundle adjustment and propose a technique called Multidirectional Conjugate Gradients that accelerates the solution of the normal equation by up to 61%. The key idea is that we enlar…

Spatiotemporal Bundle Adjustment for Dynamic 3D Human Reconstruction in the Wild

2020-07-24 · Minh Vo, Yaser Sheikh, Srinivasa G. Narasimhan

Bundle adjustment jointly optimizes camera intrinsics and extrinsics and 3D point triangulation to reconstruct a static scene. The triangulation constraint, however, is invalid for moving points captured in multiple unsy…

3D Human Reconstruction

Back on Track: Bundle Adjustment for Dynamic Scene Reconstruction

2025-04-20 · Weirong Chen, Ganlin Zhang, Felix Wimbauer, Rui Wang 외

Traditional SLAM systems, which rely on bundle adjustment, struggle with highly dynamic scenes commonly found in casual videos. Such videos entangle the motion of dynamic elements, undermining the assumption of static en…

3D ReconstructionCamera Pose EstimationPose Estimation