paper-with-me

Papers

FairCoT: Enhancing Fairness in Diffusion Models via Chain of Thought Reasoning of Multimodal Language Models

2024-06-13 · Zahraa Al Sahili, Ioannis Patras, Matthew Purver

In the domain of text-to-image generative models, biases inherent in training datasets often propagate into generated content, posing significant ethical challenges, particularly in socially sensitive contexts. We introduce FairCoT, a novel framework that enhances fairness in diffusion models through Chain-of-Thought (CoT) reasoning within multimodal generative large language models (LLMs). FairCoT employs iterative CoT refinement and attire-based attribute prediction to systematically mitigate biases, ensuring diverse and equitable representation in generated images. By integrating iterative reasoning processes, FairCoT addresses the limitations of zero-shot CoT in sensitive scenarios, balancing creativity with ethical responsibility. Experimental evaluations across multiple models, including DALL-E and various Stable Diffusion variants, demonstrate that FairCoT significantly improves fairness and diversity metrics without compromising image quality or relevance. Our approach advances ethical AI practices in generative modeling, promoting socially responsible content generation and setting new standards for fairness in AI-generated imagery.

📄 PDF Abstract BibTeX arXiv:2406.09070

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeDiversityFairness

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

A Comprehensive Social Bias Audit of Contrastive Vision Language Models

2025-01-22 · Zahraa Al Sahili, Ioannis Patras, Matthew Purver

In the domain of text-to-image generative models, biases inherent in training datasets often propagate into generated content, posing significant ethical challenges, particularly in socially sensitive contexts. We introd…

DiversityFairnessLightweight Deployment

Diffusion of Thoughts: Chain-of-Thought Reasoning in Diffusion Language Models

2024-02-12 · Jiacheng Ye, Shansan Gong, Liheng Chen, Lin Zheng 외

Recently, diffusion models have garnered significant interest in the field of text processing due to their many potential advantages compared to conventional autoregressive models. In this work, we propose Diffusion-of-T…

Language ModelingLanguage ModellingMath

Improving LLM Group Fairness on Tabular Data via In-Context Learning

2024-12-05 · Valeriia Cherepanova, Chia-Jung Lee, Nil-Jana Akpinar, Riccardo Fogliato 외

Large language models (LLMs) have been shown to be effective on tabular prediction tasks in the low-data regime, leveraging their internal knowledge and ability to learn from instructions and examples. However, LLMs can …

FairnessIn-Context Learning

Contrastive Chain-of-Thought Prompting

2023-11-15 · Yew Ken Chia, Guizhen Chen, Luu Anh Tuan, Soujanya Poria 외

Despite the success of chain of thought in enhancing language model reasoning, the underlying process remains less well understood. Although logically sound reasoning appears inherently crucial for chain of thought, prio…

Language ModelingLanguage Modellingvalid

Reinforcing the Diffusion Chain of Lateral Thought with Diffusion Language Models

2025-05-15 · Zemin Huang, Zhiyang Chen, Zijun Wang, Tiancheng Li 외

We introduce the Diffusion Chain of Lateral Thought (DCoLT), a reasoning framework for diffusion language models. DCoLT treats each intermediate step in the reverse diffusion process as a latent "thinking" action and opt…

Code GenerationGSM8KHumanEvalMath+2