CVJul 23, 2019

Bilinear Graph Networks for Visual Question Answering

arXiv:1907.09815v271 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of multi-step reasoning in visual question answering for AI systems, representing an incremental improvement over existing bilinear attention networks.

The paper tackles the problem of complex reasoning in visual question answering by proposing bilinear graph networks to model relationships between words and objects, achieving state-of-the-art performance with 72.41% overall accuracy on the VQA v2.0 test-std set.

This paper revisits the bilinear attention networks in the visual question answering task from a graph perspective. The classical bilinear attention networks build a bilinear attention map to extract the joint representation of words in the question and objects in the image but lack fully exploring the relationship between words for complex reasoning. In contrast, we develop bilinear graph networks to model the context of the joint embeddings of words and objects. Two kinds of graphs are investigated, namely image-graph and question-graph. The image-graph transfers features of the detected objects to their related query words, enabling the output nodes to have both semantic and factual information. The question-graph exchanges information between these output nodes from image-graph to amplify the implicit yet important relationship between objects. These two kinds of graphs cooperate with each other, and thus our resulting model can model the relationship and dependency between objects, which leads to the realization of multi-step reasoning. Experimental results on the VQA v2.0 validation dataset demonstrate the ability of our method to handle the complex questions. On the test-std set, our best single model achieves state-of-the-art performance, boosting the overall accuracy to 72.41%.

Foundations

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

Your Notes