General Scene Adaptation for Vision-and-Language Navigation
Haodong Hong, Yanyuan Qiao, Sen Wang, Jiajun Liu, Qi Wu
TL;DR
This work introduces General Scene Adaptation for Vision-and-Language Navigation (GSA-VLN), a setting where agents continually adapt to a specific scene by maintaining a memory of past observations and instructions and optionally updating parameters during navigation. To evaluate this, the authors construct GSA-R2R, a large, diverse dataset that includes both ID and OOD environments and introduces multiple speaking styles for instructions via a three-stage orchestration pipeline. They propose GR-DUET, a memory-based graph framework that uses a global topological graph across episodes and environment-specific training to preserve historical context and improve planning. Empirical results show GR-DUET outperforms existing VLN and adaptation methods across GSA-R2R splits, with notable gains in both environment- and instruction-adaptation settings, highlighting the practical potential of scene-aware memory graphs for real-world robotics navigation.
Abstract
Vision-and-Language Navigation (VLN) tasks mainly evaluate agents based on one-time execution of individual instructions across multiple environments, aiming to develop agents capable of functioning in any environment in a zero-shot manner. However, real-world navigation robots often operate in persistent environments with relatively consistent physical layouts, visual observations, and language styles from instructors. Such a gap in the task setting presents an opportunity to improve VLN agents by incorporating continuous adaptation to specific environments. To better reflect these real-world conditions, we introduce GSA-VLN, a novel task requiring agents to execute navigation instructions within a specific scene and simultaneously adapt to it for improved performance over time. To evaluate the proposed task, one has to address two challenges in existing VLN datasets: the lack of OOD data, and the limited number and style diversity of instructions for each scene. Therefore, we propose a new dataset, GSA-R2R, which significantly expands the diversity and quantity of environments and instructions for the R2R dataset to evaluate agent adaptability in both ID and OOD contexts. Furthermore, we design a three-stage instruction orchestration pipeline that leverages LLMs to refine speaker-generated instructions and apply role-playing techniques to rephrase instructions into different speaking styles. This is motivated by the observation that each individual user often has consistent signatures or preferences in their instructions. We conducted extensive experiments on GSA-R2R to thoroughly evaluate our dataset and benchmark various methods. Based on our findings, we propose a novel method, GR-DUET, which incorporates memory-based navigation graphs with an environment-specific training strategy, achieving state-of-the-art results on all GSA-R2R splits.
