Do Visual Imaginations Improve Vision-and-Language Navigation Agents?
Akhil Perincherry, Jacob Krantz, Stefan Lee
TL;DR
This work investigates whether diffusion-generated visual imaginations of instruction landmarks can improve VLN agents. By segmenting instructions into sub-goals, filtering for informative nouns, and generating corresponding imagery, the authors train a model-agnostic imagination encoder and apply a cosine-alignment loss to ground imaginations to language. Integrated into HAMT and DUET, the approach yields consistent, though modest, improvements in SR and SPL on R2R and REVERIE, with sequential imaginations and proper alignment providing the strongest gains. The results suggest imaginations can reinforce visual grounding in VLN and point to future work in Sim2Real transfer and lifelong grounding of visual concepts.
Abstract
Vision-and-Language Navigation (VLN) agents are tasked with navigating an unseen environment using natural language instructions. In this work, we study if visual representations of sub-goals implied by the instructions can serve as navigational cues and lead to increased navigation performance. To synthesize these visual representations or imaginations, we leverage a text-to-image diffusion model on landmark references contained in segmented instructions. These imaginations are provided to VLN agents as an added modality to act as landmark cues and an auxiliary loss is added to explicitly encourage relating these with their corresponding referring expressions. Our findings reveal an increase in success rate (SR) of around 1 point and up to 0.5 points in success scaled by inverse path length (SPL) across agents. These results suggest that the proposed approach reinforces visual understanding compared to relying on language instructions alone. Code and data for our work can be found at https://www.akhilperincherry.com/VLN-Imagine-website/.
