paper-with-me

Papers

Diffusion Model Alignment Using Direct Preference Optimization

2023-11-21 · CVPR 2024 1 · Bram Wallace, Meihua Dang, Rafael Rafailov, Linqi Zhou, Aaron Lou, Senthil Purushwalkam, Stefano Ermon, Caiming Xiong, Shafiq Joty, Nikhil Naik

Large language models (LLMs) are fine-tuned using human comparison data with Reinforcement Learning from Human Feedback (RLHF) methods to make them better aligned with users' preferences. In contrast to LLMs, human preference learning has not been widely explored in text-to-image diffusion models; the best existing approach is to fine-tune a pretrained model using carefully curated high quality images and captions to improve visual appeal and text alignment. We propose Diffusion-DPO, a method to align diffusion models to human preferences by directly optimizing on human comparison data. Diffusion-DPO is adapted from the recently developed Direct Preference Optimization (DPO), a simpler alternative to RLHF which directly optimizes a policy that best satisfies human preferences under a classification objective. We re-formulate DPO to account for a diffusion model notion of likelihood, utilizing the evidence lower bound to derive a differentiable objective. Using the Pick-a-Pic dataset of 851K crowdsourced pairwise preferences, we fine-tune the base model of the state-of-the-art Stable Diffusion XL (SDXL)-1.0 model with Diffusion-DPO. Our fine-tuned base model significantly outperforms both base SDXL-1.0 and the larger SDXL-1.0 model consisting of an additional refinement model in human evaluation, improving visual appeal and prompt alignment. We also develop a variant that uses AI feedback and has comparable performance to training on human preferences, opening the door for scaling of diffusion model alignment methods.

📄 PDF Abstract BibTeX arXiv:2311.12908

Code (2)

SalesforceAIResearch/DiffusionDPO pytorch
spengliang/sudo pytorch

Tasks

modelText-to-Image Generation

Methods 이 논문이 사용한 방법론

DPO 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
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…
BASE 설명 없음

Similar Papers 제목 키워드 기반

Refining Alignment Framework for Diffusion Models with Intermediate-Step Preference Ranking

2025-02-01 · Jie Ren, Yuhang Zhang, Dongrui Liu, Xiaopeng Zhang 외

Direct preference optimization (DPO) has shown success in aligning diffusion models with human preference. Previous approaches typically assume a consistent preference label between final generations and noisy samples at…

Towards General Preference Alignment: Diffusion Models at Nash Equilibrium

2026-05-06 · Jiaming Hu, Jiamu Bai, Haoyu Wang, Debarghya Mukherjee 외 arxiv

Reinforcement learning from human feedback (RLHF) has been popular for aligning text-to-image (T2I) diffusion models with human preferences. As a mainstream branch of RLHF, Direct Preference Optimization (DPO) offers a c…

Text-to-Image GenerationReinforcement Learning

Forward KL Regularized Preference Optimization for Aligning Diffusion Policies

2024-09-09 · Zhao Shan, Chenyou Fan, Shuang Qiu, Jiyuan Shi 외

Diffusion models have achieved remarkable success in sequential decision-making by leveraging the highly expressive model capabilities in policy learning. A central problem for learning diffusion policies is to align the…

D4RLDecision MakingReinforcement Learning (RL)Sequential Decision Making

Preference Alignment on Diffusion Model: A Comprehensive Survey for Image Generation and Editing

2025-02-10 · Sihao Wu, Xiaonan Si, Chi Xing, Jianhong Wang 외

The integration of preference alignment with diffusion models (DMs) has emerged as a transformative approach to enhance image generation and editing capabilities. Although integrating diffusion models with preference ali…

Autonomous DrivingImage Generation

Diffusion-SDPO: Safeguarded Direct Preference Optimization for Diffusion Models

2025-11-05 · Minghao Fu, Guo-Hua Wang, Tianyu Cui, Qing-Guo Chen 외 arxiv

Text-to-image diffusion models deliver high-quality images, yet aligning them with human preferences remains challenging. We revisit diffusion-based Direct Preference Optimization (DPO) for these models and identify a cr…