Self-Monitoring Navigation Agent via Auxiliary Progress EstimationDownload PDF

Published: 07 Jan 2019, Last Modified: 22 Oct 2023ICLR 2019 Conference Blind SubmissionReaders: Everyone
Abstract: The Vision-and-Language Navigation (VLN) task entails an agent following navigational instruction in photo-realistic unknown environments. This challenging task demands that the agent be aware of which instruction was completed, which instruction is needed next, which way to go, and its navigation progress towards the goal. In this paper, we introduce a self-monitoring agent with two complementary components: (1) visual-textual co-grounding module to locate the instruction completed in the past, the instruction required for the next action, and the next moving direction from surrounding images and (2) progress monitor to ensure the grounded instruction correctly reflects the navigation progress. We test our self-monitoring agent on a standard benchmark and analyze our proposed approach through a series of ablation studies that elucidate the contributions of the primary components. Using our proposed method, we set the new state of the art by a significant margin (8% absolute increase in success rate on the unseen test set). Code is available at https://github.com/chihyaoma/selfmonitoring-agent.
Keywords: visual grounding, textual grounding, instruction-following, navigation agent
TL;DR: We propose a self-monitoring agent for the Vision-and-Language Navigation task.
Code: [![github](/images/github_icon.svg) chihyaoma/selfmonitoring-agent](https://github.com/chihyaoma/selfmonitoring-agent) + [![Papers with Code](/images/pwc_icon.svg) 1 community implementation](https://paperswithcode.com/paper/?openreview=r1GAsjC5Fm)
Data: [R2R](https://paperswithcode.com/dataset/room-to-room), [Visual Question Answering](https://paperswithcode.com/dataset/visual-question-answering)
Community Implementations: [![CatalyzeX](/images/catalyzex_icon.svg) 3 code implementations](https://www.catalyzex.com/paper/arxiv:1901.03035/code)
32 Replies

Loading