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

History Aware Multimodal Transformer for Vision-and-Language Navigation

About

Vision-and-language navigation (VLN) aims to build autonomous visual agents that follow instructions and navigate in real scenes. To remember previously visited locations and actions taken, most approaches to VLN implement memory using recurrent states. Instead, we introduce a History Aware Multimodal Transformer (HAMT) to incorporate a long-horizon history into multimodal decision making. HAMT efficiently encodes all the past panoramic observations via a hierarchical vision transformer (ViT), which first encodes individual images with ViT, then models spatial relation between images in a panoramic observation and finally takes into account temporal relation between panoramas in the history. It, then, jointly combines text, history and current observation to predict the next action. We first train HAMT end-to-end using several proxy tasks including single step action prediction and spatial relation prediction, and then use reinforcement learning to further improve the navigation policy. HAMT achieves new state of the art on a broad range of VLN tasks, including VLN with fine-grained instructions (R2R, RxR), high-level instructions (R2R-Last, REVERIE), dialogs (CVDN) as well as long-horizon VLN (R4R, R2R-Back). We demonstrate HAMT to be particularly effective for navigation tasks with longer trajectories.

Shizhe Chen, Pierre-Louis Guhur, Cordelia Schmid, Ivan Laptev• 2021

Related benchmarks

TaskDatasetResultRank
Vision-and-Language NavigationR2R (val unseen)
Success Rate (SR)66
260
Vision-Language NavigationRxR-CE (val-unseen)
SR56.5
172
Vision-and-Language NavigationREVERIE (val unseen)
SPL30.2
129
Vision-Language NavigationR2R (test unseen)
SR65
122
Vision-Language NavigationR2R (val seen)
Success Rate (SR)76
120
Vision-Language NavigationR2R Unseen (test)
SR65
116
Vision-and-Language NavigationR4R unseen (val)
Success Rate (SR)44.6
52
Vision-and-Language NavigationRoom-to-Room (R2R) Unseen (val)
SR66
52
Vision-and-Language NavigationR2R (val seen)
Success Rate (SR)76
51
NavigationREVERIE Unseen (test)
SR30.4
43
Showing 10 of 43 rows

Other info

Code

Follow for update