FairDeDup: Detecting and Mitigating Vision-Language Fairness Disparities in Semantic Dataset Deduplication
Eric Slyman, Stefan Lee, Scott Cohen, Kushal Kafle
TL;DR
The paper investigates how semantic data deduplication for web-scale vision-language pretraining can impact fairness and biases in CLIP-style models trained on LAION-400M. It introduces FairDeDup, a simple, scalable extension of SemDeDup that uses user-defined sensitive-concept prototypes to bias sample preservation toward underrepresented groups, aiming to improve demographic representation without harming task performance. Empirical results show FairDeDup yields fairer outcomes on FACET and FairFace while maintaining zero-shot and retrieval performance comparable to full-data and SemDeDup baselines; it also demonstrates more minority representation in deduplicated subsets. The work provides a practical baseline for fairness-aware data pruning in large-scale vision-language pipelines, highlighting both its potential and its limitations.
Abstract
Recent dataset deduplication techniques have demonstrated that content-aware dataset pruning can dramatically reduce the cost of training Vision-Language Pretrained (VLP) models without significant performance losses compared to training on the original dataset. These results have been based on pruning commonly used image-caption datasets collected from the web -- datasets that are known to harbor harmful social biases that may then be codified in trained models. In this work, we evaluate how deduplication affects the prevalence of these biases in the resulting trained models and introduce an easy-to-implement modification to the recent SemDeDup algorithm that can reduce the negative effects that we observe. When examining CLIP-style models trained on deduplicated variants of LAION-400M, we find our proposed FairDeDup algorithm consistently leads to improved fairness metrics over SemDeDup on the FairFace and FACET datasets while maintaining zero-shot performance on CLIP benchmarks.
