Towards Open Environments and Instructions: General Vision-Language Navigation via Fast-Slow Interactive Reasoning
Yang Li, Aming Wu, Zihao Zhang, Yahong Han
TL;DR
This work tackles open-world generalization in Vision-Language Navigation (VLN) by introducing General Scene Adaptation for VLN (GSA-VLN) and the slow4fast-VLN framework, which tightly couples fast, real-time decision-making with slow, reflective reasoning. The fast module (π) outputs actions based on real-time input and builds a memory history, while the slow module analyzes memories to extract generalized experiences that continuously empower the fast module; instruction-style conversion via Chain-of-Thought prompts enables handling diverse user-language styles. An Experience Library stores distilled experiences as structured entities, enabling retrieval and fusion via attention to guide navigation in unseen environments. Extensive experiments on the GSA-R2R dataset demonstrate robust improvements in in-distribution and out-of-distribution settings, with ablations confirming the contribution of fast-slow interaction and instruction-style conversion. The results show faster, more accurate, and more robust navigation, highlighting the practical impact of memory-guided, open-world VLN for embodied AI tasks.
Abstract
Vision-Language Navigation aims to enable agents to navigate to a target location based on language instructions. Traditional VLN often follows a close-set assumption, i.e., training and test data share the same style of the input images and instructions. However, the real world is open and filled with various unseen environments, posing enormous difficulties for close-set methods. To this end, we focus on the General Scene Adaptation (GSA-VLN) task, aiming to learn generalized navigation ability by introducing diverse environments and inconsistent intructions.Towards this task, when facing unseen environments and instructions, the challenge mainly lies in how to enable the agent to dynamically produce generalized strategies during the navigation process. Recent research indicates that by means of fast and slow cognition systems, human beings could generate stable policies, which strengthen their adaptation for open world. Inspired by this idea, we propose the slow4fast-VLN, establishing a dynamic interactive fast-slow reasoning framework. The fast-reasoning module, an end-to-end strategy network, outputs actions via real-time input. It accumulates execution records in a history repository to build memory. The slow-reasoning module analyze the memories generated by the fast-reasoning module. Through deep reflection, it extracts experiences that enhance the generalization ability of decision-making. These experiences are structurally stored and used to continuously optimize the fast-reasoning module. Unlike traditional methods that treat fast-slow reasoning as independent mechanisms, our framework enables fast-slow interaction. By leveraging the experiences from slow reasoning. This interaction allows the system to continuously adapt and efficiently execute navigation tasks when facing unseen scenarios.
