Causal Debiasing for Visual Commonsense Reasoning
Jiayi Zou, Gengyun Jia, Bing-Kun Bao
TL;DR
This work addresses biases in Visual Commonsense Reasoning (VCR) by identifying co-occurrence and statistical biases that enable prediction shortcuts. It introduces VCR-OOD, text- and vision-focused out-of-distribution datasets, to evaluate generalization across modalities. The authors propose a causal debiasing framework based on backdoor adjustment using an answer dictionary and NWGM-style aggregation, complemented by a negative-sample loss to emphasize genuine visual content. Experiments show substantial OOD performance gains with limited impact on in-distribution results, offering a robust, scalable approach to debias multi-modal reasoning in VCR.
Abstract
Visual Commonsense Reasoning (VCR) refers to answering questions and providing explanations based on images. While existing methods achieve high prediction accuracy, they often overlook bias in datasets and lack debiasing strategies. In this paper, our analysis reveals co-occurrence and statistical biases in both textual and visual data. We introduce the VCR-OOD datasets, comprising VCR-OOD-QA and VCR-OOD-VA subsets, which are designed to evaluate the generalization capabilities of models across two modalities. Furthermore, we analyze the causal graphs and prediction shortcuts in VCR and adopt a backdoor adjustment method to remove bias. Specifically, we create a dictionary based on the set of correct answers to eliminate prediction shortcuts. Experiments demonstrate the effectiveness of our debiasing method across different datasets.
