CVMay 25, 2025

Step-level Reward for Free in RL-based T2I Diffusion Model Fine-tuning

arXiv:2505.19196v19 citationsh-index: 12Has Code
Originality Incremental advance
AI Analysis

This addresses a bottleneck in training efficiency for aligning AI-generated images with human preferences, though it is an incremental improvement over existing RL methods.

The paper tackles the problem of reward sparsity in RL-based fine-tuning of text-to-image diffusion models by proposing a credit assignment framework that distributes dense rewards across denoising steps, achieving 1.25 to 2 times higher sample efficiency and better generalization across reward functions.

Recent advances in text-to-image (T2I) diffusion model fine-tuning leverage reinforcement learning (RL) to align generated images with learnable reward functions. The existing approaches reformulate denoising as a Markov decision process for RL-driven optimization. However, they suffer from reward sparsity, receiving only a single delayed reward per generated trajectory. This flaw hinders precise step-level attribution of denoising actions, undermines training efficiency. To address this, we propose a simple yet effective credit assignment framework that dynamically distributes dense rewards across denoising steps. Specifically, we track changes in cosine similarity between intermediate and final images to quantify each step's contribution on progressively reducing the distance to the final image. Our approach avoids additional auxiliary neural networks for step-level preference modeling and instead uses reward shaping to highlight denoising phases that have a greater impact on image quality. Our method achieves 1.25 to 2 times higher sample efficiency and better generalization across four human preference reward functions, without compromising the original optimal policy.

Code Implementations1 repo
Foundations

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

Your Notes