paper-with-me

홈 › Papers

Reinforce Adjoint Matching: Scaling RL Post-Training of Diffusion and Flow-Matching Models

2026-05-11 · Andreas Bergmeister, Stefanie Jegelka, Nikolas Nüsken, Carles Domingo-Enrich, Jakiw Pidstrigach arxiv

Diffusion and flow-matching models scale because pretraining is supervised regression: a clean sample is noised analytically, and a model regresses against a closed-form target. RL post-training aligns the model with a reward. In image generation, this makes samples compose objects correctly, render text legibly, and match human preferences. Existing methods rely on costly SDE rollouts, reward gradients, or surrogate losses, sacrificing pretraining's regression structure. We show that the structure extends to RL post-training. Under KL-regularized reward maximization, the optimal generative process tilts the clean-endpoint distribution towards samples with higher reward and leaves the noising law unchanged. Combining this with the adjoint-matching optimality condition and a REINFORCE identity, we derive Reinforce Adjoint Matching (RAM): a consistency loss that corrects the pretraining target with the reward. At each step, we draw a clean endpoint from the current model, evaluate its reward, noise it as in pretraining, and regress. No SDE rollouts, backward adjoint sweeps, or reward gradients are required. Like the pretraining objective, RAM is simple and scales. On Stable Diffusion 3.5M, RAM achieves the highest reward on composability, text rendering, and human preference, reaching Flow-GRPO's peak reward in up to $50\times$ fewer training steps.

📄 PDF Abstract BibTeX arXiv:2605.10759

Code (0)

등록된 구현이 없습니다.

Tasks

Image Generation

Similar Papers 제목 키워드 기반

NormGuard: Reward-Preserving Norm Constraints in Flow-Matching Reinforcement Learning

2026-06-26 · Tianlin Pan, Lianyu Pang, Cheng Da, Huan Yang 외 arxiv

Reinforcement learning (RL) post-training improves the reward alignment of flow-based generators, but often degrades perceptual quality in ways that are not captured by the reward proxy. We identify a simple structural s…

Reinforcement Learning

Scalable Maximum Entropy Reinforcement Learning for Diffusion Policies via Adjoint Matching

2026-06-21 · Serge Thilges, Onur Celik, Denis Blessing, Emiliyan Gospodinov 외 arxiv

Diffusion policies have recently emerged as a powerful paradigm for representing complex action distributions in reinforcement learning (RL). However, their application to online RL remains limited by the challenge of sc…

Reinforcement Learning

Entropy-Regularized Adjoint Matching for Offline Reinforcement Learning

2026-05-07 · Abdelghani Ghanem, Mounir Ghogho arxiv

Integrating expressive generative policies, such as flow-matching models, into offline reinforcement learning (RL) allows agents to capture complex, multi-modal behaviors. While Q-learning with Adjoint Matching (QAM) sta…

Reinforcement LearningContinuous Control

Q-learning with Adjoint Matching

2026-01-20 · Qiyang Li, Sergey Levine arxiv

We propose Q-learning with Adjoint Matching (QAM), a novel TD-based reinforcement learning (RL) algorithm that tackles a long-standing challenge in continuous-action RL: efficient optimization of an expressive diffusion …

Reinforcement Learning

Efficient Adjoint Matching for Fine-tuning Diffusion Models

2026-05-12 · Jeongwoo Shin, Dongsoo Shin, Yuchen Zhu, Wei Guo 외 arxiv

Reward fine-tuning has become a common approach for aligning pretrained diffusion and flow models with human preferences in text-to-image generation. Among reward-gradient-based methods, Adjoint Matching (AM) provides a …

Text-to-Image Generation