arXiv:2606.26010cs.RO2026-06中稿 · publication at IRO…

FAR-LIO通过CUDA加速实现高速自动驾驶的高精度、低延迟激光惯性里程计。

FAR-LIO: Enabling High-Speed Autonomy through Fast, Accurate, and Robust LiDAR-Inertial Odometry

论文配图:FAR-LIO: Enabling High-Speed Autonomy through Fast, Accurate, and Robust LiDAR-Inertial Odometry
图 1 · 摘自论文原文
  • 基于CUDA体素哈希图并行搜索,提升地图更新效率。
  • 在250 km/h赛车场景下,定位误差降低6.9%,运行时间减少38.4%。
  • 适合高速自主驾驶系统,开源代码已发布。

鲁棒且精确的里程计估计对现代机器人至关重要。在动态运动与传感器噪声并存的环境中,里程计估计愈发困难。自主竞速结合了这两类挑战,且在非结构化场景中,最小化里程计延迟对稳定闭环控制尤为关键。本文提出FAR-LIO,一种针对高速、高精度与高鲁棒性优化的激光惯性里程计框架,采用CUDA加速。系统利用新型基于CUDA的体素哈希图实现并行最近邻搜索与高效地图更新;在此基础上,采用稀疏感知的广义迭代最近点算法(GICP)并结合自适应阈值,实现低延迟而不牺牲精度;后端采用扩展卡尔曼滤波器,通过上采样与延迟补偿策略融合高频率IMU数据,确保输出鲁棒平滑。我们在四种不同传感器配置下评估FAR-LIO,涵盖公开数据集及两辆速度达250 km/h的自主赛车数据。结果表明,在目标硬件上使用单一参数集时,相比当前最优基线,平均定位误差降低6.9%,运行时间减少38.4%,充分验证其计算效率与广泛适用性。为推动后续研究,代码已开源于https://github.com/TUMFTM/FAR-LIO。

原文摘要 · Abstract (English)

Robust and accurate odometry estimation is essential in modern robotics. In environments characterized by highly dynamic motion and sensor noise, odometry estimation becomes increasingly challenging. Autonomous racing combines both factors in an unstructured setting, where minimizing odometry latency is essential for stable closed-loop control. This paper introduces FAR-LIO, a highly optimized CUDA-accelerated LiDAR-inertial odometry framework developed for Fast, Accurate, and Robust performance. Our system leverages a novel CUDA-based voxel hashmap to enable parallelized nearest-neighbor search and efficient map updates. We employ a sparsity-aware Generalized Iterative Closest Point algorithm with adaptive thresholding on top of the CUDA-based voxel hashmap with adaptive density to achieve low-latency without compromising accuracy. An Extended Kalman Filter serves as a robust backend. It utilizes an upsampling and delay compensation strategy to fuse the LiDAR odometry with high-frequency IMU data, thereby ensuring a robust and smooth odometry output. We evaluate FAR-LIO across four different sensor setups, using both public datasets and data from two autonomous racecars driving at speeds of up to 250 km/h. FAR-LIO achieves an average 6.9% reduction in the positional error and 38.4% lower runtime compared to state-of-the-art baselines on target hardware using a single parameter set. This demonstrates its computational efficiency and broad applicability. To build upon our work, our code is available open-source on https://github.com/TUMFTM/FAR-LIO.

激光里程计自动驾驶CUDA加速实时系统

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。