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

**Authors:** Gabriel Grand, Yonatan Belinkov

arXiv: 1906.08430 · 2019-06-21

## TL;DR

This paper critically evaluates adversarial regularization in VQA models, highlighting its benefits in bias mitigation and its drawbacks like instability and reduced in-domain performance, suggesting the need for further refinement.

## Contribution

The study provides a comprehensive analysis of AdvReg's strengths and shortcomings in VQA, including new insights into its effects on model behavior and performance.

## Key findings

- AdvReg achieves state-of-the-art on VQA-CP dataset.
- AdvReg causes unstable gradients and reduces in-domain accuracy.
- Regularization helps with binary questions but harms heterogeneous answer questions.

## Abstract

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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.08430/full.md

## Figures

16 figures with captions in the complete paper: https://tomesphere.com/paper/1906.08430/full.md

## References

30 references — full list in the complete paper: https://tomesphere.com/paper/1906.08430/full.md

---
Source: https://tomesphere.com/paper/1906.08430