paper-with-me

Papers

Cross-modal Map Learning for Vision and Language Navigation

2022-03-10 · CVPR 2022 1 · Georgios Georgakis, Karl Schmeckpeper, Karan Wanchoo, Soham Dan, Eleni Miltsakaki, Dan Roth, Kostas Daniilidis

We consider the problem of Vision-and-Language Navigation (VLN). The majority of current methods for VLN are trained end-to-end using either unstructured memory such as LSTM, or using cross-modal attention over the egocentric observations of the agent. In contrast to other works, our key insight is that the association between language and vision is stronger when it occurs in explicit spatial representations. In this work, we propose a cross-modal map learning model for vision-and-language navigation that first learns to predict the top-down semantics on an egocentric map for both observed and unobserved regions, and then predicts a path towards the goal as a set of waypoints. In both cases, the prediction is informed by the language through cross-modal attention mechanisms. We experimentally test the basic hypothesis that language-driven navigation can be solved given a map, and then show competitive results on the full VLN-CE benchmark.

📄 PDF Abstract BibTeX arXiv:2203.05137

Code (1)

ggeorgak11/cm2 공식 구현 pytorch

Tasks

Vision and Language Navigation

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Vision-Dialog Navigation by Exploring Cross-modal Memory

2020-03-15 · CVPR 2020 6 · Yi Zhu, Fengda Zhu, Zhaohuan Zhan, Bingqian Lin 외

Vision-dialog navigation posed as a new holy-grail task in vision-language disciplinary targets at learning an agent endowed with the capability of constant conversation for help with natural language and navigating acco…

Decision Making

Diagnosing Vision-and-Language Navigation: What Really Matters

2021-03-30 · NAACL 2022 7 · Wanrong Zhu, Yuankai Qi, Pradyumna Narayana, Kazoo Sone 외

Vision-and-language navigation (VLN) is a multimodal task where an agent follows natural language instructions and navigates in visual environments. Multiple setups have been proposed, and researchers apply new model arc…

DiagnosticObjectVision and Language Navigation

PlatonicNav: Unveiling Semantic Correspondence in Navigation with Platonic Topological Maps

2026-06-01 · Junlin Long, Zeyu Zhang, Xu Deng, Yiran Wang 외 arxiv

Embodied visual navigation, where an agent perceives a complex environment and acts to reach a goal from raw sensory input, underpins a wide range of applications such as household service robotics, assistive robotics, a…

Semantic correspondenceVisual Navigation

DELAN: Dual-Level Alignment for Vision-and-Language Navigation by Cross-Modal Contrastive Learning

2024-04-02 · Mengfei Du, Binhao Wu, Jiwen Zhang, Zhihao Fan 외

Vision-and-Language navigation (VLN) requires an agent to navigate in unseen environment by following natural language instruction. For task completion, the agent needs to align and integrate various navigation modalitie…

Contrastive LearningDecision MakingNavigateVision and Language Navigation

Landmark-RxR: Solving Vision-and-Language Navigation with Fine-Grained Alignment Supervision

2021-12-01 · NeurIPS 2021 12 · Keji He, Yan Huang, Qi Wu, Jianhua Yang 외

In Vision-and-Language Navigation (VLN) task, an agent is asked to navigate inside 3D indoor environments following given instructions. Cross-modal alignment is one of the most critical challenges in VLN because the pred…

cross-modal alignmentNavigateVision and Language Navigation