paper-with-me

Papers

Explaining CLIP's performance disparities on data from blind/low vision users

2023-11-29 · CVPR 2024 1 · Daniela Massiceti, Camilla Longden, Agnieszka Słowik, Samuel Wills, Martin Grayson, Cecily Morrison

Large multi-modal models (LMMs) hold the potential to usher in a new era of automated visual assistance for people who are blind or low vision (BLV). Yet, these models have not been systematically evaluated on data captured by BLV users. We address this by empirically assessing CLIP, a widely-used LMM likely to underpin many assistive technologies. Testing 25 CLIP variants in a zero-shot classification task, we find that their accuracy is 15 percentage points lower on average for images captured by BLV users than web-crawled images. This disparity stems from CLIP's sensitivities to 1) image content (e.g. not recognizing disability objects as well as other objects); 2) image quality (e.g. not being robust to lighting variation); and 3) text content (e.g. not recognizing objects described by tactile adjectives as well as visual ones). We delve deeper with a textual analysis of three common pre-training datasets: LAION-400M, LAION-2B and DataComp-1B, showing that disability content is rarely mentioned. We then provide three examples that illustrate how the performance disparities extend to three downstream models underpinned by CLIP: OWL-ViT, CLIPSeg and DALL-E2. We find that few-shot learning with as few as 5 images can mitigate CLIP's quality-of-service disparities for BLV users in some scenarios, which we discuss alongside a set of other possible mitigations.

📄 PDF Abstract BibTeX arXiv:2311.17315

Code (0)

등록된 구현이 없습니다.

Tasks

Few-Shot Learningzero-shot-classificationZero-Shot Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Unveiling Glitches: A Deep Dive into Image Encoding Bugs within CLIP

2024-06-30 · Ayush Ranjan, Daniel Wen, Karthik Bhat

Understanding the limitations and weaknesses of state-of-the-art models in artificial intelligence is crucial for their improvement and responsible application. In this research, we focus on CLIP, a model renowned for it…

HallucinationImage Comprehension

SoftAdaClip: A Smooth Clipping Strategy for Fair and Private Model Training

2025-10-01 · Dorsa Soleymani, Ali Dadsetan, Frank Rudzicz arxiv

Differential privacy (DP) provides strong protection for sensitive data, but often reduces model performance and fairness, especially for underrepresented groups. One major reason is gradient clipping in DP-SGD, which ca…

Fairness-Aware Test-Time Prompt Tuning

2026-08-26 · Yoann Launay, Parameswaran Kamalaruban, Tom Kempton, Stuart Burrell 외 arxiv

Vision-language models have displayed remarkable capabilities in multi-modal understanding and are increasingly used in critical applications where economic and practical deployment constraints prohibit re-training or fi…

Test-time Adaptation

Explaining medical AI performance disparities across sites with confounder Shapley value analysis

2021-11-12 · Eric Wu, Kevin Wu, James Zou

Medical AI algorithms can often experience degraded performance when evaluated on previously unseen sites. Addressing cross-site performance disparities is key to ensuring that AI is equitable and effective when deployed…

Does Training on Synthetic Data Make Models Less Robust?

2025-02-11 · Lingze Zhang, Ellie Pavlick

An increasingly common practice is to train large language models (LLMs) using synthetic data. Often this synthetic data is produced by the same or similar LLMs as those it is being used to train. This raises the questio…

Natural Language Inference