Flex-Forcing: Towards a Unified Autoregressive and Bidirectional Video Diffusion Model
This paper introduces Flex-Forcing, a framework for video generation that enables a model to operate under both bidirectional and autoregressive generation regimes, achieving better video quality and faster inference than existing methods.
The paper proposes a new framework for video generation that enables a model to operate under both bidirectional and autoregressive regimes, offering better performance and faster inference.
Before reading this…
Applications
- →Video synthesis
- →Animation
- →Film production
To understand this paper, make sure you know these concepts first:
- Understanding of generative modelsfind papers →
- Basic knowledge of video processingfind papers →
Abstract
More Like ThisRecent progress in large-scale generative models has substantially advanced video generation, yet existing methods remain constrained by a rigid inference paradigm. Bidirectional diffusion models excel at global coherence and visual fidelity but suffer from slow inference, while autoregressive models offer efficient and streaming generation at the cost of long-range consistency and exposure bias. We introduce Flex-Forcing, a unified training and inference framework that enables a video diffusion model to seamlessly operate under both bidirectional and autoregressive generation regimes. The core idea is a flexible chunking mechanism jointly defined over the temporal axis and denoising steps. This design allows the model to (1) perform flexible chunking according to different device budgets, (2) perform bidirectional inference across chunks for global structure planning, while generating frames autoregressively within each chunk for efficient and fine-grained synthesis, and (3) perform any-order, any-timestep autoregressive generation without the strict causal constraint. Extensive experiments on multiple video generation benchmarks demonstrate that Flex-Forcing achieves consistently better video quality, long-video stability than strong baselines with a rigid inference schedule, while offering faster inference.