AICLCVJul 12, 2023

VELMA: Verbalization Embodiment of LLM Agents for Vision and Language Navigation in Street View

arXiv:2307.06082v2127 citationsh-index: 63
Originality Incremental advance
AI Analysis

This addresses the challenge of incremental decision-making in real-world embodied AI for navigation tasks, though it is incremental as it builds on existing LLM and VLN methods.

The paper tackled the problem of connecting large language models (LLMs) with interactive visual environments for Vision and Language Navigation (VLN) in Street View, achieving a 25%-30% relative improvement in task completion over previous state-of-the-art on two datasets.

Incremental decision making in real-world environments is one of the most challenging tasks in embodied artificial intelligence. One particularly demanding scenario is Vision and Language Navigation~(VLN) which requires visual and natural language understanding as well as spatial and temporal reasoning capabilities. The embodied agent needs to ground its understanding of navigation instructions in observations of a real-world environment like Street View. Despite the impressive results of LLMs in other research areas, it is an ongoing problem of how to best connect them with an interactive visual environment. In this work, we propose VELMA, an embodied LLM agent that uses a verbalization of the trajectory and of visual environment observations as contextual prompt for the next action. Visual information is verbalized by a pipeline that extracts landmarks from the human written navigation instructions and uses CLIP to determine their visibility in the current panorama view. We show that VELMA is able to successfully follow navigation instructions in Street View with only two in-context examples. We further finetune the LLM agent on a few thousand examples and achieve 25%-30% relative improvement in task completion over the previous state-of-the-art for two datasets.

Code Implementations1 repo
Foundations

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

Your Notes