The Past Frames the Future: Memory for Autoregressive Video Generation
Summary
This paper provides a comprehensive review of memory mechanisms for autoregressive video generation, addressing the challenge of maintaining historical information across extended sequences to ensure temporal persistence.
View Cached Full Text
Cached at: 09/24/26, 03:39 AM
Paper page - The Past Frames the Future: Memory for Autoregressive Video Generation
Source: https://huggingface.co/papers/2609.28466 Published on Sep 23
#1 Paper of the day Authors:
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
Abstract
Advancesingenerativemodelshaveimprovedvideofidelity,enablinglong-horizongeneration,interactiveworldmodeling,andevolvingvisualenvironments.Autoregressive(AR)videogenerationextendsvisualsequencesthroughcausalrollouts.However,afundamentalbottleneckemerges:asthegeneratedsequenceexpands,practicalmodelsmustoperateunderstrictlyboundedcontextwindows,storage,andcomputationallimits.Consequently,criticalhistoricalinformation,e.g.,entityidentities,dynamicstates,andintervention-inducedcausalchanges,oftenleavestheactivecontextlongbeforeitsrelevancediminishes.Overcomingthislimitationandmaintainingtemporalpersistenceconstitutesafundamentalmemoryproblem.WepresentasystematicandcomprehensivereviewofmemorymechanismsinARvideogeneration.WeformulatememoryoperationallyaspersistenthistoricalinformationmaintainedacrossouterARsteps,capableofinfluencingfuturegenerationevenaftertheoriginatingevidenceisnolongerlocallyaccessible.Buildinguponthisunifiedframework,weorganizetheliteraturethroughfivecomplementaryperspectives:(I)Forms,therepresentationalcarriersofhistory;(II)Functions,thespecificsemanticandphysicalinformationrequiringpreservation;(III)Operations,thelifecycleofwriting,reading,updating,managing,andintegratingmemory;(IV)Learning,theoptimizationofmemorybehaviorsunderclosed-looprollouts;and(V)Evaluation,theparadigmsfordiagnosinggenuinememorycapabilities.Weconcludebysynthesizingopenchallenges,includingcomposableandresource-awarememoryarchitectures,trustworthystateupdating,self-rolloutlearning,andstandardizedevaluation.Bybridgingrepresentations,mechanisms,andlearningparadigms,thispaperestablishesastructuredfoundationfordevelopingreliable,memory-conditionedvideogenerationsystems.
View arXiv pageView PDFGitHub30Add to collection
Get this paper in your agent:
hf papers read 2609\.28466
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2609.28466 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2609.28466 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2609.28466 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
FadeMem: Distance-Aware Memory Consolidation for Autoregressive Video Diffusion
FadeMem introduces a distance-aware key-value memory consolidation mechanism that organizes historical video data into a temporal hierarchy, improving long-video generation under fixed cache constraints.
Echo-Infinity: Learning Evolving Memory for Real-Time Infinite Video Generation
Echo-Infinity introduces a learnable evolving memory mechanism for autoregressive video generation, enabling real-time infinite video generation with constant memory cost and state-of-the-art performance.
Long Video Generation (4 minute read)
The article introduces A²RD, a novel architecture for generating consistent long videos using agentic autoregressive diffusion. It proposes a Retrieve–Synthesize–Refine–Update cycle and a new benchmark, LVBench-C, to address semantic drift in long-horizon video synthesis.
Reasoning with Memory: A Temporal Granularity-Adaptive Framework for Training-Free Long Video Understanding
ReMem introduces a dual-level memory-augmented keyframe selection framework for training-free long video understanding, achieving state-of-the-art zero-shot performance on multiple benchmarks.
LongLive-RAG: A General Retrieval-Augmented Framework for Long Video Generation
LongLive-RAG formulates long video generation as a retrieval-augmented generation problem, using a dynamic memory of previously generated latents to reduce error accumulation and identity drift, achieving improved quality across multiple autoregressive backbones.