Unseen from Seen: Rewriting Observation-Instruction Using Foundation Models for Augmenting Vision-Language Navigation
Ziming Wei, Bingqian Lin, Yunshuang Nie, Jiaqi Chen, Shikui Ma, Hang Xu, Xiaodan Liang
TL;DR
This work tackles data scarcity in Vision-Language Navigation by introducing RAM, a rewriting-driven data augmentation framework that generates unseen observation-instruction pairs without extra simulators or web data. It fuses Object-Enriched Observation Rewriting and Observation-Contrast Instruction Rewriting, powered by Vision-Language Models, Large Language Models, and Text-to-Image Generation, then trains with a mixing-then-focusing strategy and random observation cropping to diversify data while mitigating noise. RAM demonstrates strong generalization across multiple VLN benchmarks, including transfer to continuous environments, and achieves competitive results with far less augmented data than prior large-scale approaches. The approach highlights the practical potential of foundation-model driven data generation for embodied AI and suggests future directions in efficient fine-tuning and interactive learning for VLN data augmentation.
Abstract
Data scarcity is a long-standing challenge in the Vision-Language Navigation (VLN) field, which extremely hinders the generalization of agents to unseen environments. Previous works primarily rely on additional simulator data or web-collected images/videos to improve the generalization. However, the simulator environments still face limited diversity, and the web-collected data often requires extensive labor to remove the noise. In this paper, we propose a Rewriting-driven AugMentation (RAM) paradigm for VLN, which directly creates the unseen observation-instruction pairs via rewriting human-annotated training data. Benefiting from our rewriting mechanism, new observation-instruction pairs can be obtained in both simulator-free and labor-saving manners to promote generalization. Specifically, we first introduce Object-Enriched Observation Rewriting, where we combine Vision-Language Models (VLMs) and Large Language Models (LLMs) to derive rewritten object-enriched scene descriptions, enabling observation synthesis with diverse objects and spatial layouts via Text-to-Image Generation Models (T2IMs). Then, we propose Observation-Contrast Instruction Rewriting, which generates observation-aligned rewritten instructions by requiring LLMs to reason the difference between original and new observations. We further develop a mixing-then-focusing training strategy with a random observation cropping scheme, effectively enhancing data distribution diversity while suppressing augmentation data noise during training. Experiments on both the discrete environments (R2R, REVERIE, and R4R datasets) and continuous environments (R2R-CE dataset) show the superior performance and impressive generalization ability of our method. Code is available at https://github.com/SaDil13/VLN-RAM.
