CVAICLROOct 11, 2023

LangNav: Language as a Perceptual Representation for Navigation

arXiv:2310.07889v257 citationsh-index: 41
Originality Incremental advance
AI Analysis

This addresses navigation challenges for AI agents in simulated environments, offering an incremental improvement by leveraging language representations to enhance performance with limited data.

The paper tackles the problem of vision-and-language navigation in low-data settings by using language as a perceptual representation, converting visual inputs into text descriptions and finetuning a language model for action selection, and it improves over visual-feature baselines with only 10-100 expert trajectories.

We explore the use of language as a perceptual representation for vision-and-language navigation (VLN), with a focus on low-data settings. Our approach uses off-the-shelf vision systems for image captioning and object detection to convert an agent's egocentric panoramic view at each time step into natural language descriptions. We then finetune a pretrained language model to select an action, based on the current view and the trajectory history, that would best fulfill the navigation instructions. In contrast to the standard setup which adapts a pretrained language model to work directly with continuous visual features from pretrained vision models, our approach instead uses (discrete) language as the perceptual representation. We explore several use cases of our language-based navigation (LangNav) approach on the R2R VLN benchmark: generating synthetic trajectories from a prompted language model (GPT-4) with which to finetune a smaller language model; domain transfer where we transfer a policy learned on one simulated environment (ALFRED) to another (more realistic) environment (R2R); and combining both vision- and language-based representations for VLN. Our approach is found to improve upon baselines that rely on visual features in settings where only a few expert trajectories (10-100) are available, demonstrating the potential of language as a perceptual representation for navigation.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes