paper-with-me

Papers

Learning to navigate by distilling visual information and natural language instructions

2018-01-01 · ICLR 2018 1 · Abhishek Sinha, Akilesh B, Mausoom Sarkar, Balaji Krishnamurthy

In this work, we focus on the problem of grounding language by training an agent to follow a set of natural language instructions and navigate to a target object in a 2D grid environment. The agent receives visual information through raw pixels and a natural language instruction telling what task needs to be achieved. Other than these two sources of information, our model does not have any prior information of both the visual and textual modalities and is end-to-end trainable. We develop an attention mechanism for multi-modal fusion of visual and textual modalities that allows the agent to learn to complete the navigation tasks and also achieve language grounding. Our experimental results show that our attention mechanism outperforms the existing multi-modal fusion mechanisms proposed in order to solve the above mentioned navigation task. We demonstrate through the visualization of attention weights that our model learns to correlate attributes of the object referred in the instruction with visual representations and also show that the learnt textual representations are semantically meaningful as they follow vector arithmetic and are also consistent enough to induce translation between instructions in different natural languages. We also show that our model generalizes effectively to unseen scenarios and exhibit zero-shot generalization capabilities. In order to simulate the above described challenges, we introduce a new 2D environment for an agent to jointly learn visual and textual modalities

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

NavigateZero-shot Generalization

Similar Papers 제목 키워드 기반

XDBERT: Distilling Visual Information to BERT from Cross-Modal Systems to Improve Language Understanding

2022-04-15 · ACL 2022 5 · Chan-Jan Hsu, Hung-Yi Lee, Yu Tsao

Transformer-based models are widely used in natural language understanding (NLU) tasks, and multimodal transformers have been effective in visual-language tasks. This study explores distilling visual information from pre…

Natural Language Understanding

Frequency-Enhanced Data Augmentation for Vision-and-Language Navigation

2023-09-21 · NeurIPS 2023 11

Vision-and-Language Navigation (VLN) is a challenging task that requires an agent to navigate through complex environments based on natural language instructions. In contrast to conventional approaches, which primarily f…

FollowNet: Robot Navigation by Following Natural Language Directions with Deep Reinforcement Learning

2018-05-16 · Shah Pararth, Fiser Marek, Faust Aleksandra, Kew J. Chase 외

Understanding and following directions provided by humans can enable robots to navigate effectively in unknown situations. We present FollowNet, an end-to-end differentiable neural architecture for learning multi-modal n…

Deep Reinforcement LearningNavigatereinforcement-learningReinforcement Learning (RL)+1

Improving Cross-Modal Alignment in Vision Language Navigation via Syntactic Information

2021-04-19 · NAACL 2021 4 · Jialu Li, Hao Tan, Mohit Bansal

Vision language navigation is the task that requires an agent to navigate through a 3D environment based on natural language instructions. One key challenge in this task is to ground instructions with the current visual …

cross-modal alignmentNavigateSentenceVision-Language Navigation

Distilling Transformers for Neural Cross-Domain Search

2021-08-06 · Colin B. Clement, Chen Wu, Dawn Drain, Neel Sundaresan

Pre-trained transformers have recently clinched top spots in the gamut of natural language tasks and pioneered solutions to software engineering tasks. Even information retrieval has not been immune to the charm of the t…

Code SearchData AugmentationInformation RetrievalRetrieval+1