paper-with-me

홈 › Papers

Towards Better Alignment: Training Diffusion Models with Reinforcement Learning Against Sparse Rewards

2025-03-14 · CVPR 2025 1 · Zijing Hu, Fengda Zhang, Long Chen, Kun Kuang, Jiahui Li, Kaifeng Gao, Jun Xiao, Xin Wang, Wenwu Zhu

Diffusion models have achieved remarkable success in text-to-image generation. However, their practical applications are hindered by the misalignment between generated images and corresponding text prompts. To tackle this issue, reinforcement learning (RL) has been considered for diffusion model fine-tuning. Yet, RL's effectiveness is limited by the challenge of sparse reward, where feedback is only available at the end of the generation process. This makes it difficult to identify which actions during the denoising process contribute positively to the final generated image, potentially leading to ineffective or unnecessary denoising policies. To this end, this paper presents a novel RL-based framework that addresses the sparse reward problem when training diffusion models. Our framework, named $\text{B}^2\text{-DiffuRL}$, employs two strategies: \textbf{B}ackward progressive training and \textbf{B}ranch-based sampling. For one thing, backward progressive training focuses initially on the final timesteps of denoising process and gradually extends the training interval to earlier timesteps, easing the learning difficulty from sparse rewards. For another, we perform branch-based sampling for each training interval. By comparing the samples within the same branch, we can identify how much the policies of the current training interval contribute to the final image, which helps to learn effective policies instead of unnecessary ones. $\text{B}^2\text{-DiffuRL}$ is compatible with existing optimization algorithms. Extensive experiments demonstrate the effectiveness of $\text{B}^2\text{-DiffuRL}$ in improving prompt-image alignment and maintaining diversity in generated images. The code for this work is available.

📄 PDF Abstract BibTeX arXiv:2503.11240

Code (1)

hu-zijing/b2-diffurl 공식 구현 pytorch

Tasks

DenoisingImage GenerationReinforcement Learning (RL)Text to Image GenerationText-to-Image 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…

Similar Papers 제목 키워드 기반

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

Text Diffusion with Reinforced Conditioning

2024-02-19 · Yuxuan Liu, Tianchi Yang, Shaohan Huang, Zihan Zhang 외

Diffusion models have demonstrated exceptional capability in generating high-quality images, videos, and audio. Due to their adaptiveness in iterative refinement, they provide a strong potential for achieving better non-…

Avoiding mode collapse in diffusion models fine-tuned with reinforcement learning

2024-10-10 · Roberto Barceló, Cristóbal Alcázar, Felipe Tobar

Fine-tuning foundation models via reinforcement learning (RL) has proven promising for aligning to downstream objectives. In the case of diffusion models (DMs), though RL training improves alignment from early timesteps,…

DenoisingDiversityReinforcement Learning (RL)

Enhancing Diffusion Models with Text-Encoder Reinforcement Learning

2023-11-27 · Chaofeng Chen, Annan Wang, HaoNing Wu, Liang Liao 외

Text-to-image diffusion models are typically trained to optimize the log-likelihood objective, which presents challenges in meeting specific requirements for downstream tasks, such as image aesthetics and image-text alig…

reinforcement-learningReinforcement Learning

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