arXiv:2502.19242cs.RO2025-02被引 11

用鸟瞰图图像提升激光惯性里程计,实现更准定位与闭环检测。

BEV-LIO(LC): BEV Image Assisted LiDAR-Inertial Odometry with Loop Closure

  • 将点云转为鸟瞰图,用轻量CNN提取局部和全局特征
  • 通过特征匹配构建重投影误差,结合ICP优化实现闭环检测
  • 适合复杂城市场景下的高精度自动驾驶定位任务

本文提出BEV-LIO(LC),一种新型激光惯性里程计框架,将激光雷达点云转化为鸟瞰图(BEV)图像,利用几何点云配准并引入基于BEV图像特征的闭环检测。通过归一化点密度,将点云投影至BEV图像,实现高效特征提取与匹配。采用轻量级卷积神经网络(CNN)提取局部与全局描述符:局部描述符用于与FAST关键点匹配以构建重投影误差;全局描述符用于闭环检测。重投影误差最小化与点到平面配准结合,嵌入迭代扩展卡尔曼滤波器(iEKF)中。后端使用全局描述符构建KD树索引的关键帧数据库,实现精准闭环检测。检测到闭环后,通过随机采样一致性(RANSAC)计算粗略变换作为ICP初始值,再将优化后的变换加入因子图,与里程计因子联合优化,提升全局定位一致性。在多种场景及不同激光雷达类型下进行大量实验,结果表明该方法优于现有先进方法,实现竞争性定位精度。代码与视频见:https://github.com/HxCa1/BEV-LIO-LC。

原文摘要 · Abstract (English)

This work introduces BEV-LIO(LC), a novel LiDAR-Inertial Odometry (LIO) framework that combines Bird's Eye View (BEV) image representations of LiDAR data with geometry-based point cloud registration and incorporates loop closure (LC) through BEV image features. By normalizing point density, we project LiDAR point clouds into BEV images, thereby enabling efficient feature extraction and matching. A lightweight convolutional neural network (CNN) based feature extractor is employed to extract distinctive local and global descriptors from the BEV images. Local descriptors are used to match BEV images with FAST keypoints for reprojection error construction, while global descriptors facilitate loop closure detection. Reprojection error minimization is then integrated with point-to-plane registration within an iterated Extended Kalman Filter (iEKF). In the back-end, global descriptors are used to create a KD-tree-indexed keyframe database for accurate loop closure detection. When a loop closure is detected, Random Sample Consensus (RANSAC) computes a coarse transform from BEV image matching, which serves as the initial estimate for Iterative Closest Point (ICP). The refined transform is subsequently incorporated into a factor graph along with odometry factors, improving the global consistency of localization. Extensive experiments conducted in various scenarios with different LiDAR types demonstrate that BEV-LIO(LC) outperforms state-of-the-art methods, achieving competitive localization accuracy. Our code and video can be found at https://github.com/HxCa1/BEV-LIO-LC.

激光雷达里程计闭环检测鸟瞰图

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