paper-with-me

Papers

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. Particularly, consensus-based optimization methods have been shown to be suitable for this task. We have extended them using covariance information derived by the adjustment of individual three-dimensional (3D) points, i.e., "triangulation" or "intersection". This does not only lead to a much better convergence behavior, but also avoids fiddling with the penalty parameter of standard consensus-based approaches. The corresponding novel approach can also be seen as a variant of resection / intersection schemes, where we adjust during intersection a number of sub-blocks directly related to the number of threads available on a computer each containing a fraction of the cameras of the block. We show that our novel approach is suitable for robust parallel bundle adjustment and demonstrate its capabilities in comparison to the basic consensus-based approach as well as a state-of-the-art parallel implementation of bundle adjustment. Code for our novel approach is available on GitHub: https://github.com/helmayer/RPBA

📄 PDF Abstract BibTeX arXiv:1910.08138

Code (1)

helmayer/RPBA 공식 구현

Similar Papers 제목 키워드 기반

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

Learning a Depth Covariance Function

2023-03-21 · CVPR 2023 1 · Eric Dexheimer, Andrew J. Davison

We propose learning a depth covariance function with applications to geometric vision tasks. Given RGB images as input, the covariance function can be flexibly used to define priors over depth functions, predictive distr…

Depth CompletionVisual Odometry

Accelerating Large-scale Bundle Adjustment for LiDAR Mapping via Parallel Computing

2026-08-14 · Yixi Cai, Rundong Li, Yuhan Xie, Qingwen Zhang 외 arxiv

LiDAR bundle adjustment is widely utilized in mapping to construct globally consistent point cloud maps. In this paper, we propose the first fully parallel computing framework to accelerate LiDAR bundle adjustment for la…

Computational Efficiency

A Consistency-Improved LiDAR-Inertial Bundle Adjustment

2026-02-06 · Xinran Li, Shuaikang Zheng, Pengcheng Zheng, Xinyang Wang 외 arxiv

Simultaneous Localization and Mapping (SLAM) using 3D LiDAR has emerged as a cornerstone for autonomous navigation in robotics. While feature-based SLAM systems have achieved impressive results by leveraging edge and pla…

RAMBA: 4D Radar Mapping by Bundle Adjustment

2026-05-24 · Jianzhu Huai, Yiwen Chen, Binliang Wang arxiv

4D radar is increasingly attractive for robotic mapping because it provides range, azimuth, elevation, and Doppler measurements while remaining robust in adverse visibility conditions. Although recent radar and radar--in…