Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Reinforced Structured State-Evolution for Vision-Language Navigation

About

Vision-and-language Navigation (VLN) task requires an embodied agent to navigate to a remote location following a natural language instruction. Previous methods usually adopt a sequence model (e.g., Transformer and LSTM) as the navigator. In such a paradigm, the sequence model predicts action at each step through a maintained navigation state, which is generally represented as a one-dimensional vector. However, the crucial navigation clues (i.e., object-level environment layout) for embodied navigation task is discarded since the maintained vector is essentially unstructured. In this paper, we propose a novel Structured state-Evolution (SEvol) model to effectively maintain the environment layout clues for VLN. Specifically, we utilise the graph-based feature to represent the navigation state instead of the vector-based state. Accordingly, we devise a Reinforced Layout clues Miner (RLM) to mine and detect the most crucial layout graph for long-term navigation via a customised reinforcement learning strategy. Moreover, the Structured Evolving Module (SEM) is proposed to maintain the structured graph-based state during navigation, where the state is gradually evolved to learn the object-level spatial-temporal relationship. The experiments on the R2R and R4R datasets show that the proposed SEvol model improves VLN models' performance by large margins, e.g., +3% absolute SPL accuracy for NvEM and +8% for EnvDrop on the R2R test set.

Jinyu Chen, Chen Gao, Erli Meng, Qiong Zhang, Si Liu• 2022

Related benchmarks

TaskDatasetResultRank
Vision-and-Language NavigationR2R (val unseen)
Success Rate (SR)62
260
Vision-Language NavigationR2R (val seen)
Success Rate (SR)67
120
Vision-Language NavigationR2R Unseen (test)
SR62
116
Vision-and-Language NavigationR4R unseen (val)
Success Rate (SR)39
52
Vision-Language NavigationR4R (val seen)
SR50
22
Showing 5 of 5 rows

Other info

Code

Follow for update