paper-with-me

홈 › Papers

History Aware Multimodal Transformer for Vision-and-Language Navigation

2021-10-25 · NeurIPS 2021 12 · ShiZhe Chen, Pierre-Louis Guhur, Cordelia Schmid, Ivan Laptev

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.

📄 PDF Abstract BibTeX arXiv:2110.13309

Code (1)

cshizhe/vln-hamt pytorch

Tasks

Decision MakingNavigateRelationRelation PredictionVision and Language Navigation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Instruction-Following Agents with Multimodal Transformer

2022-10-24 · Hao liu, Lisa Lee, Kimin Lee, Pieter Abbeel

Humans are excellent at understanding language and vision to accomplish a wide range of tasks. In contrast, creating general instruction-following embodied agents remains a difficult challenge. Prior work that uses pure …

Instruction FollowingVisual Grounding

Episodic Transformer for Vision-and-Language Navigation

2021-05-13 · ICCV 2021 10 · Alexander Pashevich, Cordelia Schmid, Chen Sun

Interaction and navigation defined by natural language instructions in dynamic environments pose significant challenges for neural agents. This paper focuses on addressing two challenges: handling long sequence of subtas…

Vision and Language Navigation

Target-Grounded Graph-Aware Transformer for Aerial Vision-and-Dialog Navigation

2023-08-22 · Yifei Su, Dong An, Yuan Xu, Kehan Chen 외

This report details the methods of the winning entry of the AVDN Challenge in ICCV CLVL 2023. The competition addresses the Aerial Navigation from Dialog History (ANDH) task, which requires a drone agent to associate dia…

Visual Grounding

Question Aware Vision Transformer for Multimodal Reasoning

2024-02-08 · CVPR 2024 1 · Roy Ganz, Yair Kittenplon, Aviad Aberdam, Elad Ben Avraham 외

Vision-Language (VL) models have gained significant research focus, enabling remarkable advances in multimodal reasoning. These architectures typically comprise a vision encoder, a Large Language Model (LLM), and a proje…

Language ModelingLanguage ModellingLarge Language ModelMultimodal Reasoning

DMRM: A Dual-channel Multi-hop Reasoning Model for Visual Dialog

2019-12-18 · Feilong Chen, Fandong Meng, Jiaming Xu, Peng Li 외

Visual Dialog is a vision-language task that requires an AI agent to engage in a conversation with humans grounded in an image. It remains a challenging task since it requires the agent to fully understand a given questi…

AI AgentDecoderMultimodal ReasoningVisual Dialog