🤖 AI Summary
To address memory bottlenecks and long-term temporal inconsistency in diffusion-based long-video generation, this paper proposes TokensGen—a two-stage generative framework. First, a text-to-token model compresses input text into a compact, global semantic token sequence; second, a token-to-video model decodes these tokens into video frames, enforcing cross-segment semantic consistency. To further improve inter-segment transition smoothness under constrained GPU memory, we introduce an adaptive FIFO-Diffusion inference strategy. The entire framework—including the video tokenizer, Transformer architecture, and inference mechanism—is end-to-end optimized atop a pre-trained short-video diffusion model. Experiments demonstrate that TokensGen significantly enhances temporal coherence and content fidelity in multi-minute, high-resolution video generation, while maintaining tractable computational overhead. This work establishes an efficient, scalable paradigm for long-video synthesis.
📝 Abstract
Generating consistent long videos is a complex challenge: while diffusion-based generative models generate visually impressive short clips, extending them to longer durations often leads to memory bottlenecks and long-term inconsistency. In this paper, we propose TokensGen, a novel two-stage framework that leverages condensed tokens to address these issues. Our method decomposes long video generation into three core tasks: (1) inner-clip semantic control, (2) long-term consistency control, and (3) inter-clip smooth transition. First, we train To2V (Token-to-Video), a short video diffusion model guided by text and video tokens, with a Video Tokenizer that condenses short clips into semantically rich tokens. Second, we introduce T2To (Text-to-Token), a video token diffusion transformer that generates all tokens at once, ensuring global consistency across clips. Finally, during inference, an adaptive FIFO-Diffusion strategy seamlessly connects adjacent clips, reducing boundary artifacts and enhancing smooth transitions. Experimental results demonstrate that our approach significantly enhances long-term temporal and content coherence without incurring prohibitive computational overhead. By leveraging condensed tokens and pre-trained short video models, our method provides a scalable, modular solution for long video generation, opening new possibilities for storytelling, cinematic production, and immersive simulations. Please see our project page at https://vicky0522.github.io/tokensgen-webpage/ .