paper-with-me

Papers

From Shallow to Deep: Compositional Reasoning over Graphs for Visual Question Answering

2022-06-25 · Zihao Zhu

In order to achieve a general visual question answering (VQA) system, it is essential to learn to answer deeper questions that require compositional reasoning on the image and external knowledge. Meanwhile, the reasoning process should be explicit and explainable to understand the working mechanism of the model. It is effortless for human but challenging for machines. In this paper, we propose a Hierarchical Graph Neural Module Network (HGNMN) that reasons over multi-layer graphs with neural modules to address the above issues. Specifically, we first encode the image by multi-layer graphs from the visual, semantic and commonsense views since the clues that support the answer may exist in different modalities. Our model consists of several well-designed neural modules that perform specific functions over graphs, which can be used to conduct multi-step reasoning within and between different graphs. Compared to existing modular networks, we extend visual reasoning from one graph to more graphs. We can explicitly trace the reasoning process according to module weights and graph attentions. Experiments show that our model not only achieves state-of-the-art performance on the CRIC dataset but also obtains explicit and explainable reasoning procedures.

📄 PDF Abstract BibTeX arXiv:2206.12533

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)Visual Reasoning

Similar Papers 제목 키워드 기반

A Corpus for Reasoning About Natural Language Grounded in Photographs

2018-11-01 · ACL 2019 7 · Alane Suhr, Stephanie Zhou, Ally Zhang, Iris Zhang 외

We introduce a new dataset for joint reasoning about natural language and images, with a focus on semantic diversity, compositionality, and visual reasoning challenges. The data contains 107,292 examples of English sente…

DiversityVisual Reasoning

MM-CondChain: A Programmatically Verified Benchmark for Visually Grounded Deep Compositional Reasoning

2026-03-12 · Haozhan Shen, Shilin Yan, Hongwei Xue, Shuaiqi Lu 외 arxiv

Multimodal Large Language Models (MLLMs) are increasingly used to carry out visual workflows such as navigating GUIs, where the next step depends on verified visual compositional conditions (e.g., "if a permission dialog…

Show Why the Answer is Correct! Towards Explainable AI using Compositional Temporal Attention

2021-05-15 · Nihar Bendre, Kevin Desai, Peyman Najafirad

Visual Question Answering (VQA) models have achieved significant success in recent times. Despite the success of VQA models, they are mostly black-box models providing no reasoning about the predicted answer, thus raisin…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Interpretable Neural Computation for Real-World Compositional Visual Question Answering

2020-10-10 · Ruixue Tang, Chao Ma

There are two main lines of research on visual question answering (VQA): compositional model with explicit multi-hop reasoning, and monolithic network with implicit reasoning in the latent feature space. The former excel…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

COVR: A test-bed for Visually Grounded Compositional Generalization with real images

2021-09-22 · EMNLP 2021 11 · Ben Bogin, Shivanshu Gupta, Matt Gardner, Jonathan Berant

While interest in models that generalize at test time to new compositions has risen in recent years, benchmarks in the visually-grounded domain have thus far been restricted to synthetic images. In this work, we propose …