debiaSAE: Benchmarking and Mitigating Vision-Language Model Bias
Kuleen Sasse, Shan Chen, Jackson Pond, Danielle Bitterman, John Osborne
TL;DR
This work systematically evaluates demographic bias in Vision-Language Models across five models and six datasets, revealing that portrait-based benchmarks like UTKFace and CelebA are effective for bias detection while scene-based benchmarks such as VLStereoSet and PATA often fail due to prompts that reveal answers without visual input. It also shows that VisoGender is too easy to challenge and that adversarial prompts expose hidden biases, underscoring the need for more robust benchmarks. To address these issues, the authors introduce a Sparse Autoencoder based debiasing method that steers latent representations and improves fairness by 5–15 points in adversarial and non-adversarial settings. The study demonstrates that bias evaluation in VLMs is fragile and current benchmarks can misrepresent fairness, while SAE-based debiasing provides a scalable, controllable path toward more equitable multimodal systems with practical implications for deploying VLMs in sensitive domains.
Abstract
As Vision Language Models (VLMs) gain widespread use, their fairness remains under-explored. In this paper, we analyze demographic biases across five models and six datasets. We find that portrait datasets like UTKFace and CelebA are the best tools for bias detection, finding gaps in performance and fairness for both LLaVa and CLIP models. Scene-based datasets like PATA and VLStereoSet fail to be useful benchmarks for bias due to their text prompts allowing the model to guess the answer without a picture. As for pronoun-based datasets like VisoGender, we receive mixed signals as only some subsets of the data are useful in providing insights. To alleviate these two problems, we introduce a more rigorous evaluation dataset and a debiasing method based on Sparse Autoencoders to help reduce bias in models. We find that our data set generates more meaningful errors than the previous data sets. Furthermore, our debiasing method improves fairness, gaining 5-15 points in performance over the baseline. This study displays the problems with the current benchmarks for measuring demographic bias in Vision Language Models and introduces both a more effective dataset for measuring bias and a novel and interpretable debiasing method based on Sparse Autoencoders.
