CVOct 19, 2020

Language and Visual Entity Relationship Graph for Agent Navigation

arXiv:2010.09304v2160 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the challenge of interpreting complex instructions and perceiving environments for AI agents in navigation tasks, representing an incremental improvement over existing methods.

The paper tackles the problem of Vision-and-Language Navigation (VLN) by proposing a Language and Visual Entity Relationship Graph to model relationships between text and vision, improving state-of-the-art performance with a success rate weighted by path length (SPL) of 52% on the R2R benchmark and increasing from 13% to 34% on the R4R dataset.

Vision-and-Language Navigation (VLN) requires an agent to navigate in a real-world environment following natural language instructions. From both the textual and visual perspectives, we find that the relationships among the scene, its objects,and directional clues are essential for the agent to interpret complex instructions and correctly perceive the environment. To capture and utilize the relationships, we propose a novel Language and Visual Entity Relationship Graph for modelling the inter-modal relationships between text and vision, and the intra-modal relationships among visual entities. We propose a message passing algorithm for propagating information between language elements and visual entities in the graph, which we then combine to determine the next action to take. Experiments show that by taking advantage of the relationships we are able to improve over state-of-the-art. On the Room-to-Room (R2R) benchmark, our method achieves the new best performance on the test unseen split with success rate weighted by path length (SPL) of 52%. On the Room-for-Room (R4R) dataset, our method significantly improves the previous best from 13% to 34% on the success weighted by normalized dynamic time warping (SDTW). Code is available at: https://github.com/YicongHong/Entity-Graph-VLN.

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