paper-with-me

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 kitchen or the sport being played as tennis, irrespective of the image. Most alarmingly, this shortcoming is often not well reflected during evaluation because the same strong priors exist in test distributions; however, a VQA system that fails to ground questions in image content would likely perform poorly in real-world settings. In this work, we present a novel regularization scheme for VQA that reduces this effect. We introduce a question-only model that takes as input the question encoding from the VQA model and must leverage language biases in order to succeed. We then pose training as an adversarial game between the VQA model and this question-only adversary -- discouraging the VQA model from capturing language biases in its question encoding. Further,we leverage this question-only model to estimate the increase in model confidence after considering the image, which we maximize explicitly to encourage visual grounding. Our approach is a model agnostic training procedure and simple to implement. We show empirically that it can improve performance significantly on a bias-sensitive split of the VQA dataset for multiple base models -- achieving state-of-the-art on this task. Further, on standard VQA tasks, our approach shows significantly less drop in accuracy compared to existing bias-reducing VQA models.

📄 PDF Abstract BibTeX arXiv:1810.03649

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringVisual GroundingVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

Overcoming Language Priors in Visual Question Answering via Distinguishing Superficially Similar Instances

2022-09-18 · COLING 2022 10 · Yike Wu, Yu Zhao, Shiwan Zhao, Ying Zhang 외

Despite the great progress of Visual Question Answering (VQA), current VQA models heavily rely on the superficial correlation between the question type and its corresponding frequent answers (i.e., language priors) to ma…

AttributeQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Overcoming Language Priors with Self-supervised Learning for Visual Question Answering

2020-12-17 · Xi Zhu, Zhendong Mao, Chunxiao Liu, Peng Zhang 외

Most Visual Question Answering (VQA) models suffer from the language prior problem, which is caused by inherent data biases. Specifically, VQA models tend to answer questions (e.g., what color is the banana?) based on th…

Question AnsweringSelf-Supervised LearningVisual Question AnsweringVisual Question Answering (VQA)

Overcoming Language Priors for Visual Question Answering Based on Knowledge Distillation

2025-01-10 · Daowan Peng, Wei Wei

Previous studies have pointed out that visual question answering (VQA) models are prone to relying on language priors for answer predictions. In this context, predictions often depend on linguistic shortcuts rather than …

Knowledge DistillationQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Don't Just Assume; Look and Answer: Overcoming Priors for Visual Question Answering

2017-12-01 · CVPR 2018 6 · Aishwarya Agrawal, Dhruv Batra, Devi Parikh, Aniruddha Kembhavi

A number of studies have found that today's Visual Question Answering (VQA) models are heavily driven by superficial correlations in the training data and lack sufficient image grounding. To encourage development of mode…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

AdaVQA: Overcoming Language Priors with Adapted Margin Cosine Loss

2021-05-05 · Yangyang Guo, Liqiang Nie, Zhiyong Cheng, Feng Ji 외

A number of studies point out that current Visual Question Answering (VQA) models are severely affected by the language prior problem, which refers to blindly making predictions based on the language shortcut. Some effor…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)