paper-with-me

Papers

Balancing Act: Distribution-Guided Debiasing in Diffusion Models

2024-02-28 · CVPR 2024 1 · Rishubh Parihar, Abhijnya Bhat, Abhipsa Basu, Saswat Mallick, Jogendra Nath Kundu, R. Venkatesh Babu

Diffusion Models (DMs) have emerged as powerful generative models with unprecedented image generation capability. These models are widely used for data augmentation and creative applications. However, DMs reflect the biases present in the training datasets. This is especially concerning in the context of faces, where the DM prefers one demographic subgroup vs others (eg. female vs male). In this work, we present a method for debiasing DMs without relying on additional data or model retraining. Specifically, we propose Distribution Guidance, which enforces the generated images to follow the prescribed attribute distribution. To realize this, we build on the key insight that the latent features of denoising UNet hold rich demographic semantics, and the same can be leveraged to guide debiased generation. We train Attribute Distribution Predictor (ADP) - a small mlp that maps the latent features to the distribution of attributes. ADP is trained with pseudo labels generated from existing attribute classifiers. The proposed Distribution Guidance with ADP enables us to do fair generation. Our method reduces bias across single/multiple attributes and outperforms the baseline by a significant margin for unconditional and text-conditional diffusion models. Further, we present a downstream task of training a fair attribute classifier by rebalancing the training set with our generated data.

📄 PDF Abstract BibTeX arXiv:2402.18206

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeData AugmentationDenoisingImage Generation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Towards Accuracy-Fairness Paradox: Adversarial Example-based Data Augmentation for Visual Debiasing

2020-07-27 · Yi Zhang, Jitao Sang

Machine learning fairness concerns about the biases towards certain protected or sensitive group of people when addressing the target tasks. This paper studies the debiasing problem in the context of image classification…

Adversarial AttackAttributeData AugmentationFairness+3

Geometry Adaptive Counterfactual Distribution Learning with Diffusion-Guided Smoothing

2026-05-25 · Kwangho Kim arxiv

We study counterfactual distribution learning for high-dimensional outcomes whose counterfactual law may concentrate near lower-dimensional structure. Standard isotropic smoothing treats all ambient directions equally, l…

Debiasing Guidance for Discrete Diffusion with Sequential Monte Carlo

2025-02-10 · Cheuk Kit Lee, Paul Jeha, Jes Frellsen, Pietro Lio 외

Discrete diffusion models are a class of generative models that produce samples from an approximated data distribution within a discrete state space. Often, there is a need to target specific regions of the data distribu…

Text Generation

Counterfactual Inference for Text Classification Debiasing

2021-08-01 · ACL 2021 5 · Chen Qian, Fuli Feng, Lijie Wen, Chunping Ma 외

Today{'}s text classifiers inevitably suffer from unintended dataset biases, especially the document-level label bias and word-level keyword bias, which may hurt models{'} generalization. Many previous studies employed d…

ClassificationcounterfactualCounterfactual InferenceFairness+2

Expert-Guided Extinction of Toxic Tokens for Debiased Generation

2024-05-29 · Xueyao Sun, Kaize Shi, Haoran Tang, Guandong Xu 외

Large language models (LLMs) can elicit social bias during generations, especially when inference with toxic prompts. Controlling the sensitive attributes in generation encounters challenges in data distribution, general…

FairnessRetrieval