paper-with-me

Papers

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 applies a recently proposed powerful graph neural network model, Graph Network (GN), to reason about objects and their interactions in an image. The input module of the MN-GMN generates a set of visual features plus a set of encoded region-grounded captions (RGCs) for the image. The RGCs capture object attributes and their relationships. Two GNs are constructed from the input module using the visual features and encoded RGCs. Each node of the GNs iteratively computes a question-guided contextualized representation of the visual/textual information assigned to it. Then, to combine the information from both GNs, the nodes write the updated representations to an external spatial memory. The final states of the memory cells are fed into an answer module to predict an answer. Experiments show MN-GMN rivals the state-of-the-art models on Visual7W, VQA-v2.0, and CLEVR datasets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

REVEAL: Retrieval-Augmented Visual-Language Pre-Training with Multi-Source Multimodal Knowledge Memory

2022-12-10 · CVPR 2023 1 · Ziniu Hu, Ahmet Iscen, Chen Sun, ZiRui Wang 외

In this paper, we propose an end-to-end Retrieval-Augmented Visual Language Model (REVEAL) that learns to encode world knowledge into a large-scale memory, and to retrieve from it to answer knowledge-intensive queries. R…

Image CaptioningLanguage ModelingLanguage ModellingQuestion Answering+4

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)

Memory-QA: Answering Recall Questions Based on Multimodal Memories

2025-09-22 · Hongda Jiang, Xinyuan Zhang, Siddhant Garg, Rishab Arora 외 arxiv

We introduce Memory-QA, a novel real-world task that involves answering recall questions about visual content from previously stored multimodal memories. This task poses unique challenges, including the creation of task-…

Multimodal Commonsense Knowledge Distillation for Visual Question Answering

2024-11-05 · Shuo Yang, Siwen Luo, Soyeon Caren Han

Existing Multimodal Large Language Models (MLLMs) and Visual Language Pretrained Models (VLPMs) have shown remarkable performances in the general Visual Question Answering (VQA). However, these models struggle with VQA q…

Knowledge DistillationQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

MacVQA: Adaptive Memory Allocation and Global Noise Filtering for Continual Visual Question Answering

2026-01-05 · Zhifei Li, Yiran Wang, Chenyi Xiong, Yujing Xia 외 arxiv

Visual Question Answering (VQA) requires models to reason over multimodal information, combining visual and textual data. With the development of continual learning, significant progress has been made in retaining knowle…

Visual Question AnsweringContinual Learning