用在线模仿学习让机器人导航更稳定高效。
NavOL: Navigation Policy with Online Imitation Learning

- 通过在线交互收集专家轨迹,实时更新导航策略。
- 每小时生成超2000条轨迹,每条平均400步以上。
- 适合需要快速迭代的仿真与真实场景导航研究者。
学习鲁棒的导航策略仍是机器人领域的核心挑战。离线模仿学习存在分布偏移和推理时误差累积问题,而强化学习需设计奖励函数且学习效率低。本文提出NavOL,一种在线模仿学习范式:在模拟器中与环境交互,利用全局规划器提供的最优路径段作为真实轨迹标签,持续收集并训练新数据。基于预训练的导航扩散模型,该方法在滚动-更新循环中运行,避免了奖励设计,提升学习效率,并缓解分布偏移。系统基于IsaacLab,支持高速、高保真并行渲染与相机位姿、起终点对的领域随机化,在8张RTX 4090 GPU上扩展至50个场景,每小时生成超过2000条轨迹,每条平均超过400步。我们还提出了一个包含固定起点与终点的室内视觉导航基准,用于零样本泛化测试。在仿真基准(包括NavDP及自建基准)和精心设计的真实世界实验中,NavOL均表现优异,验证了其在在线模仿学习中的持续性能优势。
原文摘要 · Abstract (English)
Learning robust navigation policies remains a core challenge in robotics. Offline imitation learning suffers from distribution shift and compounding errors at rollout, while reinforcement learning requires reward engineering and learns inefficiently. In this paper, we propose NavOL, an online imitation learning paradigm that interacts with a simulator and updates itself using expert demonstrations gathered online. Built upon a pretrained navigation diffusion policy that maps local observations to future waypoints, NavOL trains in a rollout update loop: during rollout, the policy acts in the simulator and queries a global planner which has privileged access to the global environment for the optimal path segment as ground truth trajectory labels; during update, the policy is trained on the online collected observation trajectory pairs. This online imitation loop removes the need for reward design, improves learning efficiency, and mitigates distribution shift by training on the policy own explored rollouts. Built on IsaacLab with fast, high-fidelity parallel rendering and domain randomization of camera pose and start-goal pairs, our system scales across 50 scenes on 8 RTX 4090 GPUs, collecting over 2,000 new trajectories per hour, each averaging more than 400 steps. We also introduce an indoor visual navigation benchmark with predefined start and goal positions for zero-shot generalization. Extensive evaluations on simulation benchmarks, including the NavDP benchmark and our proposed benchmark, as well as carefully designed real-world experiments, demonstrate the effectiveness of NavOL, showing consistent performance gains in online imitation learning.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。