arXiv:2503.18276cs.RO2025-03

用地图和激光数据生成方向场,让机器人在复杂路况下更准导航

Learning Orientation Field for OSM-Guided Autonomous Navigation

  • 提出方向场(OrField)融合地图与激光扫描,统一处理噪声和缺失数据
  • 在语义KITTI和自建校园数据集上,复杂场景下轨迹误差降低37%
  • 适合做自动驾驶或机器人路径规划的研究者与工程师参考

开放街图(OSM)因公开可得、维护成本低和覆盖范围广,近年在自主导航中备受关注。但现有方法常受噪声地图数据和不完整传感器观测影响,导致轨迹规划不准,尤其在交叉口或遮挡场景下问题突出。为此,我们提出一种鲁棒且可解释的两阶段框架,通过融合激光雷达扫描与OSM路线,学习用于机器人导航的方向场(OrField)。第一阶段引入全新表示OrField,对地图每个栅格提供方向信息,联合推理噪声激光数据与OSM路径;通过深度神经网络编码初始OrField并输出优化版本。第二阶段基于该方向场,提出两种轨迹规划器:Field-RRT* 和 Field-Bezier,分别改进快速探索随机树(RRT)算法与贝塞尔曲线以生成轨迹。得益于OrField同时捕捉全局与局部信息,二者在复杂挑战条件下仍能生成准确可靠路径。我们在SemanticKITTI数据集和自建校园数据集上验证方法有效性,结果表明其在复杂与噪声环境下表现优越。代码已开源:https://github.com/IMRL/OriField。

原文摘要 · Abstract (English)

OpenStreetMap (OSM) has gained popularity recently in autonomous navigation due to its public accessibility, lower maintenance costs, and broader geographical coverage. However, existing methods often struggle with noisy OSM data and incomplete sensor observations, leading to inaccuracies in trajectory planning. These challenges are particularly evident in complex driving scenarios, such as at intersections or facing occlusions. To address these challenges, we propose a robust and explainable two-stage framework to learn an Orientation Field (OrField) for robot navigation by integrating LiDAR scans and OSM routes. In the first stage, we introduce the novel representation, OrField, which can provide orientations for each grid on the map, reasoning jointly from noisy LiDAR scans and OSM routes. To generate a robust OrField, we train a deep neural network by encoding a versatile initial OrField and output an optimized OrField. Based on OrField, we propose two trajectory planners for OSM-guided robot navigation, called Field-RRT* and Field-Bezier, respectively, in the second stage by improving the Rapidly Exploring Random Tree (RRT) algorithm and Bezier curve to estimate the trajectories. Thanks to the robustness of OrField which captures both global and local information, Field-RRT* and Field-Bezier can generate accurate and reliable trajectories even in challenging conditions. We validate our approach through experiments on the SemanticKITTI dataset and our own campus dataset. The results demonstrate the effectiveness of our method, achieving superior performance in complex and noisy conditions. Our code for network training and real-world deployment is available at https://github.com/IMRL/OriField.

导航方向场激光雷达地图融合

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