RECAP-Forcing: Retaining Content Appearances for Long Video Generation
Abstract
RECAP-Forcing improves long video generation by indexing memory according to appearance novelty rather than recency, preserving key-value caches for newly visible content to maintain long-range consistency without extra training.
Long autoregressive video generation faces a fundamental memory challenge: with a finite attention window, a model must decide which information from an ever-expanding history to retain. Existing methods organize memory temporally, preserving recent frames while compressing or discarding older ones. We instead propose RECAP-Forcing, organizing memory by appearance novelty. A long video is not merely a sequence of frames, but an evolving cast of subjects, objects, and scenes whose identities must remain consistent over time. We organize memory by retaining the KV cache associated with newly appearing content--such as entering subjects, disoccluded regions, and newly introduced scenes--at the moment it first becomes visible, prioritizing novelty over recency. Memory should scale with the amount of newly introduced content, rather than with video length. This appearance-indexed memory makes long-range consistency an explicit property of the memory structure. Our framework unifies two mechanisms under this single principle. At the beginning of a video, when all visible content is novel, an attention sink preserves the initial scene. As the video evolves, an optical-flow-based novelty bank extends the same principle by selectively retaining newly revealed content. As a training-free inference method with no additional learnable parameters, RECAP-Forcing consistently improves visual quality and semantic fidelity across multiple strong baselines and outperforms existing memory methods.
Community
TL;DR: Training-free appearance-indexed memory for long autoregressive video generation — retain content by what appears, not when it appeared.
Sliding-window memory forgets early content (subjects drift), while pinning reference frames freezes motion. RECAP-Forcing resolves this with two plug-in mechanisms on a frozen backbone:
- Reinforced attention sink — a single pre-softmax bias turns the first frames into memory the model actually retrieves;
- Optical-flow novelty bank — new appearances (entrances, disocclusions) are detected via flow and their original KV states stored verbatim in a fixed-size bank, retained by novelty rather than recency.
Zero learnable parameters. On Self-Forcing (Wan2.1-1.3B), Dynamic Degree jumps 27.5 → 58.1 while VBench Total improves 75.9 → 79.5; ~79% human preference over 216 blind pairwise judgments; identity stays stable in 5-minute rollouts. Generalizes across 4 causal video backbones with constant ~1.6× overhead.
This is an automated message from the Librarian Bot. I found the following papers similar to this paper.
The following papers were recommended by the Semantic Scholar API
- Surprise Forcing: What to Remember, When to Skip in Long Video Generation (2026)
- Tether the Subject, Release the Scene: Query-Aware Memory Routing for Long-Horizon Autoregressive Video Generation (2026)
- LayerRecall: A State-Conditioned Memory Router for Long-Horizon Consistency in Video Generation (2026)
- HeadCast: Casting Attention Heads for Efficient Autoregressive Video Generation (2026)
- DensityKV: Density-Guided KV Cache Compression for Long Video Generation (2026)
- Self Gradient Forcing: Native Long Video Extrapolation (2026)
- AlayaWorld: Interactive Long-Horizon World Modeling -- Full Technical Report (2026)
Please give a thumbs up to this comment if you found it helpful!
If you want recommendations for any Paper on Hugging Face checkout this Space
You can directly ask Librarian Bot for paper recommendations by tagging it in a comment: @librarian-bot recommend
Get this paper in your agent:
hf papers read 2608.26671 Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash Models citing this paper 0
No model linking this paper
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper
Collections including this paper 0
No Collection including this paper