Do Existing Testing Tools Really Uncover Gender Bias in Text-to-Image Models?
Journal:
arXiv
Published Date:
Jan 27, 2025
Abstract
Text-to-Image (T2I) models have recently gained significant attention due to
their ability to generate high-quality images and are consequently used in a
wide range of applications. However, there are concerns about the gender bias
of these models. Previous studies have shown that T2I models can perpetuate or
even amplify gender stereotypes when provided with neutral text prompts.
Researchers have proposed automated gender bias uncovering detectors for T2I
models, but a crucial gap exists: no existing work comprehensively compares the
various detectors and understands how the gender bias detected by them deviates
from the actual situation. This study addresses this gap by validating previous
gender bias detectors using a manually labeled dataset and comparing how the
bias identified by various detectors deviates from the actual bias in T2I
models, as verified by manual confirmation. We create a dataset consisting of
6,000 images generated from three cutting-edge T2I models: Stable Diffusion XL,
Stable Diffusion 3, and Dreamlike Photoreal 2.0. During the human-labeling
process, we find that all three T2I models generate a portion (12.48% on
average) of low-quality images (e.g., generate images with no face present),
where human annotators cannot determine the gender of the person. Our analysis
reveals that all three T2I models show a preference for generating male images,
with SDXL being the most biased. Additionally, images generated using prompts
containing professional descriptions (e.g., lawyer or doctor) show the most
bias. We evaluate seven gender bias detectors and find that none fully capture
the actual level of bias in T2I models, with some detectors overestimating bias
by up to 26.95%. We further investigate the causes of inaccurate estimations,
highlighting the limitations of detectors in dealing with low-quality images.
Based on our findings, we propose an enhanced detector...