CVMar 28, 2023

KERM: Knowledge Enhanced Reasoning for Vision-and-Language Navigation

arXiv:2303.15796v167 citationsh-index: 49
Originality Incremental advance
AI Analysis

This work addresses the challenge of inefficient feature representations for embodied agents in navigation tasks, offering a domain-specific improvement.

The paper tackles the problem of improving navigation accuracy in vision-and-language navigation by integrating external knowledge, such as object properties and relationships, into the agent's reasoning process, resulting in demonstrated effectiveness across multiple datasets like REVERIE, R2R, and SOON.

Vision-and-language navigation (VLN) is the task to enable an embodied agent to navigate to a remote location following the natural language instruction in real scenes. Most of the previous approaches utilize the entire features or object-centric features to represent navigable candidates. However, these representations are not efficient enough for an agent to perform actions to arrive the target location. As knowledge provides crucial information which is complementary to visible content, in this paper, we propose a Knowledge Enhanced Reasoning Model (KERM) to leverage knowledge to improve agent navigation ability. Specifically, we first retrieve facts (i.e., knowledge described by language descriptions) for the navigation views based on local regions from the constructed knowledge base. The retrieved facts range from properties of a single object (e.g., color, shape) to relationships between objects (e.g., action, spatial position), providing crucial information for VLN. We further present the KERM which contains the purification, fact-aware interaction, and instruction-guided aggregation modules to integrate visual, history, instruction, and fact features. The proposed KERM can automatically select and gather crucial and relevant cues, obtaining more accurate action prediction. Experimental results on the REVERIE, R2R, and SOON datasets demonstrate the effectiveness of the proposed method.

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