MIST: Mitigating Intersectional Bias with Disentangled Cross-Attention Editing in Text-to-Image Diffusion Models
Hidir Yesiltepe, Kiymet Akdemir, Pinar Yanardag
TL;DR
MIST addresses intersectional bias in text-to-image diffusion models by finetuning cross-attention projections in a disentangled manner guided by the EOS token, without any retraining or reference-image sets. The method optimizes $\min_{W^*} \lVert W^* c_{g_{<EOS>}} - W^* c_{s_{<EOS>}} \rVert_2^2 + \lambda \lVert W^* - W^{old} \rVert_2^2$, with extensions to multiple attributes via $\Delta_{<EOS>}$. It achieves superior debiasing for single and intersectional attributes, preserves non-target concepts better than prior work, and offers practical benefits by avoiding manual concept preservation lists; code and debiased models are released. Overall, MIST advances fair generative modeling by enabling controlled, scalable, and robust mitigation of intersectional biases in diffusion-based image synthesis.
Abstract
Diffusion-based text-to-image models have rapidly gained popularity for their ability to generate detailed and realistic images from textual descriptions. However, these models often reflect the biases present in their training data, especially impacting marginalized groups. While prior efforts to debias language models have focused on addressing specific biases, such as racial or gender biases, efforts to tackle intersectional bias have been limited. Intersectional bias refers to the unique form of bias experienced by individuals at the intersection of multiple social identities. Addressing intersectional bias is crucial because it amplifies the negative effects of discrimination based on race, gender, and other identities. In this paper, we introduce a method that addresses intersectional bias in diffusion-based text-to-image models by modifying cross-attention maps in a disentangled manner. Our approach utilizes a pre-trained Stable Diffusion model, eliminates the need for an additional set of reference images, and preserves the original quality for unaltered concepts. Comprehensive experiments demonstrate that our method surpasses existing approaches in mitigating both single and intersectional biases across various attributes. We make our source code and debiased models for various attributes available to encourage fairness in generative models and to support further research.
