paper-with-me

Papers

PopAlign: Population-Level Alignment for Fair Text-to-Image Generation

2024-06-28 · Shufan Li, Harkanwar Singh, Aditya Grover

Text-to-image (T2I) models achieve high-fidelity generation through extensive training on large datasets. However, these models may unintentionally pick up undesirable biases of their training data, such as over-representation of particular identities in gender or ethnicity neutral prompts. Existing alignment methods such as Reinforcement Learning from Human Feedback (RLHF) and Direct Preference Optimization (DPO) fail to address this problem effectively because they operate on pairwise preferences consisting of individual samples, while the aforementioned biases can only be measured at a population level. For example, a single sample for the prompt "doctor" could be male or female, but a model generating predominantly male doctors even with repeated sampling reflects a gender bias. To address this limitation, we introduce PopAlign, a novel approach for population-level preference optimization, while standard optimization would prefer entire sets of samples over others. We further derive a stochastic lower bound that directly optimizes for individual samples from preferred populations over others for scalable training. Using human evaluation and standard image quality and bias metrics, we show that PopAlign significantly mitigates the bias of pretrained T2I models while largely preserving the generation quality. Code is available at https://github.com/jacklishufan/PopAlignSDXL.

📄 PDF Abstract BibTeX arXiv:2406.19668

Code (1)

jacklishufan/popalignsdxl 공식 구현 pytorch

Tasks

Image GenerationText to Image GenerationText-to-Image Generation

Similar Papers 제목 키워드 기반

PopAlign: Diversifying Contrasting Patterns for a More Comprehensive Alignment

2024-10-17 · Zekun Moore Wang, Shawn Wang, Kang Zhu, Jiaheng Liu 외

Alignment of large language models (LLMs) involves training models on preference-contrastive output pairs to adjust their responses according to human preferences. To obtain such contrastive pairs, traditional methods li…

Auditing Fairness-Privacy Trade-offs: Subpopulation-Level Effects of Fairness-Enhancing Algorithms

2026-07-16 · Umid Suleymanov, Ilhama Novruzova, Khalid Mammadov, Natavan Hasanova 외 arxiv

Machine learning (ML) models deployed in sensitive domains such as healthcare, law enforcement, and finance must satisfy not only utility requirements but also fairness and privacy guarantees. While prior work has largel…

A Systematic Evaluation of Preference Aggregation in Federated RLHF for Pluralistic Alignment of LLMs

2025-12-09 · Mahmoud Srewa, Tianyu Zhao, Salma Elmalaki arxiv

This paper addresses the challenge of aligning large language models (LLMs) with diverse human preferences within federated learning (FL) environments, where standard methods often fail to adequately represent diverse vi…

Federated Learning

fAux: Testing Individual Fairness via Gradient Alignment

2022-10-10 · Giuseppe Castiglione, Ga Wu, Christopher Srinivasa, Simon Prince

Machine learning models are vulnerable to biases that result in unfair treatment of individuals from different populations. Recent work that aims to test a model's fairness at the individual level either relies on domain…

Fairness

FairEnc: A Fair Vision-Language Model with Fair Vision and Text Encoders for Glaucoma Detection

2026-05-06 · Mohamed Elhabebe, Ayman El-Baz, Qing Liu arxiv

Automated glaucoma detection is critical for preventing irreversible vision loss and reducing the burden on healthcare systems. However, ensuring fairness across diverse patient populations remains a significant challeng…