Factorized Video Generation: Decoupling Scene Construction and Temporal Synthesis in Text-to-Video Diffusion Models
Mariam Hassan, Bastien Van Delft, Wuyang Li, Alexandre Alahi
TL;DR
This work identifies that failure modes in state-of-the-art Text-to-Video diffusion arise from poor initial frame grounding. It introduces Factorized Video Generation (FVG), decoupling scene construction (Reasoning and Composition) from temporal synthesis, achieved via an LLM-driven first-frame description, a T2I-generated anchor, and a video diffusion model conditioned on the anchor. Empirical results show SOTA gains on T2V-CompBench and improvements on VBench2, with a major reduction in sampling steps without performance loss, highlighting practical speedups. The approach emphasizes grounding as a complementary design to scaling, exposes evaluation gaps, and provides resources to advance robust, controllable video synthesis.
Abstract
State-of-the-art Text-to-Video (T2V) diffusion models can generate visually impressive results, yet they still frequently fail to compose complex scenes or follow logical temporal instructions. In this paper, we argue that many errors, including apparent motion failures, originate from the model's inability to construct a semantically correct or logically consistent initial frame. We introduce Factorized Video Generation (FVG), a pipeline that decouples these tasks by decomposing the Text-to-Video generation into three specialized stages: (1) Reasoning, where a Large Language Model (LLM) rewrites the video prompt to describe only the initial scene, resolving temporal ambiguities; (2) Composition, where a Text-to-Image (T2I) model synthesizes a high-quality, compositionally-correct anchor frame from this new prompt; and (3) Temporal Synthesis, where a video model, finetuned to understand this anchor, focuses its entire capacity on animating the scene and following the prompt. Our decomposed approach sets a new state-of-the-art on the T2V CompBench benchmark and significantly improves all tested models on VBench2. Furthermore, we show that visual anchoring allows us to cut the number of sampling steps by 70% without any loss in performance, leading to a substantial speed-up in sampling. Factorized Video Generation offers a simple yet practical path toward more efficient, robust, and controllable video synthesis
