Reward-Forcing: Autoregressive Video Generation with Reward Feedback
Jingran Zhang, Ning Li, Yuanhao Ban, Andrew Bai, Justin Cui
TL;DR
Reward-Forcing introduces an autoregressive video generation framework guided by a differentiable reward model to improve texture quality while preserving motion, without heavy reliance on a bidirectional teacher. The method initializes motion with an ODE-based trajectory derived from a teacher, then applies reward-driven refinement to enhance appearance, supervising primarily the last frame to maintain dynamics. On VBench, it achieves competitive quality and total scores relative to autoregressive baselines and even surpasses some bidirectional models of similar size, suggesting reward signals can compensate for limited teacher guidance. This data-efficient, scalable approach decouples motion learning from texture refinement and offers customizable video generation via reward models, with potential for broader streaming and real-time applications.
Abstract
While most prior work in video generation relies on bidirectional architectures, recent efforts have sought to adapt these models into autoregressive variants to support near real-time generation. However, such adaptations often depend heavily on teacher models, which can limit performance, particularly in the absence of a strong autoregressive teacher, resulting in output quality that typically lags behind their bidirectional counterparts. In this paper, we explore an alternative approach that uses reward signals to guide the generation process, enabling more efficient and scalable autoregressive generation. By using reward signals to guide the model, our method simplifies training while preserving high visual fidelity and temporal consistency. Through extensive experiments on standard benchmarks, we find that our approach performs comparably to existing autoregressive models and, in some cases, surpasses similarly sized bidirectional models by avoiding constraints imposed by teacher architectures. For example, on VBench, our method achieves a total score of 84.92, closely matching state-of-the-art autoregressive methods that score 84.31 but require significant heterogeneous distillation.
