paper-with-me

홈 › Papers

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

2026-08-14 · Yixi Cai, Rundong Li, Yuhan Xie, Qingwen Zhang, Patric Jensfelt, Fu 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 large-scale mapping, incorporating three key techniques. First, we design an adaptive, asynchronous data loading strategy to efficiently process large-scale point cloud datasets on memory-constrained GPUs. Secondly, we present a novel bottom-up voxelization method for extracting planar features, enabling fully parallelized pre-processing. Thirdly, we build upon a majorization-minimization formulation to accelerate compute-intensive tasks in the optimization via parallel computation, including the computation of residuals, Jacobian and Hessian matrices, and a parallel increment solver. To support our design, we provide both theoretical and experimental analysis of the time complexity of our approach. Extensive benchmarking on large-scale public datasets across various computational platforms validates the robustness and adaptability of our approach, achieving up to a tenfold improvement in computational efficiency while preserving mapping accuracy comparable to state-of-the-art methods. To benefit future research, the implementation code is available on GitHub.

📄 PDF Abstract BibTeX arXiv:2608.14266

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

LMBAO: A Landmark Map for Bundle Adjustment Odometry in LiDAR SLAM

2022-09-19 · Letian Zhang, Jinping Wang, Lu Jie, Nanjie Chen 외

LiDAR odometry is one of the essential parts of LiDAR simultaneous localization and mapping (SLAM). However, existing LiDAR odometry tends to match a new scan simply iteratively with previous fixed-pose scans, gradually …

Simultaneous Localization and Mapping

PSS-BA: LiDAR Bundle Adjustment with Progressive Spatial Smoothing

2024-03-10 · Jianping Li, Thien-Minh Nguyen, Shenghai Yuan, Lihua Xie

Accurate and consistent construction of point clouds from LiDAR scanning data is fundamental for 3D modeling applications. Current solutions, such as multiview point cloud registration and LiDAR bundle adjustment, predom…

Point cloud reconstructionPoint Cloud Registration

An Efficient Plane Extraction Approach for Bundle Adjustment on LiDAR Point clouds

2023-04-29 · Zheng Liu, Fu Zhang

Bundle adjustment (BA) on LiDAR point clouds has been extensively investigated in recent years due to its ability to optimize multiple poses together, resulting in high accuracy and global consistency for point cloud. Ho…

Neural LiDAR Bundle Adjustment

2026-07-05 · Chin Yung Anson Hon, Kaicheng Zhang, Sen Wang arxiv

Recent research has achieved remarkable novel view rendering and scene reconstruction results with Neural Radiance Field (NeRF), including extensions to the LiDAR modality. Few studies have, however, explored the key des…

Point Cloud Registration

Multi-View Large-Scale Bundle Adjustment Method for High-Resolution Satellite Images

2019-05-22 · Xu Huang, Rong-Jun Qin

Given enough multi-view image corresponding points (also called tie points) and ground control points (GCP), bundle adjustment for high-resolution satellite images is used to refine the orientations or most often used ge…