提出一种无需地图的机器人导航新方法,提升复杂环境下的自主探索效率。
CORE Planner: Contextual-memory Oriented Reinforcement-learning in Unknown Environments for Robot Navigation

- 结合稀疏可视图与Transformer,实现高效环境理解
- 比传统方法减少13%行程,比学习模型最多少48%路程
- 训练后直接部署真实世界,无需调参
未知环境中自主导航需在无先验地图情况下高效抵达目标并探索。尽管已有进展,多数方法仍依赖手工规则的传统规划,而基于学习的方法常受限于环境记忆不足及仿真到现实的迁移难题。为此,我们提出一种面向上下文记忆的强化学习导航框架(CORE Planner)。该方法采用稀疏可视图进行结构化环境表示,降低密集栅格地图的计算开销;通过Transformer网络实现全局环境感知,显著提升导航效率。此外,引入基于可视图的图稀疏化方法与上下文记忆机制,缓解局部最优问题,在大规模场景中增强计算性能。实验表明,该方法在代表性环境中持续优于最先进方案,包括传统FAR Planner和所有学习基线:相比传统方法行程减少13%,相比学习基线最多减少48%,且复杂环境中增益更显著。真实场景中可实现零样本仿真到现实迁移,无需人工干预。代码已开源。
原文摘要 · Abstract (English)
Autonomous navigation in unknown environments requires a robot to efficiently reach a predefined goal while exploring without prior maps. Although progress has been made in this area, most existing works still rely on traditional planning methods with hand-crafted rules, while learning-based methods often suffer from limited environmental memory and challenges in simulation-to-real (sim-to-real) transfer. To overcome these limitations, we propose a Contextual-memory Oriented Reinforcement-learning (CORE) planner for robot navigation in unknown environments. The proposed CORE planner effectively combines the core advantages of traditional and learning-based methods. Specifically, our method uses a sparse visibility graph for structured environment representation, reducing the computational overhead of dense grid maps, and employs a Transformer network to achieve a holistic environmental understanding, thereby significantly improving navigation efficiency. Moreover, we introduce a visibility graph-based graph sparsification method and a contextual memory mechanism, which alleviates local optima and enhances computational performance in large-scale scenes. Finally, our approach achieves zero-shot sim-to-real transfer after training solely on image-based environments, requiring no fine-tuning. Experimental results show that CORE Planner consistently outperforms state-of-the-art methods, including the traditional FAR Planner and all learning-based baselines, across representative environments, reducing travel distance by 13\% over traditional FAR Planner and by up to 48\% relative to learning-based baselines, with larger gains observed in more complex environments. In real-world scenarios, CORE successfully navigates without human intervention, showcasing zero-shot sim-to-real transfer. Code is available at https://github.com/BBD00/core_planner.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。