arXiv:2601.12377cs.RO2026-01被引 4

用递归平面拟合提升激光雷达在线定位精度

R-VoxelMap: Accurate Voxel Mapping with Recursive Plane Fitting for Online LiDAR Odometry

  • 通过递归剔除异常点并重用,精准拟合每个体素内的平面
  • 在多个公开数据集上定位误差低于现有方法,性能更优
  • 适合对高精度激光雷达定位有需求的自动驾驶场景

本文提出R-VoxelMap,一种基于几何驱动递归平面拟合策略的新型体素映射方法,旨在提升在线激光雷达里程计的定位精度。传统体素映射方法在体素内使用所有点进行平面拟合与检测,易受离群点影响,导致平面参数偏差、大平面过度分割及不同物理平面错误合并。为解决这些问题,R-VoxelMap采用基于随机采样一致性(RANSAC)的离群点检测与重用流水线,在每个体素中先拟合准确平面并分离离群点,再将剩余离群点传递至更深层八叉树级别进行递归处理,实现环境的精细表征。同时设计基于点分布的合理性验证算法,防止错误平面合并。在多个开源激光雷达(惯性)同步定位与建图(SLAM)数据集上的大量实验表明,该方法在保持相当效率和内存开销的前提下,定位精度优于现有先进方法。代码将发布于GitHub。

原文摘要 · Abstract (English)

This paper proposes R-VoxelMap, a novel voxel mapping method that constructs accurate voxel maps using a geometry-driven recursive plane fitting strategy to enhance the localization accuracy of online LiDAR odometry. VoxelMap and its variants typically fit and check planes using all points in a voxel, which may lead to plane parameter deviation caused by outliers, over segmentation of large planes, and incorrect merging across different physical planes. To address these issues, R-VoxelMap utilizes a geometry-driven recursive construction strategy based on an outlier detect-and-reuse pipeline. Specifically, for each voxel, accurate planes are first fitted while separating outliers using random sample consensus (RANSAC). The remaining outliers are then propagated to deeper octree levels for recursive processing, ensuring a detailed representation of the environment. In addition, a point distribution-based validity check algorithm is devised to prevent erroneous plane merging. Extensive experiments on diverse open-source LiDAR(-inertial) simultaneous localization and mapping (SLAM) datasets validate that our method achieves higher accuracy than other state-of-the-art approaches, with comparable efficiency and memory usage. Code will be available on GitHub.

激光雷达体素映射平面拟合定位精度

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