paper-with-me

Papers

Aligning Text-to-Image Diffusion Models with Reward Backpropagation

2023-10-05 · Mihir Prabhudesai, Anirudh Goyal, Deepak Pathak, Katerina Fragkiadaki

Text-to-image diffusion models have recently emerged at the forefront of image generation, powered by very large-scale unsupervised or weakly supervised text-to-image training datasets. Due to their unsupervised training, controlling their behavior in downstream tasks, such as maximizing human-perceived image quality, image-text alignment, or ethical image generation, is difficult. Recent works finetune diffusion models to downstream reward functions using vanilla reinforcement learning, notorious for the high variance of the gradient estimators. In this paper, we propose AlignProp, a method that aligns diffusion models to downstream reward functions using end-to-end backpropagation of the reward gradient through the denoising process. While naive implementation of such backpropagation would require prohibitive memory resources for storing the partial derivatives of modern text-to-image models, AlignProp finetunes low-rank adapter weight modules and uses gradient checkpointing, to render its memory usage viable. We test AlignProp in finetuning diffusion models to various objectives, such as image-text semantic alignment, aesthetics, compressibility and controllability of the number of objects present, as well as their combinations. We show AlignProp achieves higher rewards in fewer training steps than alternatives, while being conceptually simpler, making it a straightforward choice for optimizing diffusion models for differentiable reward functions of interest. Code and Visualization results are available at https://align-prop.github.io/.

📄 PDF Abstract BibTeX arXiv:2310.03739

Code (1)

mihirp1998/alignprop 공식 구현 pytorch

Tasks

DenoisingImage Generation

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…
Adapter 설명 없음

Similar Papers 제목 키워드 기반

Training-free Diffusion Model Alignment with Sampling Demons

2024-10-08 · Po-Hung Yeh, Kuang-Huei Lee, Jun-Cheng Chen

Aligning diffusion models with user preferences has been a key challenge. Existing methods for aligning diffusion models either require retraining or are limited to differentiable reward functions. To address these limit…

DenoisingImage GenerationLanguage ModelingLanguage Modelling+3

Aligning Diffusion Models by Optimizing Human Utility

2024-04-06 · Shufan Li, Konstantinos Kallidromitis, Akash Gokul, Yusuke Kato 외

We present Diffusion-KTO, a novel approach for aligning text-to-image diffusion models by formulating the alignment objective as the maximization of expected human utility. Since this objective applies to each generation…

Alignment and Safety of Diffusion Models via Reinforcement Learning and Reward Modeling: A Survey

2025-05-23 · Preeti Lamba, Kiran Ravish, Ankita Kushwaha, Pawan Kumar

Diffusion models have emerged as leading generative models for images and other modalities, but aligning their outputs with human preferences and safety constraints remains a critical challenge. This thesis proposal inve…

Active LearningReinforcement Learning (RL)Safety Alignment

A Dense Reward View on Aligning Text-to-Image Diffusion with Preference

2024-02-13 · Shentao Yang, Tianqi Chen, Mingyuan Zhou

Aligning text-to-image diffusion model (T2I) with preference has been gaining increasing research attention. While prior works exist on directly optimizing T2I by preference data, these methods are developed under the ba…

Reinforcing Few-step Generators via Reward-Tilted Distribution Matching

2026-05-25 · Yushi Huang, Xiangxin Zhou, Ruoyu Wang, Chi Zhang 외 arxiv

Recent advances in few-step diffusion distillation have enabled efficient image generation, yet aligning these models with human preferences remains challenging. We propose Reward-Tilted Distribution Matching Distillatio…

Text-to-Image GenerationReinforcement Learning