Papers › Motion-Aware Caching for Efficient Autoregressive Video Generation

Motion-Aware Caching for Efficient Autoregressive Video Generation

3 May 2026ICMLarXiv:2605.01725added by Syntology

Jing Xu, Yuexiao Ma, Xuzhe Zheng, Xing Wang, Shiwei Liu, Chenqian Yan, Xiawu Zheng, Rongrong Ji, Fei Chao, Songwei Liu

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Autoregressive video generation paradigms offer theoretical promise for long video synthesis, yet their practical deployment is hindered by the computational burden of sequential iterative denoising. While cache reuse strategies can accelerate generation by skipping redundant denoising steps, existing methods rely on coarse-grained chunk-level skipping that fails to capture fine-grained pixel dynamics. This oversight is critical: pixels with high motion require more denoising steps to prevent error accumulation, while static pixels tolerate aggressive skipping. We formalize this insight theoretically by linking cache errors to residual instability, and propose MotionCache, a motion-aware cache framework that exploits inter-frame differences as a lightweight proxy for pixel-level motion characteristics. MotionCache employs a coarse-to-fine strategy: an initial warm-up phase establishes semantic coherence, followed by motion-weighted cache reuse that dynamically adjusts update frequencies per token. Extensive experiments on state-of-the-art models like SkyReels-V2 and MAGI-1 demonstrate that MotionCache achieves significant speedups of 6.28× and 1.64× respectively, while effectively preserving generation quality (VBench: 1%↓ and 0.01%↓ respectively). The code is available at https://github.com/ywlq/MotionCache.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2605.01725")

Code

Syntology Ran 9 of 20 code samples harvested from 1 repository linked to this paper; 11 have no recorded run. Of those that ran: 2 ran · violated contract; 1 ran · our draft was wrong; 6 ran with no contract checked.

By repository: found in paper text by Syntology: 20 samples from 1 repository, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ywlq/MotionCache found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

20 samples harvested; 9 ran; 0 honoured the contract we drafted; 11 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · violated contract
1ran · our draft was wrong
6ran
11unverified

Licence: 20 of the 20 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from ywlq/MotionCache. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

ChunkKVRangeTracker ywlq/MotionCache/MotionCache4MAGI-1/inference/pipeline/flowcache.py found in paper text by Syntology ran no licence file found · pointer only · df3c40bd5de59d9f · report
apply_temporal_voting ywlq/MotionCache/MotionCache4MAGI-1/inference/pipeline/flowcache.py found in paper text by Syntology ran · violated contract no licence file found · pointer only · 0ebd45bfa4b1c891 · report
find_dit_model ywlq/MotionCache/MotionCache4MAGI-1/inference/pipeline/flowcache.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 861e9e178eda2ff6 · report
generate_dynamic_kv_range ywlq/MotionCache/MotionCache4MAGI-1/inference/pipeline/flowcache.py found in paper text by Syntology ran no licence file found · pointer only · 6808aeab083c4a6a · report
in_chunk_wise_only_phase ywlq/MotionCache/MotionCache4MAGI-1/inference/pipeline/flowcache.py found in paper text by Syntology ran · violated contract no licence file found · pointer only · a7533f03358b7016 · report
in_token_wise_phase ywlq/MotionCache/MotionCache4MAGI-1/inference/pipeline/flowcache.py found in paper text by Syntology ran no licence file found · pointer only · 3a9b9fe6da3d9e4f · report
in_warmup_phase ywlq/MotionCache/MotionCache4MAGI-1/inference/pipeline/flowcache.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 6aba6f628189a1e5 · report
no_reuse_steps_first ywlq/MotionCache/MotionCache4MAGI-1/inference/pipeline/flowcache.py found in paper text by Syntology ran no licence file found · pointer only · 19b49c1ad969e695 · report
no_reuse_steps_mid ywlq/MotionCache/MotionCache4MAGI-1/inference/pipeline/flowcache.py found in paper text by Syntology ran no licence file found · pointer only · d91dbe2bf1c4b499 · report
InferenceParams ywlq/MotionCache/MotionCache4MAGI-1/inference/pipeline/flowcache.py found in paper text by Syntology unverified no licence file found · pointer only · c42ddc8ed776615e · report
PPScheduler ywlq/MotionCache/MotionCache4MAGI-1/inference/pipeline/flowcache.py found in paper text by Syntology unverified no licence file found · pointer only · ecaf22c19bac28bf · report
PackedCrossAttnParams ywlq/MotionCache/MotionCache4MAGI-1/inference/pipeline/flowcache.py found in paper text by Syntology unverified no licence file found · pointer only · 837fcb601d9b583b · report
TensorAndHandler ywlq/MotionCache/MotionCache4MAGI-1/inference/pipeline/flowcache.py found in paper text by Syntology unverified no licence file found · pointer only · 867f0053d9193219 · report
get_pipeline_model_parallel_next_rank ywlq/MotionCache/MotionCache4MAGI-1/inference/pipeline/flowcache.py found in paper text by Syntology unverified no licence file found · pointer only · 19e46a249fade59e · report
get_pipeline_model_parallel_prev_rank ywlq/MotionCache/MotionCache4MAGI-1/inference/pipeline/flowcache.py found in paper text by Syntology unverified no licence file found · pointer only · a4eac5a45fb722f7 · report
get_pp_group ywlq/MotionCache/MotionCache4MAGI-1/inference/pipeline/flowcache.py found in paper text by Syntology unverified no licence file found · pointer only · 5359b57958c98fd8 · report
get_pp_rank ywlq/MotionCache/MotionCache4MAGI-1/inference/pipeline/flowcache.py found in paper text by Syntology unverified no licence file found · pointer only · d9ecf27b14cdad3a · report
get_pp_world_size ywlq/MotionCache/MotionCache4MAGI-1/inference/pipeline/flowcache.py found in paper text by Syntology unverified no licence file found · pointer only · 5f3ad51d110c84f8 · report
pp_scheduler ywlq/MotionCache/MotionCache4MAGI-1/inference/pipeline/flowcache.py found in paper text by Syntology unverified no licence file found · pointer only · 550f884cf2bc594f · report
teacache_forward_velocity ywlq/MotionCache/MotionCache4MAGI-1/inference/pipeline/flowcache.py found in paper text by Syntology unverified no licence file found · pointer only · 9bc787fa39ea88d1 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.01725, was issued in May 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections