CVAug 20, 2023

March in Chat: Interactive Prompting for Remote Embodied Referring Expression

arXiv:2308.10141v155 citationsh-index: 65
Originality Incremental advance
AI Analysis

This addresses the problem of remote embodied navigation for robotics by enabling more adaptable and environment-aware planning, though it is incremental as it builds on existing LLM prompting strategies for a specific VLN task.

The paper tackles the challenge of Vision-and-Language Navigation (VLN) in the REVERIE task, where agents must infer navigation plans from high-level instructions, by proposing a March-in-Chat (MiC) model that dynamically interacts with LLMs and uses a Room-and-Object Aware Scene Perceiver (ROASP), achieving large-margin improvements over previous state-of-the-art on SPL and RGSPL metrics.

Many Vision-and-Language Navigation (VLN) tasks have been proposed in recent years, from room-based to object-based and indoor to outdoor. The REVERIE (Remote Embodied Referring Expression) is interesting since it only provides high-level instructions to the agent, which are closer to human commands in practice. Nevertheless, this poses more challenges than other VLN tasks since it requires agents to infer a navigation plan only based on a short instruction. Large Language Models (LLMs) show great potential in robot action planning by providing proper prompts. Still, this strategy has not been explored under the REVERIE settings. There are several new challenges. For example, the LLM should be environment-aware so that the navigation plan can be adjusted based on the current visual observation. Moreover, the LLM planned actions should be adaptable to the much larger and more complex REVERIE environment. This paper proposes a March-in-Chat (MiC) model that can talk to the LLM on the fly and plan dynamically based on a newly proposed Room-and-Object Aware Scene Perceiver (ROASP). Our MiC model outperforms the previous state-of-the-art by large margins by SPL and RGSPL metrics on the REVERIE benchmark.

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