π€ AI Summary
Existing video reward feedback learning (ReFL) operates in pixel space, resulting in high memory consumption, slow training, lack of early supervision, and poor alignment with human preferences. This work proposes latent-space ReFLβthe first method to directly employ a pre-trained video diffusion model as a reward model in its noise latent space, enabling end-to-end, VAE-free gradient optimization over the full denoising trajectory. By backpropagating reward signals through latent variables, our approach supports early supervision at arbitrary timesteps and jointly optimizes motion dynamics and structural coherence. It reduces GPU memory usage by 42% and accelerates training by 3.1Γ compared to RGB-space ReFL. On multiple video generation benchmarks, latent-space ReFL consistently outperforms its pixel-space counterpart, achieving an 18.7% higher human preference win rate. This work establishes latent-space reward modeling as a more efficient and human-aligned paradigm for video generation.
π Abstract
Reward feedback learning (ReFL) has proven effective for aligning image generation with human preferences. However, its extension to video generation faces significant challenges. Existing video reward models rely on vision-language models designed for pixel-space inputs, confining ReFL optimization to near-complete denoising steps after computationally expensive VAE decoding. This pixel-space approach incurs substantial memory overhead and increased training time, and its late-stage optimization lacks early-stage supervision, refining only visual quality rather than fundamental motion dynamics and structural coherence. In this work, we show that pre-trained video generation models are naturally suited for reward modeling in the noisy latent space, as they are explicitly designed to process noisy latent representations at arbitrary timesteps and inherently preserve temporal information through their sequential modeling capabilities. Accordingly, we propose Process Reward Feedback Learning~(PRFL), a framework that conducts preference optimization entirely in latent space, enabling efficient gradient backpropagation throughout the full denoising chain without VAE decoding. Extensive experiments demonstrate that PRFL significantly improves alignment with human preferences, while achieving substantial reductions in memory consumption and training time compared to RGB ReFL.