When are Lemons Purple? The Concept Association Bias of Vision-Language Models
Yutaro Yamada, Yingtian Tang, Yoyo Zhang, Ilker Yildirim
TL;DR
This work identifies Concept Association Bias (CAB) in vision–language models, where models fill in missing cross-modal concepts leading to incorrect zero-shot predictions in tasks like VQA. It demonstrates CAB with a lemon–eggplant color task, shows its presence across CLIP, BLIP, and BLIP-2 (but not OFA), and links CAB strength to VQA performance; it also shows that stronger cross-modal interaction and autoregressive-only training mitigate CAB. The authors quantify association strength with ConceptNet and examine non-color attributes (e.g., part–whole relations) to argue for a general binding bias. They propose mitigation via deeper modality interaction and fine-tuning, but caution that this does not fully solve the underlying binding problem, suggesting avenues for future research on object-centric representations and cross-modal binding. Overall, the work highlights brittleness in cross-modal alignment and provides guidance for developing more robust vision–language systems.
Abstract
Large-scale vision-language models such as CLIP have shown impressive performance on zero-shot image classification and image-to-text retrieval. However, such performance does not realize in tasks that require a finer-grained correspondence between vision and language, such as Visual Question Answering (VQA). As a potential cause of the difficulty of applying these models to VQA and similar tasks, we report an interesting phenomenon of vision-language models, which we call the Concept Association Bias (CAB). We find that models with CAB tend to treat input as a bag of concepts and attempt to fill in the other missing concept crossmodally, leading to an unexpected zero-shot prediction. We demonstrate CAB by showing that CLIP's zero-shot classification performance greatly suffers when there is a strong concept association between an object (e.g. eggplant) and an attribute (e.g. color purple). We also show that the strength of CAB predicts the performance on VQA. We observe that CAB is prevalent in vision-language models trained with contrastive losses, even when autoregressive losses are jointly employed. However, a model that solely relies on autoregressive loss seems to exhibit minimal or no signs of CAB.
