paper-with-me

Papers

RUBi: Reducing Unimodal Biases in Visual Question Answering

2019-06-24 · Remi Cadene, Corentin Dancette, Hedi Ben-Younes, Matthieu Cord, Devi Parikh

Visual Question Answering (VQA) is the task of answering questions about an image. Some VQA models often exploit unimodal biases to provide the correct answer without using the image information. As a result, they suffer from a huge drop in performance when evaluated on data outside their training set distribution. This critical issue makes them unsuitable for real-world settings. We propose RUBi, a new learning strategy to reduce biases in any VQA model. It reduces the importance of the most biased examples, i.e. examples that can be correctly classified without looking at the image. It implicitly forces the VQA model to use the two input modalities instead of relying on statistical regularities between the question and the answer. We leverage a question-only model that captures the language biases by identifying when these unwanted regularities are used. It prevents the base VQA model from learning them by influencing its predictions. This leads to dynamically adjusting the loss in order to compensate for biases. We validate our contributions by surpassing the current state-of-the-art results on VQA-CP v2. This dataset is specifically designed to assess the robustness of VQA models when exposed to different question biases at test time than what was seen during training. Our code is available: github.com/cdancette/rubi.bootstrap.pytorch

📄 PDF Abstract BibTeX arXiv:1906.10169

Code (1)

cdancette/rubi.bootstrap.pytorch 공식 구현 pytorch

Tasks

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

RUBi: Reducing Unimodal Biases for Visual Question Answering

2019-12-01 · NeurIPS 2019 12 · Remi Cadene, Corentin Dancette, Hedi Ben Younes, Matthieu Cord 외

Visual Question Answering (VQA) is the task of answering questions about an image. Some VQA models often exploit unimodal biases to provide the correct answer without using the image information. As a result, they suffer…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Quantifying and Mitigating Unimodal Biases in Multimodal Large Language Models: A Causal Perspective

2024-03-27 · Meiqi Chen, Yixin Cao, Yan Zhang, Chaochao Lu

Recent advancements in Large Language Models (LLMs) have facilitated the development of Multimodal LLMs (MLLMs). Despite their impressive capabilities, MLLMs often suffer from over-reliance on unimodal biases (e.g., lang…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Debiased Visual Question Answering from Feature and Sample Perspectives

2021-12-01 · NeurIPS 2021 12 · Zhiquan Wen, Guanghui Xu, Mingkui Tan, Qingyao Wu 외

Visual question answering (VQA) is designed to examine the visual-textual reasoning ability of an intelligent agent. However, recent observations show that many VQA models may only capture the biases between questions an…

Bias DetectionQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Shifting the Baseline: Single Modality Performance on Visual Navigation & QA

2018-11-01 · Jesse Thomason, Daniel Gordon, Yonatan Bisk

We demonstrate the surprising strength of unimodal baselines in multimodal domains, and make concrete recommendations for best practices in future research. Where existing work often compares against random or majority c…

Question AnsweringVisual Navigation

Shifting the Baseline: Single Modality Performance on Visual Navigation \& QA

2019-06-01 · NAACL 2019 6 · Jesse Thomason, Daniel Gordon, Yonatan Bisk

We demonstrate the surprising strength of unimodal baselines in multimodal domains, and make concrete recommendations for best practices in future research. Where existing work often compares against random or majority c…

Visual Navigation