Navigating Beyond Instructions: Vision-and-Language Navigation in Obstructed Environments
Haodong Hong, Sen Wang, Zi Huang, Qi Wu, Jiajun Liu
TL;DR
This work addresses the practical gap in Vision-and-Language Navigation by revealing the instruction-reality mismatch that arises from unexpected obstructions. It introduces R2R-UNO, a dataset that couples graph-level obstructions with visual obstructions, and proposes ObVLN, a curriculum-based method augmented with virtual graph nodes to enhance adaptability to obstructed environments. Through extensive experiments on R2R, REVERIE, and R2R-UNO, the authors demonstrate that standard VLN models struggle under obstructions, while ObVLN achieves state-of-the-art performance in obstructed settings and preserves robust behavior in unobstructed scenarios. The approach combines an object-insertion inpainting pipeline with a graph-construction mechanism and curriculum learning to enable detours and instruction-guidance recovery, offering a practical path toward obstruction-aware VLN systems.
Abstract
Real-world navigation often involves dealing with unexpected obstructions such as closed doors, moved objects, and unpredictable entities. However, mainstream Vision-and-Language Navigation (VLN) tasks typically assume instructions perfectly align with the fixed and predefined navigation graphs without any obstructions. This assumption overlooks potential discrepancies in actual navigation graphs and given instructions, which can cause major failures for both indoor and outdoor agents. To address this issue, we integrate diverse obstructions into the R2R dataset by modifying both the navigation graphs and visual observations, introducing an innovative dataset and task, R2R with UNexpected Obstructions (R2R-UNO). R2R-UNO contains various types and numbers of path obstructions to generate instruction-reality mismatches for VLN research. Experiments on R2R-UNO reveal that state-of-the-art VLN methods inevitably encounter significant challenges when facing such mismatches, indicating that they rigidly follow instructions rather than navigate adaptively. Therefore, we propose a novel method called ObVLN (Obstructed VLN), which includes a curriculum training strategy and virtual graph construction to help agents effectively adapt to obstructed environments. Empirical results show that ObVLN not only maintains robust performance in unobstructed scenarios but also achieves a substantial performance advantage with unexpected obstructions.
