paper-with-me

홈 › Papers

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

2020-12-17 · Xi Zhu, Zhendong Mao, Chunxiao Liu, Peng Zhang, Bin Wang, Yongdong 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 the high-frequency answers (e.g., yellow) ignoring image contents. Existing approaches tackle this problem by creating delicate models or introducing additional visual annotations to reduce question dependency while strengthening image dependency. However, they are still subject to the language prior problem since the data biases have not been even alleviated. In this paper, we introduce a self-supervised learning framework to solve this problem. Concretely, we first automatically generate labeled data to balance the biased data, and propose a self-supervised auxiliary task to utilize the balanced data to assist the base VQA model to overcome language priors. Our method can compensate for the data biases by generating balanced data without introducing external annotations. Experimental results show that our method can significantly outperform the state-of-the-art, improving the overall accuracy from 49.50% to 57.59% on the most commonly used benchmark VQA-CP v2. In other words, we can increase the performance of annotation-based methods by 16% without using external annotations.

📄 PDF Abstract BibTeX arXiv:2012.11528

Code (1)

CrossmodalGroup/SSL-VQA 공식 구현 pytorch

Tasks

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

Similar Papers 제목 키워드 기반

MASS: Overcoming Language Bias in Image-Text Matching

2025-01-20 · Jiwan Chung, Seungwon Lim, Sangkyu Lee, Youngjae Yu

Pretrained visual-language models have made significant advancements in multimodal tasks, including image-text retrieval. However, a major challenge in image-text matching lies in language bias, where models predominantl…

Image-text matchingImage-text RetrievalMultimodal AssociationRetrieval+2

Overcoming Distribution Shifts in Plug-and-Play Methods with Test-Time Training

2024-03-15 · Edward P. Chandler, Shirin Shoushtari, Jiaming Liu, M. Salman Asif 외

Plug-and-Play Priors (PnP) is a well-known class of methods for solving inverse problems in computational imaging. PnP methods combine physical forward models with learned prior models specified as image denoisers. A com…

Image Reconstruction

SSL-R1: Self-Supervised Visual Reinforcement Post-Training for Multimodal Large Language Models

2026-04-22 · Jiahao Xie, Alessio Tonioni, Nathalie Rauschmayr, Federico Tombari 외 arxiv

Reinforcement learning (RL) with verifiable rewards (RLVR) has demonstrated the great potential of enhancing the reasoning abilities in multimodal large language models (MLLMs). However, the reliance on language-centric …

Self-Supervised LearningReinforcement Learning

Paying More Attention to Visual Tokens in Self-Evolving Large Multimodal Models

2026-06-25 · Shravan Venkatraman, Ritesh Thawkar, Omkar Thawakar, Rao Muhammad Anwer 외 arxiv

Recently, self-evolving large multimodal models (LMMs) have received attention for improving visual reasoning in a purely unsupervised setting. However, multi-role self-play and self-consistency reward schemes in existin…

Visual Question AnsweringImage CaptioningVisual Reasoning

Distilling Visual Priors from Self-Supervised Learning

2020-08-01 · Bingchen Zhao, Xin Wen

Convolutional Neural Networks (CNNs) are prone to overfit small training datasets. We present a novel two-phase pipeline that leverages self-supervised learning and knowledge distillation to improve the generalization ab…

ClassificationContrastive LearningGeneral Classificationimage-classification+3