How I Met Your Bias: Investigating Bias Amplification in Diffusion Models
Nathan Roos, Ekaterina Iakovleva, Ani Gjergji, Vito Paolo Pastore, Enzo Tartaglione
TL;DR
This work demonstrates that bias amplification in diffusion-generated images is not solely determined by training data or model architecture, but can be significantly influenced by sampling hyperparameters. By formalizing bias and proposing a training-free bias estimator, the authors show that conditioning strength, integration steps, and stochasticity can push outputs toward bias-aligned or bias-conflicting representations across multiple datasets and diffusion frameworks. The key finding is that bias can both increase and decrease with different samplers and settings, suggesting practical debiasing opportunities through sampling strategies without retraining. These insights offer a complementary avenue to debiasing methods and highlight the need for careful baselines and theoretical understanding of the sampling dynamics in diffusion models.
Abstract
Diffusion-based generative models demonstrate state-of-the-art performance across various image synthesis tasks, yet their tendency to replicate and amplify dataset biases remains poorly understood. Although previous research has viewed bias amplification as an inherent characteristic of diffusion models, this work provides the first analysis of how sampling algorithms and their hyperparameters influence bias amplification. We empirically demonstrate that samplers for diffusion models -- commonly optimized for sample quality and speed -- have a significant and measurable effect on bias amplification. Through controlled studies with models trained on Biased MNIST, Multi-Color MNIST and BFFHQ, and with Stable Diffusion, we show that sampling hyperparameters can induce both bias reduction and amplification, even when the trained model is fixed. Source code is available at https://github.com/How-I-met-your-bias/how_i_met_your_bias.
