paper-with-me

홈 › Papers

Learning To Bundle-Adjust: A Graph Network Approach to Faster Optimization of Bundle Adjustment for Vehicular SLAM

2021-01-01 · ICCV 2021 10 · Tetsuya Tanaka, Yukihiro Sasagawa, Takayuki Okatani

Bundle adjustment (BA) occupies a large portion of SfM and visual SLAM's total execution time. Local BA over the latest several keyframes plays a crucial role in visual SLAM. Its execution time should be sufficiently short for robust tracking; this is especially critical for embedded systems with a limited computational resource. This study proposes a learning-based method using a graph network that can replace conventional optimization-based BA and works faster. The graph network operates on a graph consisting of the nodes of keyframes and landmarks and the edges of the latter's visibility from the former. The graph network receives the parameters' initial values as inputs and predicts the updates to their optimal values. We design an intermediate representation of inputs inspired by the normal equation of the Levenberg-Marquardt method. We use the sum of reprojection errors as a loss function to train the graph network. The experiments show that the proposed method outputs parameter estimates with slightly inferior accuracy in 1/60-1/10 of time compared with the conventional BA.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Graphite: A GPU-Accelerated Mixed-Precision Graph Optimization Framework

2025-09-30 · Shishir Gopinath, Karthik Dantu, Steven Y. Ko arxiv

We present Graphite, a GPU-accelerated nonlinear least squares graph optimization framework. It provides a CUDA C++ interface to enable the sharing of code between a real-time application, such as a SLAM system, and its …

Matrix-Free Shared Intrinsics Bundle Adjustment

2025-01-01 · CVPR 2025 1 · Daniel Safari

Research on accelerating bundle adjustment has focused on photo collections where each image is accompanied by its own set of camera parameters. However, real-world applications overwhelmingly call for shared intrins…

Multigrid for Bundle Adjustment

2020-07-03 · Tristan Konolige, Jed Brown

Bundle adjustment is an important global optimization step in many structure from motion pipelines. Performance is dependent on the speed of the linear solver used to compute steps towards the optimum. For large problems…

global-optimization

Square Root Bundle Adjustment for Large-Scale Reconstruction

2021-03-02 · CVPR 2021 1 · Nikolaus Demmel, Christiane Sommer, Daniel Cremers, Vladyslav Usenko

We propose a new formulation for the bundle adjustment problem which relies on nullspace marginalization of landmark variables by QR decomposition. Our approach, which we call square root bundle adjustment, is algebraica…

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