paper-with-me

Papers

Vision-Dialog Navigation by Exploring Cross-modal Memory

2020-03-15 · CVPR 2020 6 · Yi Zhu, Fengda Zhu, Zhaohuan Zhan, Bingqian Lin, Jianbin Jiao, Xiaojun Chang, Xiaodan Liang

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 according to human responses. Besides the common challenges faced in visual language navigation, vision-dialog navigation also requires to handle well with the language intentions of a series of questions about the temporal context from dialogue history and co-reasoning both dialogs and visual scenes. In this paper, we propose the Cross-modal Memory Network (CMN) for remembering and understanding the rich information relevant to historical navigation actions. Our CMN consists of two memory modules, the language memory module (L-mem) and the visual memory module (V-mem). Specifically, L-mem learns latent relationships between the current language interaction and a dialog history by employing a multi-head attention mechanism. V-mem learns to associate the current visual views and the cross-modal memory about the previous navigation actions. The cross-modal memory is generated via a vision-to-language attention and a language-to-vision attention. Benefiting from the collaborative learning of the L-mem and the V-mem, our CMN is able to explore the memory about the decision making of historical navigation actions which is for the current step. Experiments on the CVDN dataset show that our CMN outperforms the previous state-of-the-art model by a significant margin on both seen and unseen environments.

📄 PDF Abstract BibTeX arXiv:2003.06745

Code (1)

yeezhu/CMN.pytorch 공식 구현 pytorch

Tasks

Decision Making

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Memory Network 설명 없음
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Applying the Wizard-of-Oz Technique to Multimodal Human-Robot Dialogue

2017-03-10 · Matthew Marge, Claire Bonial, Brendan Byrne, Taylor Cassidy 외

Our overall program objective is to provide more natural ways for soldiers to interact and communicate with robots, much like how soldiers communicate with other soldiers today. We describe how the Wizard-of-Oz (WOz) met…

Dialogue ManagementManagementRobot Navigation

Vision-and-Dialog Navigation

2019-07-10 · Jesse Thomason, Michael Murray, Maya Cakmak, Luke Zettlemoyer

Robots navigating in human environments should use language to ask for assistance and be able to understand human responses. To study this challenge, we introduce Cooperative Vision-and-Dialog Navigation, a dataset of ov…

2kVisual Navigation

DiaLoc: An Iterative Approach to Embodied Dialog Localization

2024-03-11 · CVPR 2024 1 · Chao Zhang, Mohan Li, Ignas Budvytis, Stephan Liwicki

Multimodal learning has advanced the performance for many vision-language tasks. However, most existing works in embodied dialog research focus on navigation and leave the localization task understudied. The few existing…

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

MMT-Bench: A Comprehensive Multimodal Benchmark for Evaluating Large Vision-Language Models Towards Multitask AGI

2024-04-24 · Kaining Ying, Fanqing Meng, Jin Wang, Zhiqian Li 외

Large Vision-Language Models (LVLMs) show significant strides in general-purpose multimodal applications such as visual dialogue and embodied navigation. However, existing multimodal evaluation benchmarks cover a limited…