paper-with-me

홈 › Papers

Dynamic Memory Networks for Visual and Textual Question Answering

2016-03-04 · Caiming Xiong, Stephen Merity, Richard Socher

Neural network architectures with memory and attention mechanisms exhibit certain reasoning capabilities required for question answering. One such architecture, the dynamic memory network (DMN), obtained high accuracy on a variety of language tasks. However, it was not shown whether the architecture achieves strong results for question answering when supporting facts are not marked during training or whether it could be applied to other modalities such as images. Based on an analysis of the DMN, we propose several improvements to its memory and input modules. Together with these changes we introduce a novel input module for images in order to be able to answer visual questions. Our new DMN+ model improves the state of the art on both the Visual Question Answering dataset and the \babi-10k text question-answering dataset without supporting fact supervision.

📄 PDF Abstract BibTeX arXiv:1603.01417

Code (10)

DongjunLee/dmn-tensorflow tf
ajenningsfrankston/Dynamic-Memory-Network-Plus-master tf
dandelin/Dynamic-memory-networks-plus-Pytorch pytorch
edithal-14/DMN-Novelty pytorch
ethancaballero/Improved-Dynamic-Memory-Networks-DMN-plus
imatge-upc/vqa-2016-cvprw tf
jxz542189/dmn_plus tf
sy-sunmoon/Clever-Commenter-Let-s-Try-More-Apps pytorch
therne/dmn-tensorflow tf
vchudinov/dynamic_memory_networks_with_keras tf

Tasks

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

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$…
GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…
Dynamic Memory Network A Dynamic Memory Network is a neural network architecture which processes input sequences and questions, forms episodic memories, and generates relevant answers. Questions…
Memory Network 설명 없음

Similar Papers 제목 키워드 기반

Dynamic Hub-and-Spoke Memory for Streaming Video Understanding

2026-08-31 · Xinru Jiang, Lin Zhao, Xi Xiao, Yunbei Zhang 외 arxiv

Streaming video understanding requires answering questions at arbitrary times over a continuously growing visual stream. The central challenge is to compactly remember long-range history while effectively retrieving ques…

Compositional Memory for Visual Question Answering

2015-11-18 · Aiwen Jiang, Fang Wang, Fatih Porikli, Yi Li

Visual Question Answering (VQA) emerges as one of the most fascinating topics in computer vision recently. Many state of the art methods naively use holistic visual features with language features into a Long Short-Term …

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Heterogeneous Memory Enhanced Multimodal Attention Model for Video Question Answering

2019-04-08 · CVPR 2019 6 · Chenyou Fan, Xiaofan Zhang, Shu Zhang, Wensheng Wang 외

In this paper, we propose a novel end-to-end trainable Video Question Answering (VideoQA) framework with three major components: 1) a new heterogeneous memory which can effectively learn global context information from a…

Question AnsweringVideo Question AnsweringVisual Question Answering (VQA)

Multimodal Neural Graph Memory Networks for Visual Question Answering

2020-07-01 · ACL 2020 6 · Mahmoud Khademi

We introduce a new neural network architecture, Multimodal Neural Graph Memory Networks (MN-GMN), for visual question answering. The MN-GMN uses graph structure with different region features as node attributes and appli…

Graph Neural NetworkQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Incorporating External Knowledge to Answer Open-Domain Visual Questions with Dynamic Memory Networks

2017-12-03 · Guohao Li, Hang Su, Wenwu Zhu

Visual Question Answering (VQA) has attracted much attention since it offers insight into the relationships between the multi-modal analysis of images and natural language. Most of the current algorithms are incapable of…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)