AICLCVMay 17, 2024

MC-GPT: Empowering Vision-and-Language Navigation with Memory Map and Reasoning Chains

arXiv:2405.10620v227 citationsh-index: 2
AI Analysis

This work addresses challenges in VLN for AI agents, but it is incremental as it builds on existing LLM-based methods with specific improvements.

The paper tackles the problem of high training costs and lack of interpretability in Vision-and-Language Navigation by proposing a method using a topological memory map and reasoning chains, resulting in enhanced navigation ability and improved interpretability on REVERIE and R2R datasets.

In the Vision-and-Language Navigation (VLN) task, the agent is required to navigate to a destination following a natural language instruction. While learning-based approaches have been a major solution to the task, they suffer from high training costs and lack of interpretability. Recently, Large Language Models (LLMs) have emerged as a promising tool for VLN due to their strong generalization capabilities. However, existing LLM-based methods face limitations in memory construction and diversity of navigation strategies. To address these challenges, we propose a suite of techniques. Firstly, we introduce a method to maintain a topological map that stores navigation history, retaining information about viewpoints, objects, and their spatial relationships. This map also serves as a global action space. Additionally, we present a Navigation Chain of Thoughts module, leveraging human navigation examples to enrich navigation strategy diversity. Finally, we establish a pipeline that integrates navigational memory and strategies with perception and action prediction modules. Experimental results on the REVERIE and R2R datasets show that our method effectively enhances the navigation ability of the LLM and improves the interpretability of navigation reasoning.

Foundations

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

Your Notes