TLDR: A new study investigates gender bias in Vision-Language Models (VLMs) by isolating and debiasing their vision and text components. Researchers introduced a data-efficient debiasing method called DAUDoS. Their findings reveal that CLIP’s vision encoder is the primary source of bias, while PaliGemma2’s text encoder is more biased. This suggests that targeted debiasing strategies, focusing on the specific modality contributing most to bias, are more effective for building fairer AI systems.
Vision-Language Models (VLMs) have made incredible strides in artificial intelligence, allowing computers to understand and generate content that combines both images and text. These models are behind many advanced AI applications, from image recognition to generating captions for photos. However, like many powerful AI systems, VLMs often pick up and amplify biases present in the vast amounts of data they are trained on. A significant concern is gender bias, which can lead to skewed perceptions and unfair outcomes when these models are used in real-world scenarios.
The core challenge is figuring out where this bias originates. Does it come more from the visual information the model processes, or from the textual data? A recent research paper, titled “Freeze and Reveal: Exposing Modality Bias in Vision-Language Models,” delves deep into this question, aiming to dissect the contributions of both vision and text components to these biases.
The researchers applied targeted debiasing techniques to understand the source of the problem. They used methods like Counterfactual Data Augmentation (CDA), which involves creating synthetic data that challenges stereotypes, and Task Vector methods, which adjust model weights to reduce bias. Inspired by data-efficient approaches in other AI fields, they also introduced a novel metric called Degree of Stereotypicality (DoS) and a corresponding debiasing method, Data Augmentation Using DoS (DAUDoS). This new approach aims to reduce bias with minimal computational effort by focusing on the most stereotypical data samples.
To conduct their experiments, the team curated a special dataset called CelebA-Dialog, which was carefully annotated for gender and stereotypicality. Their methodology involved independently debiasing either the vision encoder or the text encoder of a VLM, while keeping the other parts of the model frozen. By observing which intervention led to a greater reduction in bias, they could pinpoint the dominant source of bias within the model.
The findings were quite insightful and varied depending on the VLM being tested. For CLIP, a widely used VLM, the experiments consistently showed that its vision encoder was the more biased component. When the vision encoder was debiased, the gender gap in performance significantly reduced, sometimes even being eliminated. This suggests that CLIP’s understanding of visual information is more prone to gender stereotypes.
In contrast, for PaliGemma2, another prominent VLM, the results pointed to the text encoder as the primary source of bias. Debiasing the text encoder in PaliGemma2 led to a much greater reduction in gender bias compared to debiasing its vision component. The researchers suggest this difference might be due to the architectural design of the models, particularly the relative sizes of their text and vision encoders.
This research highlights that a one-size-fits-all approach to debiasing VLMs might not be the most effective. Instead, understanding whether the bias stems more from the vision or text modality allows for more targeted and efficient bias mitigation strategies. The DAUDoS method, in particular, demonstrated its ability to achieve competitive debiasing results using only a fraction of the training data, making it a computationally efficient solution.
Also Read:
- Fourier-VLM: A New Approach to Efficient Vision-Language Models
- Enhancing Zero-Shot Anomaly Detection with Adaptive Vision-Language Model Co-Design
While this study provides crucial insights, the authors acknowledge limitations, such as focusing only on binary gender annotations and not addressing intersectional biases (e.g., race or age). Future work aims to broaden the scope to include more diverse identities and explore bias mitigation during the pretraining phase of these models. For more technical details, you can refer to the full research paper here.


