CVAICLLGAug 1, 2022

Generative Bias for Robust Visual Question Answering

arXiv:2208.00690v335 citationsh-index: 28
Originality Incremental advance
AI Analysis

This work addresses bias exploitation in VQA models, which is a critical issue for improving robustness in AI systems, though it is incremental as it builds on existing ensemble-based debiasing methods.

The paper tackles the problem of dataset bias in Visual Question Answering (VQA) by proposing GenB, a generative method to train a bias model directly from the target model, achieving state-of-the-art results on VQA-CP2 with the LXMERT architecture.

The task of Visual Question Answering (VQA) is known to be plagued by the issue of VQA models exploiting biases within the dataset to make its final prediction. Various previous ensemble based debiasing methods have been proposed where an additional model is purposefully trained to be biased in order to train a robust target model. However, these methods compute the bias for a model simply from the label statistics of the training data or from single modal branches. In this work, in order to better learn the bias a target VQA model suffers from, we propose a generative method to train the bias model directly from the target model, called GenB. In particular, GenB employs a generative network to learn the bias in the target model through a combination of the adversarial objective and knowledge distillation. We then debias our target model with GenB as a bias model, and show through extensive experiments the effects of our method on various VQA bias datasets including VQA-CP2, VQA-CP1, GQA-OOD, and VQA-CE, and show state-of-the-art results with the LXMERT architecture on VQA-CP2.

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