Pack and Force Your Memory: Long-form and Consistent Video Generation
Xiaofei Wu, Guozhen Zhang, Zhiyong Xu, Yuan Zhou, Qinglin Lu, Xuming He
TL;DR
This work tackles the core bottlenecks of long-form video generation: maintaining long-range temporal coherence and mitigating error accumulation in autoregressive models. It introduces MemoryPack, a memory-augmented framework that fuses short-term FramePack and long-term SemanticPack guided by text and a reference image to model dependencies with linear complexity, and Direct Forcing, a single-step rectified-flow strategy that aligns training with inference without distillation. Together, they achieve state-of-the-art results on VBench across motion, background, and subject consistency, while reducing drift and improving robustness for minute-scale videos. The approach advances practical applicability of autoregressive video models by enabling stable, scalable, and coherent long-form generation with efficient training and inference, and it provides a thorough evaluation including quantitative metrics and human judgments.
Abstract
Long-form video generation presents a dual challenge: models must capture long-range dependencies while preventing the error accumulation inherent in autoregressive decoding. To address these challenges, we make two contributions. First, for dynamic context modeling, we propose MemoryPack, a learnable context-retrieval mechanism that leverages both textual and image information as global guidance to jointly model short- and long-term dependencies, achieving minute-level temporal consistency. This design scales gracefully with video length, preserves computational efficiency, and maintains linear complexity. Second, to mitigate error accumulation, we introduce Direct Forcing, an efficient single-step approximating strategy that improves training-inference alignment and thereby curtails error propagation during inference. Together, MemoryPack and Direct Forcing substantially enhance the context consistency and reliability of long-form video generation, advancing the practical usability of autoregressive video models.
