Papers
arxiv:2608.26671

RECAP-Forcing: Retaining Content Appearances for Long Video Generation

Published on Aug 27
· Submitted by
Haiyang Xu
on Sep 1
Authors:
,

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

Paper author Paper submitter

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

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

Sign up or log in to comment

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

Cite arxiv.org/abs/2608.26671 in a model README.md to link it from this page.

Datasets citing this paper 0

No dataset linking this paper

Cite arxiv.org/abs/2608.26671 in a dataset README.md to link it from this page.

Spaces citing this paper 0

No Space linking this paper

Cite arxiv.org/abs/2608.26671 in a Space README.md to link it from this page.

Collections including this paper 0

No Collection including this paper

Add this paper to a collection to link it from this page.