CVJun 25, 2022

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

arXiv:2206.12533v14 citationsh-index: 19
Originality Incremental advance
AI Analysis

This addresses the challenge of making VQA systems more general and interpretable for tasks requiring complex reasoning, though it is incremental in extending modular networks to multiple graphs.

The paper tackles the problem of compositional reasoning for visual question answering by proposing a Hierarchical Graph Neural Module Network (HGNMN) that reasons over multi-layer graphs, achieving state-of-the-art performance on the CRIC dataset with explicit and explainable procedures.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes