paper-with-me

홈 › Papers

Reward Fine-Tuning Two-Step Diffusion Models via Learning Differentiable Latent-Space Surrogate Reward

2024-11-22 · CVPR 2025 1 · Zhiwei Jia, Yuesong Nan, Huixi Zhao, Gengdai Liu

Recent research has shown that fine-tuning diffusion models (DMs) with arbitrary rewards, including non-differentiable ones, is feasible with reinforcement learning (RL) techniques, enabling flexible model alignment. However, applying existing RL methods to timestep-distilled DMs is challenging for ultra-fast ($\le2$-step) image generation. Our analysis suggests several limitations of policy-based RL methods such as PPO or DPO toward this goal. Based on the insights, we propose fine-tuning DMs with learned differentiable surrogate rewards. Our method, named LaSRO, learns surrogate reward models in the latent space of SDXL to convert arbitrary rewards into differentiable ones for efficient reward gradient guidance. LaSRO leverages pre-trained latent DMs for reward modeling and specifically targets image generation $\le2$ steps for reward optimization, enhancing generalizability and efficiency. LaSRO is effective and stable for improving ultra-fast image generation with different reward objectives, outperforming popular RL methods including PPO and DPO. We further show LaSRO's connection to value-based RL, providing theoretical insights. See our webpage at https://sites.google.com/view/lasro.

📄 PDF Abstract BibTeX arXiv:2411.15247

Code (0)

등록된 구현이 없습니다.

Tasks

Image GenerationReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

DPO 설명 없음
Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…
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 제목 키워드 기반

Directly Fine-Tuning Diffusion Models on Differentiable Rewards

2023-09-29 · Kevin Clark, Paul Vicol, Kevin Swersky, David J Fleet

We present Direct Reward Fine-Tuning (DRaFT), a simple and effective method for fine-tuning diffusion models to maximize differentiable reward functions, such as scores from human preference models. We first show that it…

VARD: Efficient and Dense Fine-Tuning for Diffusion Models with Value-based RL

2025-05-21 · Fengyuan Dai, Zifeng Zhuang, Yufei Huang, Siteng Huang 외

Diffusion models have emerged as powerful generative tools across various domains, yet tailoring pre-trained models to exhibit specific desirable properties remains challenging. While reinforcement learning (RL) offers a…

Reinforcement Learning (RL)

Directly Aligning the Full Diffusion Trajectory with Fine-Grained Human Preference

2025-09-08 · Xiangwei Shen, Zhimin Li, Zhantao Yang, Shiyi Zhang 외 arxiv

Recent studies have demonstrated the effectiveness of directly aligning diffusion models with human preferences using differentiable reward. However, they exhibit two primary challenges: (1) they rely on multistep denois…

Diffusion-DRF: Free, Rich, and Differentiable Reward for Video Diffusion Fine-Tuning

2026-01-07 · Yifan Wang, Yanyu Li, Gordon Guocheng Qian, Sergey Tulyakov 외 arxiv

Video diffusion alignment has been heavily relied on scalar rewards. These rewards are typically derived from learned reward models in human preference datasets, requiring additional training and extensive collection. Mo…

Soft-Di[M]O: Improving One-Step Discrete Image Generation with Soft Embeddings

2025-09-26 · Yuanzhi Zhu, Xi Wang, Stéphane Lathuilière, Vicky Kalogeiton arxiv

One-step generators distilled from Masked Diffusion Models (MDMs) compress multiple sampling steps into a single forward pass, enabling efficient text and image synthesis. However, they suffer two key limitations: they i…

Image Generation