CVCLApr 3, 2022

Question-Driven Graph Fusion Network For Visual Question Answering

arXiv:2204.00975v114 citationsh-index: 27
Originality Incremental advance
AI Analysis

This addresses the issue of noise from inaccurate object detection and text grounding in VQA, offering a domain-specific improvement for AI systems that process visual and textual data.

The paper tackles the problem of irrelevant information in Visual Question Answering (VQA) models by proposing a Question-Driven Graph Fusion Network (QD-GFN), which uses question-driven graph aggregation and object filtering to improve accuracy, achieving state-of-the-art results on VQA 2.0 and VQA-CP v2 datasets.

Existing Visual Question Answering (VQA) models have explored various visual relationships between objects in the image to answer complex questions, which inevitably introduces irrelevant information brought by inaccurate object detection and text grounding. To address the problem, we propose a Question-Driven Graph Fusion Network (QD-GFN). It first models semantic, spatial, and implicit visual relations in images by three graph attention networks, then question information is utilized to guide the aggregation process of the three graphs, further, our QD-GFN adopts an object filtering mechanism to remove question-irrelevant objects contained in the image. Experiment results demonstrate that our QD-GFN outperforms the prior state-of-the-art on both VQA 2.0 and VQA-CP v2 datasets. Further analysis shows that both the novel graph aggregation method and object filtering mechanism play a significant role in improving the performance of the model.

Foundations

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

Your Notes