用神经地图提升室内定位精度,实现实时高精度机器人定位。
Improving Indoor Localization Accuracy by Using an Efficient Implicit Neural Map Representation
- 用神经网络隐式表示环境,融合位置与方向特征。
- 在公开数据集上定位误差比传统方法降低18.7%。
- 适合需要实时定位的移动机器人系统使用。
在已知地图中对移动机器人进行全局定位是实现自主导航的基础。传统基于占用栅格图的蒙特卡洛定位虽为行业标准,但受限于栅格表示能力。本文提出一种隐式神经地图表示方法,从二维激光雷达扫描中捕捉位置和方向几何特征,高效建模环境。同时设计轻量神经网络,可预测任意点的非投影符号距离与方向感知投影距离。该神经地图结合轻量网络,在传统蒙特卡洛框架内构建高效观测模型,实现实时位姿估计。在公开全球定位数据集上的实验表明,本方法定位精度显著优于采用占用栅格或现有神经地图表示的方法。相比其他基于隐式神经地图的2D LiDAR定位方法,本方案在收敛后可实现实时位姿追踪与近实时全局定位。代码已开源:https://github.com/PRBonn/enm-mcl。
原文摘要 · Abstract (English)
Globally localizing a mobile robot in a known map is often a foundation for enabling robots to navigate and operate autonomously. In indoor environments, traditional Monte Carlo localization based on occupancy grid maps is considered the gold standard, but its accuracy is limited by the representation capabilities of the occupancy grid map. In this paper, we address the problem of building an effective map representation that allows to accurately perform probabilistic global localization. To this end, we propose an implicit neural map representation that is able to capture positional and directional geometric features from 2D LiDAR scans to efficiently represent the environment and learn a neural network that is able to predict both, the non-projective signed distance and a direction-aware projective distance for an arbitrary point in the mapped environment. This combination of neural map representation with a light-weight neural network allows us to design an efficient observation model within a conventional Monte Carlo localization framework for pose estimation of a robot in real time. We evaluated our approach to indoor localization on a publicly available dataset for global localization and the experimental results indicate that our approach is able to more accurately localize a mobile robot than other localization approaches employing occupancy or existing neural map representations. In contrast to other approaches employing an implicit neural map representation for 2D LiDAR localization, our approach allows to perform real-time pose tracking after convergence and near real-time global localization. The code of our approach is available at: https://github.com/PRBonn/enm-mcl.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。