paper-with-me

홈 › Papers

VersusDebias: Universal Zero-Shot Debiasing for Text-to-Image Models via SLM-Based Prompt Engineering and Generative Adversary

2024-07-28 · Hanjun Luo, Ziye Deng, Haoyu Huang, Xuecheng Liu, Ruizhe Chen, Zuozhu Liu

With the rapid development of Text-to-Image (T2I) models, biases in human image generation against demographic social groups become a significant concern, impacting fairness and ethical standards in AI. Some researchers propose their methods to tackle with the issue. However, existing methods are designed for specific models with fixed prompts, limiting their adaptability to the fast-evolving models and diverse practical scenarios. Moreover, they neglect the impact of hallucinations, leading to discrepancies between expected and actual results. To address these issues, we introduce VersusDebias, a novel and universal debiasing framework for biases in arbitrary T2I models, consisting of an array generation (AG) module and an image generation (IG) module. The self-adaptive AG module generates specialized attribute arrays to post-process hallucinations and debias multiple attributes simultaneously. The IG module employs a small language model to modify prompts according to the arrays and drives the T2I model to generate debiased images, enabling zero-shot debiasing. Extensive experiments demonstrate VersusDebias's capability to debias any models across gender, race, and age simultaneously. In both zero-shot and few-shot scenarios, VersusDebias outperforms existing methods, showcasing its exceptional utility. Our work is accessible at https://github.com/VersusDebias/VersusDebias to ensure reproducibility and facilitate further research.

📄 PDF Abstract BibTeX arXiv:2407.19524

Code (1)

versusdebias/versusdebias 공식 구현 pytorch

Tasks

AttributeFairnessImage GenerationLanguage ModellingPrompt EngineeringSmall Language Model

Methods 이 논문이 사용한 방법론

GAM 설명 없음

Similar Papers 제목 키워드 기반

DeCAP: Context-Adaptive Prompt Generation for Debiasing Zero-shot Question Answering in Large Language Models

2025-03-25 · Suyoung Bae, YunSeok Choi, Jee-Hyong Lee

While Large Language Models (LLMs) excel in zero-shot Question Answering (QA), they tend to expose biases in their internal knowledge when faced with socially sensitive questions, leading to a degradation in performance.…

FairnessQuestion Answering

Self-Debiasing Large Language Models: Zero-Shot Recognition and Reduction of Stereotypes

2024-02-03 · Isabel O. Gallegos, Ryan A. Rossi, Joe Barrow, Md Mehrab Tanjim 외

Large language models (LLMs) have shown remarkable advances in language generation and understanding but are also prone to exhibiting harmful social biases. While recognition of these behaviors has generated an abundance…

Text GenerationZero-Shot Learning

Pre-trained Recommender Systems: A Causal Debiasing Perspective

2023-10-30 · Ziqian Lin, Hao Ding, Nghia Trong Hoang, Branislav Kveton 외

Recent studies on pre-trained vision/language models have demonstrated the practical benefit of a new, promising solution-building paradigm in AI where models can be pre-trained on broad data describing a generic task sp…

Few-Shot LearningRecommendation Systems

SEM: Sparse Embedding Modulation for Post-Hoc Debiasing of Vision-Language Models

2026-03-19 · Quentin Guimard, Federico Bartsch, Simone Caldarella, Rahaf Aljundi 외 arxiv

Models that bridge vision and language, such as CLIP, are key components of multimodal AI, yet their large-scale, uncurated training data introduce severe social and spurious biases. Existing post-hoc debiasing methods o…

Beyond Hidden-Layer Manipulation: Semantically-Aware Logit Interventions for Debiasing LLMs

2025-10-25 · Wei Xia arxiv

We proposed Static and Dynamic -- two zero-shot logits-layer debiasing methods. Dynamic reduces bias by up to 70% with minimal fluency loss. Logits intervention outperforms hidden-layer approaches. We show semantic-aware…