paper-with-me

홈 › Papers

Vision Language Models are Biased

2025-05-29 · An Vo, Khai-Nguyen Nguyen, Mohammad Reza Taesiri, Vy Tuong Dang, Anh Totti Nguyen, Daeyoung Kim

Large language models (LLMs) memorize a vast amount of prior knowledge from the Internet that help them on downstream tasks but also may notoriously sway their outputs towards wrong or biased answers. In this work, we test how the knowledge about popular subjects hurt the accuracy of vision language models (VLMs) on standard, objective visual tasks of counting and identification. We find that state-of-the-art VLMs are strongly biased (e.g, unable to recognize a fourth stripe has been added to a 3-stripe Adidas logo) scoring an average of 17.05% accuracy in counting (e.g., counting stripes in an Adidas-like logo) across 7 diverse domains from animals, logos, chess, board games, optical illusions, to patterned grids. Insert text (e.g., "Adidas") describing the subject name into the counterfactual image further decreases VLM accuracy. The biases in VLMs are so strong that instructing them to double-check their results or rely exclusively on image details to answer improves counting accuracy by only +2 points, on average. Our work presents an interesting failure mode in VLMs and an automated framework for testing VLM biases. Code and data are available at: vlmsarebiased.github.io.

📄 PDF Abstract BibTeX arXiv:2505.23941

Code (1)

anvo25/vlms-are-biased 공식 구현

Tasks

Board Gamescounterfactual

Similar Papers 제목 키워드 기반

Debiasing Vision-Language Models via Biased Prompts

2023-01-31 · Ching-Yao Chuang, Varun Jampani, Yuanzhen Li, Antonio Torralba 외

Machine learning models have been shown to inherit biases from their training datasets. This can be particularly problematic for vision-language foundation models trained on uncurated datasets scraped from the internet. …

Unbiased Alignment for Large Language Models with Noisy Preferences

2026-07-03 · Jialiang Wang, Xianming Liu, Xiong Zhou, Hui Liu 외 arxiv

The alignment of large language models with human preferences is commonly achieved through Reinforcement Learning from Human Feedback or Direct Preference Optimization. However, these methods are vulnerable to the signif…

Reinforcement Learning

Task Bias in Vision-Language Models

2022-12-08 · Sachit Menon, Ishaan Preetam Chandratreya, Carl Vondrick

Incidental supervision from language has become a popular approach for learning generic visual representations that can be prompted to perform many recognition tasks in computer vision. We conduct an in-depth exploration…

Discover and Mitigate Multiple Biased Subgroups in Image Classifiers

2024-03-19 · CVPR 2024 1 · Zeliang Zhang, Mingqian Feng, Zhiheng Li, Chenliang Xu

Machine learning models can perform well on in-distribution data but often fail on biased subgroups that are underrepresented in the training data, hindering the robustness of models for reliable applications. Such subgr…

Dimensionality ReductionSubgroup Discovery

Debiasing Large Vision-Language Models by Ablating Protected Attribute Representations

2024-10-17 · Neale Ratzlaff, Matthew Lyle Olson, Musashi Hinck, Shao-Yen Tseng 외

Large Vision Language Models (LVLMs) such as LLaVA have demonstrated impressive capabilities as general-purpose chatbots that can engage in conversations about a provided input image. However, their responses are influen…

AttributeText Generation