Diffusion-DRF: Differentiable Reward Flow for Video Diffusion Fine-Tuning
Yifan Wang, Yanyu Li, Sergey Tulyakov, Yun Fu, Anil Kag
TL;DR
Diffusion-DRF tackles the challenge of non-differentiable reward signals in post-training video diffusion by leveraging a frozen Vision-Language Model as a training-free critic and backpropagating its feedback through the diffusion denoising chain to achieve frame- and token-level credit. It introduces a structured VLM feedback pipeline with three facets—Text-Video Alignment (TA), Physical Fidelity (Phy), and Visual-Quality (VQ)—and a differentiable reward flow via a VQA-style loss that updates only the final denoising steps to maintain efficiency. The method eliminates the need to train bespoke reward models or collect large preference datasets while delivering robust improvements in alignment, physics, and perceptual quality across multiple backbones and datasets. Through gradient checkpointing and frame sampling, Diffusion-DRF remains scalable and generalizable to other diffusion-based generation tasks, mitigating reward hacking and model collapse observed with prior approaches.
Abstract
Direct Preference Optimization (DPO) has recently improved Text-to-Video (T2V) generation by enhancing visual fidelity and text alignment. However, current methods rely on non-differentiable preference signals from human annotations or learned reward models. This reliance makes training label-intensive, bias-prone, and easy-to-game, which often triggers reward hacking and unstable training. We propose Diffusion-DRF, a differentiable reward flow for fine-tuning video diffusion models using a frozen, off-the-shelf Vision-Language Model (VLM) as a training-free critic. Diffusion-DRF directly backpropagates VLM feedback through the diffusion denoising chain, converting logit-level responses into token-aware gradients for optimization. We propose an automated, aspect-structured prompting pipeline to obtain reliable multi-dimensional VLM feedback, while gradient checkpointing enables efficient updates through the final denoising steps. Diffusion-DRF improves video quality and semantic alignment while mitigating reward hacking and collapse -- without additional reward models or preference datasets. It is model-agnostic and readily generalizes to other diffusion-based generative tasks.
