LGAICVMay 22, 2023

Training Diffusion Models with Reinforcement Learning

arXiv:2305.13301v4900 citations
Originality Highly original
AI Analysis

This addresses the challenge of optimizing generative models for real-world applications beyond likelihood, offering a method to adapt text-to-image models to specific, hard-to-express goals, though it is incremental in applying RL to diffusion models.

The paper tackles the problem of aligning diffusion models with downstream objectives like image quality or drug effectiveness, rather than just likelihood, by introducing reinforcement learning methods, specifically denoising diffusion policy optimization (DDPO), which improves performance on tasks such as image compressibility and aesthetic quality without additional data.

Diffusion models are a class of flexible generative models trained with an approximation to the log-likelihood objective. However, most use cases of diffusion models are not concerned with likelihoods, but instead with downstream objectives such as human-perceived image quality or drug effectiveness. In this paper, we investigate reinforcement learning methods for directly optimizing diffusion models for such objectives. We describe how posing denoising as a multi-step decision-making problem enables a class of policy gradient algorithms, which we refer to as denoising diffusion policy optimization (DDPO), that are more effective than alternative reward-weighted likelihood approaches. Empirically, DDPO is able to adapt text-to-image diffusion models to objectives that are difficult to express via prompting, such as image compressibility, and those derived from human feedback, such as aesthetic quality. Finally, we show that DDPO can improve prompt-image alignment using feedback from a vision-language model without the need for additional data collection or human annotation. The project's website can be found at http://rl-diffusion.github.io .

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes