paper-with-me

홈 › Papers

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

2019-06-20 · NAACL 2019 6 · Gabriel Grand, Yonatan Belinkov

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.

📄 PDF Abstract BibTeX arXiv:1906.08430

Code (1)

gabegrand/adversarial-vqa 공식 구현 pytorch

Tasks

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

Overcoming Language Priors in Visual Question Answering with Adversarial Regularization

2018-10-08 · NeurIPS 2018 12 · Sainandan Ramakrishnan, Aishwarya Agrawal, Stefan Lee

Modern Visual Question Answering (VQA) models have been shown to rely heavily on superficial correlations between question and answer words learned during training such as overwhelmingly reporting the type of room as kit…

Question AnsweringVisual GroundingVisual Question AnsweringVisual Question Answering (VQA)

Large-Scale Adversarial Training for Vision-and-Language Representation Learning

2020-06-11 · NeurIPS 2020 12 · Zhe Gan, Yen-Chun Chen, Linjie Li, Chen Zhu 외

We present VILLA, the first known effort on large-scale adversarial training for vision-and-language (V+L) representation learning. VILLA consists of two training stages: (i) task-agnostic adversarial pre-training; follo…

Image-text RetrievalQuestion AnsweringReferring ExpressionReferring Expression Comprehension+8

FVQA 2.0: Introducing Adversarial Samples into Fact-based Visual Question Answering

2023-03-19 · Weizhe Lin, Zhilin Wang, Bill Byrne

The widely used Fact-based Visual Question Answering (FVQA) dataset contains visually-grounded questions that require information retrieval using common sense knowledge graphs to answer. It has been observed that the ori…

Common Sense ReasoningInformation RetrievalKnowledge GraphsQuestion Answering+3

Retrieving Visual Facts For Few-Shot Visual Question Answering

2022-01-16 · ACL ARR January 2022 1 · Anonymous

We introduce the Retrieving Visual Facts (RVF) framework for few-shot visual question answering (VQA). The RVF framework represents an image as a set of natural language facts; for example, in practice these could be tag…

Language ModelingLanguage ModellingQuestion AnsweringVisual Question Answering+1

Analysis on Image Set Visual Question Answering

2021-03-31 · Abhinav Khattar, Aviral Joshi, Har Simrat Singh, Pulkit Goel 외

We tackle the challenge of Visual Question Answering in multi-image setting for the ISVQA dataset. Traditional VQA tasks have focused on a single-image setting where the target answer is generated from a single image. Im…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)