CVAISep 25, 2025

Integrating Object Interaction Self-Attention and GAN-Based Debiasing for Visual Question Answering

arXiv:2509.20884v1h-index: 7Has CodeIEEE transactions on multimedia
Originality Incremental advance
AI Analysis

This addresses biases in VQA models for improved generalization, though it is incremental as it builds on existing debiasing and attention methods.

The paper tackles biases in Visual Question Answering (VQA) by introducing IOG-VQA, which integrates object interaction self-attention and GAN-based debiasing, achieving excellent performance on VQA-CP datasets.

Visual Question Answering (VQA) presents a unique challenge by requiring models to understand and reason about visual content to answer questions accurately. Existing VQA models often struggle with biases introduced by the training data, leading to over-reliance on superficial patterns and inadequate generalization to diverse questions and images. This paper presents a novel model, IOG-VQA, which integrates Object Interaction Self-Attention and GAN-Based Debiasing to enhance VQA model performance. The self-attention mechanism allows our model to capture complex interactions between objects within an image, providing a more comprehensive understanding of the visual context. Meanwhile, the GAN-based debiasing framework generates unbiased data distributions, helping the model to learn more robust and generalizable features. By leveraging these two components, IOG-VQA effectively combines visual and textual information to address the inherent biases in VQA datasets. Extensive experiments on the VQA-CP v1 and VQA-CP v2 datasets demonstrate that our model shows excellent performance compared with the existing methods, particularly in handling biased and imbalanced data distributions highlighting the importance of addressing both object interactions and dataset biases in advancing VQA tasks. Our code is available at https://github.com/HubuKG/IOG-VQA.

Code Implementations1 repo
Foundations

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

Your Notes