SeqWalker: Sequential-Horizon Vision-and-Language Navigation with Hierarchical Planning
Zebin Han, Xudong Wang, Baichen Liu, Qi Lyu, Zhenduo Shang, Jiahua Dong, Lianqing Liu, Zhi Han
TL;DR
This paper tackles Sequential-Horizon Vision-and-Language Navigation (SH-VLN), where agents must execute multi-task trajectories described by long, structured instructions in large, persistent scenes. It introduces SeqWalker, a hierarchical planner with a High-Level Perception Planner for local instruction segmentation and a Low-Level Action Planner leveraging an Exploration-and-Verification (EaV) strategy, along with a Map-Encoder to maintain scene maps. To evaluate SH-VLN, the authors extend IVLN to SH-IR2R-CE, enriching instructions and stitching trajectories to form long-horizon tasks, and demonstrate that SeqWalker achieves state-of-the-art performance on both SH-VLN and traditional IVLN benchmarks. The work highlights substantial gains from local-instruction focusing, entropy-guided phrase selection, and trajectory correction, with practical implications for robust, long-horizon embodied navigation in dynamic environments.
Abstract
Sequential-Horizon Vision-and-Language Navigation (SH-VLN) presents a challenging scenario where agents should sequentially execute multi-task navigation guided by complex, long-horizon language instructions. Current vision-and-language navigation models exhibit significant performance degradation with such multi-task instructions, as information overload impairs the agent's ability to attend to observationally relevant details. To address this problem, we propose SeqWalker, a navigation model built on a hierarchical planning framework. Our SeqWalker features: i) A High-Level Planner that dynamically selects global instructions into contextually relevant sub-instructions based on the agent's current visual observations, thus reducing cognitive load; ii) A Low-Level Planner incorporating an Exploration-Verification strategy that leverages the inherent logical structure of instructions for trajectory error correction. To evaluate SH-VLN performance, we also extend the IVLN dataset and establish a new benchmark. Extensive experiments are performed to demonstrate the superiority of the proposed SeqWalker.
