paper-with-me

홈 › Papers

Fully Unsupervised Self-debiasing of Text-to-Image Diffusion Models

2025-12-03 · Korada Sri Vardhana, Shrikrishna Lolla, Soma Biswas arxiv

Text-to-image (T2I) diffusion models have achieved widespread success due to their ability to generate high-resolution, photorealistic images. These models are trained on large-scale datasets, like LAION-5B, often scraped from the internet. However, since this data contains numerous biases, the models inherently learn and reproduce them, resulting in stereotypical outputs. We introduce SelfDebias, a fully unsupervised test-time debiasing method applicable to any diffusion model that uses a UNet as its noise predictor. SelfDebias identifies semantic clusters in an image encoder's embedding space and uses these clusters to guide the diffusion process during inference, minimizing the KL divergence between the output distribution and the uniform distribution. Unlike supervised approaches, SelfDebias does not require human-annotated datasets or external classifiers trained for each generated concept. Instead, it is designed to automatically identify semantic modes. Extensive experiments show that SelfDebias generalizes across prompts and diffusion model architectures, including both conditional and unconditional models. It not only effectively debiases images along key demographic dimensions while maintaining the visual fidelity of the generated images, but also more abstract concepts for which identifying biases is also challenging.

📄 PDF Abstract BibTeX arXiv:2512.03749

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DiffInject: Revisiting Debias via Synthetic Data Generation using Diffusion-based Style Injection

2024-06-10 · Donggeun Ko, Sangwoo Jo, Dongjun Lee, Namjun Park 외

Dataset bias is a significant challenge in machine learning, where specific attributes, such as texture or color of the images are unintentionally learned resulting in detrimental performance. To address this, previous e…

Synthetic Data Generation

Self-Supervised Position Debiasing for Large Language Models

2024-01-02 · Zhongkun Liu, Zheng Chen, Mengqi Zhang, Zhaochun Ren 외

Fine-tuning has been demonstrated to be an effective method to improve the domain performance of large language models (LLMs). However, LLMs might fit the dataset bias and shortcuts for prediction, leading to poor genera…

Position

Unsupervised Learning of Unbiased Visual Representations

2022-04-26 · Carlo Alberto Barbano, Enzo Tartaglione, Marco Grangetto

Deep neural networks often struggle to learn robust representations in the presence of dataset biases, leading to suboptimal generalization on unbiased datasets. This limitation arises because the models heavily depend o…

Debiasing Without Protected Attributes: Latent Concept Erasure from Textual Profiles

2026-06-10 · Shun Shao, Zheng Zhao, Anna Korhonen, Yftah Ziser 외 arxiv

Most fairness research in NLP assumes direct access to protected attributes such as gender, race, or nationality. In practice, however, such information is often unavailable due to privacy constraints, missing metadata, …

DebiasDiff: Debiasing Text-to-image Diffusion Models with Self-discovering Latent Attribute Directions

2024-12-25 · Yilei Jiang, Weihong Li, Yiyuan Zhang, Minghong Cai 외

While Diffusion Models (DM) exhibit remarkable performance across various image generative tasks, they nonetheless reflect the inherent bias presented in the training set. As DMs are now widely used in real-world applica…

Attribute