LGCLCVMLJun 20, 2019

Adversarial Regularization for Visual Question Answering: Strengths, Shortcomings, and Side Effects

arXiv:1906.08430v11128 citations
Originality Incremental advance
AI Analysis

This addresses bias mitigation in VQA models, but the findings are incremental as they highlight shortcomings requiring further refinement.

The paper tackled the problem of visual question answering (VQA) models over-relying on linguistic biases by investigating adversarial regularization (AdvReg), which achieved a new state-of-the-art on VQA-CP but caused side-effects like unstable gradients and reduced in-domain performance.

Visual question answering (VQA) models have been shown to over-rely on linguistic biases in VQA datasets, answering questions "blindly" without considering visual context. Adversarial regularization (AdvReg) aims to address this issue via an adversary sub-network that encourages the main model to learn a bias-free representation of the question. In this work, we investigate the strengths and shortcomings of AdvReg with the goal of better understanding how it affects inference in VQA models. Despite achieving a new state-of-the-art on VQA-CP, we find that AdvReg yields several undesirable side-effects, including unstable gradients and sharply reduced performance on in-domain examples. We demonstrate that gradual introduction of regularization during training helps to alleviate, but not completely solve, these issues. Through error analyses, we observe that AdvReg improves generalization to binary questions, but impairs performance on questions with heterogeneous answer distributions. Qualitatively, we also find that regularized models tend to over-rely on visual features, while ignoring important linguistic cues in the question. Our results suggest that AdvReg requires further refinement before it can be considered a viable bias mitigation technique for 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