paper-with-me

Papers

Beyond Question-Based Biases: Assessing Multimodal Shortcut Learning in Visual Question Answering

2021-04-07 · ICCV 2021 10 · Corentin Dancette, Remi Cadene, Damien Teney, Matthieu Cord

We introduce an evaluation methodology for visual question answering (VQA) to better diagnose cases of shortcut learning. These cases happen when a model exploits spurious statistical regularities to produce correct answers but does not actually deploy the desired behavior. There is a need to identify possible shortcuts in a dataset and assess their use before deploying a model in the real world. The research community in VQA has focused exclusively on question-based shortcuts, where a model might, for example, answer "What is the color of the sky" with "blue" by relying mostly on the question-conditional training prior and give little weight to visual evidence. We go a step further and consider multimodal shortcuts that involve both questions and images. We first identify potential shortcuts in the popular VQA v2 training set by mining trivial predictive rules such as co-occurrences of words and visual elements. We then introduce VQA-CounterExamples (VQA-CE), an evaluation protocol based on our subset of CounterExamples i.e. image-question-answer triplets where our rules lead to incorrect answers. We use this new evaluation in a large-scale study of existing approaches for VQA. We demonstrate that even state-of-the-art models perform poorly and that existing techniques to reduce biases are largely ineffective in this context. Our findings suggest that past work on question-based biases in VQA has only addressed one facet of a complex issue. The code for our method is available at https://github.com/cdancette/detect-shortcuts.

📄 PDF Abstract BibTeX arXiv:2104.03149

Code (1)

cdancette/detect-shortcuts 공식 구현 pytorch

Tasks

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

A Shortcut-aware Video-QA Benchmark for Physical Understanding via Minimal Video Pairs

2025-06-11 · Benno Krojer, Mojtaba Komeili, Candace Ross, Quentin Garrido 외

Existing benchmarks for assessing the spatio-temporal understanding and reasoning abilities of video language models are susceptible to score inflation due to the presence of shortcut solutions based on superficial visua…

Multiple-choice

Language Prior Is Not the Only Shortcut: A Benchmark for Shortcut Learning in VQA

2022-10-10 · Qingyi Si, Fandong Meng, Mingyu Zheng, Zheng Lin 외

Visual Question Answering (VQA) models are prone to learn the shortcut solution formed by dataset biases rather than the intended solution. To evaluate the VQA models' reasoning ability beyond shortcut learning, the VQA-…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Evaluating Cross-Modal Reasoning Ability and Problem Characteristics with Multimodal Item Response Theory

2026-03-03 · Shunki Uebayashi, Kento Masui, Kyohei Atarashi, Han Bao 외 arxiv

Multimodal Large Language Models (MLLMs) have recently emerged as general architectures capable of reasoning over diverse modalities. Benchmarks for MLLMs should measure their ability for cross-modal integration. However…

Multimodal Reasoning

On Making Reading Comprehension More Comprehensive

2019-11-01 · WS 2019 11 · Matt Gardner, Jonathan Berant, Hannaneh Hajishirzi, Alon Talmor 외

Machine reading comprehension, the task of evaluating a machine{'}s ability to comprehend a passage of text, has seen a surge in popularity in recent years. There are many datasets that are targeted at reading comprehens…

Machine Reading ComprehensionQuestion AnsweringReading Comprehension

MuPHI: Learning Implicit Multimodal Harm Reasoning via Semantically Grounded Reward Optimization

2026-05-28 · Anisha Saha, Varsha Suresh, Teodora Kamova, Sophia Wiedmann 외 arxiv

Understanding how harm emerges from interaction between otherwise benign image-text pairs requires intent-aware cross-modal reasoning beyond surface-level features. Existing vision-language models (VLMs) excel at literal…