Graph-Structured Representations for Visual Question Answering
Damien Teney, Lingqiao Liu, Anton van den Hengel

TL;DR
This paper introduces a graph-based neural network approach for visual question answering that models scene objects and question words as graphs, leading to improved accuracy over traditional sequential models.
Contribution
It presents a novel graph-structured representation method for VQA that captures scene and question complexity more effectively than LSTM-based approaches.
Findings
Achieved 74.4% accuracy on the abstract scenes benchmark, surpassing previous state-of-the-art.
Improved accuracy from 34.7% to 39.1% on balanced scene pairs.
Demonstrated significant benefits of structured graph representations over sequential processing.
Abstract
This paper proposes to improve visual question answering (VQA) with structured representations of both scene contents and questions. A key challenge in VQA is to require joint reasoning over the visual and text domains. The predominant CNN/LSTM-based approach to VQA is limited by monolithic vector representations that largely ignore structure in the scene and in the form of the question. CNN feature vectors cannot effectively capture situations as simple as multiple object instances, and LSTMs process questions as series of words, which does not reflect the true complexity of language structure. We instead propose to build graphs over the scene objects and over the question words, and we describe a deep neural network that exploits the structure in these representations. This shows significant benefit over the sequential processing of LSTMs. The overall efficacy of our approach is…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
