Vision-language navigation is a task that requires an agent to follow instructions to navigate in environments. It becomes increasingly crucial in the field of embodied AI, with potential applications in autonomous navigation, search and rescue, and human-robot interaction. In this paper, we propose to address a more practical yet challenging counterpart setting - vision-language navigation in continuous environments (VLN-CE). To develop a robust VLN-CE agent, we propose a new navigation framework, ETPNav, which focuses on two critical skills: 1) the capability to abstract environments and generate long-range navigation plans, and 2) the ability of obstacle-avoiding control in continuous environments. ETPNav performs online topological mapping of environments by self-organizing predicted waypoints along a traversed path, without prior environmental experience. It privileges the agent to break down the navigation procedure into high-level planning and low-level control. Concurrently, ETPNav utilizes a transformer-based cross-modal planner to generate navigation plans based on topological maps and instructions. The plan is then performed through an obstacle-avoiding controller that leverages a trial-and-error heuristic to prevent navigation from getting stuck in obstacles. Experimental results demonstrate the effectiveness of the proposed method. ETPNav yields more than 10% and 20% improvements over prior state-of-the-art on R2R-CE and RxR-CE datasets, respectively. Our code is available at https://github.com/MarSaKi/ETPNav.
翻译:视觉语言导航是一项要求智能体根据指令在环境中导航的任务。在具身人工智能领域,该任务日益重要,在自主导航、搜索救援和人机交互中具有潜在应用价值。本文针对更具实用性且更具挑战性的场景——连续环境下的视觉语言导航(VLN-CE)提出解决方案。为构建鲁棒的VLN-CE智能体,我们提出新型导航框架ETPNav,聚焦两项关键能力:1)对环境进行抽象并生成远程导航规划的能力;2)在连续环境中实现避障控制的能力。ETPNav通过沿行进路径自我组织预测路径点进行在线拓扑地图构建,无需预先的环境经验。这使智能体能够将导航过程分解为高层规划与底层控制两个阶段。同时,ETPNav采用基于Transformer的跨模态规划器,根据拓扑地图和指令生成导航方案,并通过采用试错启发式策略的避障控制器执行该方案,防止导航陷入障碍物停滞状态。实验结果验证了所提方法的有效性。在R2R-CE和RxR-CE数据集上,ETPNav分别较先前最先进方法取得超过10%和20%的性能提升。我们的代码已开源至https://github.com/MarSaKi/ETPNav。