paper-with-me

홈 › Papers

Towards Robust Visual Question Answering: Making the Most of Biased Samples via Contrastive Learning

2022-10-10 · Qingyi Si, Yuanxin Liu, Fandong Meng, Zheng Lin, Peng Fu, Yanan Cao, Weiping Wang, Jie zhou

Models for Visual Question Answering (VQA) often rely on the spurious correlations, i.e., the language priors, that appear in the biased samples of training set, which make them brittle against the out-of-distribution (OOD) test data. Recent methods have achieved promising progress in overcoming this problem by reducing the impact of biased samples on model training. However, these models reveal a trade-off that the improvements on OOD data severely sacrifice the performance on the in-distribution (ID) data (which is dominated by the biased samples). Therefore, we propose a novel contrastive learning approach, MMBS, for building robust VQA models by Making the Most of Biased Samples. Specifically, we construct positive samples for contrastive learning by eliminating the information related to spurious correlation from the original training samples and explore several strategies to use the constructed positive samples for training. Instead of undermining the importance of biased samples in model training, our approach precisely exploits the biased samples for unbiased information that contributes to reasoning. The proposed method is compatible with various VQA backbones. We validate our contributions by achieving competitive performance on the OOD dataset VQA-CP v2 while preserving robust performance on the ID dataset VQA v2.

📄 PDF Abstract BibTeX arXiv:2210.04563

Code (1)

phoebussi/mmbs 공식 구현 pytorch

Tasks

Contrastive LearningQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

Test 설명 없음
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Making the V in Text-VQA Matter

2023-08-01 · Shamanthak Hegde, Soumya Jahagirdar, Shankar Gangisetty

Text-based VQA aims at answering questions by reading the text present in the images. It requires a large amount of scene-text relationship understanding compared to the VQA task. Recent studies have shown that the quest…

Optical Character Recognition (OCR)TextVQAVisual Question Answering (VQA)

SC-ML: Self-supervised Counterfactual Metric Learning for Debiased Visual Question Answering

2023-04-04 · Xinyao Shu, ShiYang Yan, Xu Yang, Ziheng Wu 외

Visual question answering (VQA) is a critical multimodal task in which an agent must answer questions according to the visual cue. Unfortunately, language bias is a common problem in VQA, which refers to the model genera…

counterfactualMetric LearningQuestion AnsweringVisual Question Answering+1

Greedy Gradient Ensemble for Robust Visual Question Answering

2021-07-27 · ICCV 2021 10 · Xinzhe Han, Shuhui Wang, Chi Su, Qingming Huang 외

Language bias is a critical issue in Visual Question Answering (VQA), where models often exploit dataset biases for the final decision without considering the image information. As a result, they suffer from performance …

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Eliminating Catastrophic Interference with Biased Competition

2020-07-03 · Amelia Elizabeth Pollard, Jonathan L. Shapiro

We present here a model to take advantage of the multi-task nature of complex datasets by learning to separate tasks and subtasks in and end to end manner by biasing competitive interactions in the network. This method d…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

ChiQA: A Large Scale Image-based Real-World Question Answering Dataset for Multi-Modal Understanding

2022-08-05 · Bingning Wang, Feiyang Lv, Ting Yao, Yiming Yuan 외

Visual question answering is an important task in both natural language and vision understanding. However, in most of the public visual question answering datasets such as VQA, CLEVR, the questions are human generated th…

Image RetrievalQuestion AnsweringRetrievalVisual Question Answering+1