paper-with-me

홈 › Papers

Recurrent Autoregressive Diffusion: Global Memory Meets Local Attention

2025-11-17 · Taiye Chen, Zihan Ding, Anjian Li, Christina Zhang, Zeqi Xiao, Yisen Wang, Chi Jin arxiv

Recent advancements in video generation have demonstrated the potential of using video diffusion models as world models, with autoregressive generation of infinitely long videos through masked conditioning. However, such models, usually with local full attention, lack effective memory compression and retrieval for long-term generation beyond the window size, leading to issues of forgetting and spatiotemporal inconsistencies. To enhance the retention of historical information within a fixed memory budget, we introduce a recurrent neural network (RNN) into the diffusion transformer framework. Specifically, a diffusion model incorporating LSTM with attention achieves comparable performance to state-of-the-art RNN blocks, such as TTT and Mamba2. Moreover, existing diffusion-RNN approaches often suffer from performance degradation due to training-inference gap or the lack of overlap across windows. To address these limitations, we propose a novel Recurrent Autoregressive Diffusion (RAD) framework, which executes frame-wise autoregression for memory update and retrieval, consistently across training and inference time. Experiments on Memory Maze and Minecraft datasets demonstrate the superiority of RAD for long video generation, highlighting the efficiency of LSTM in sequence modeling.

📄 PDF Abstract BibTeX arXiv:2511.12940

Code (0)

등록된 구현이 없습니다.

Tasks

Video Generation

Similar Papers 제목 키워드 기반

VideoSSM: Autoregressive Long Video Generation with Hybrid State-Space Memory

2025-12-04 · Yifei Yu, Xiaoshan Wu, Xinting Hu, Tao Hu 외 arxiv

Autoregressive (AR) diffusion enables streaming, interactive long-video generation by producing frames causally, yet maintaining coherence over minute-scale horizons remains challenging due to accumulated errors, motion …

Video Generation

Attend Locally, Remember Linearly: Linear Attention as Cross-Frame Memory for Autoregressive Video Diffusion

2026-05-15 · Kunyang Li, Mubarak Shah, Yuzhang Shang arxiv

Autoregressive (AR) video diffusion is a powerful paradigm for streaming and interactive video generation. However, its reliance on softmax self-attention leads to quadratic compute complexity in sequence length and memo…

Video Generation

mGRADE: Minimal Recurrent Gating Meets Delay Convolutions for Lightweight Sequence Modeling

2025-07-02 · Tristan Torchet, Christian Metzner, Karthik Charan Raghunathan, Jimmy Weber 외 arxiv

Multi-timescale sequence modeling relies on capturing both local fast dynamics and global slow context; yet, maintaining these capabilities under the strict memory constraints common to edge devices remains an open chall…

Audio Classification

ACDC: Autoregressive Coherent Multimodal Generation using Diffusion Correction

2024-10-07 · Hyungjin Chung, Dohun Lee, Jong Chul Ye

Autoregressive models (ARMs) and diffusion models (DMs) represent two leading paradigms in generative modeling, each excelling in distinct areas: ARMs in global context modeling and long-sequence generation, and DMs in g…

multimodal generationStory GenerationVideo Generation

Relax Forcing: Relaxed KV-Memory for Consistent Long Video Generation

2026-03-22 · Zengqun Zhao, Yanzuo Lu, Ziquan Liu, Jifei Song 외 arxiv

Autoregressive video diffusion has recently emerged as a promising paradigm for long-video generation, enabling causal synthesis beyond the temporal limits of bidirectional models. Existing forcing-based training strateg…

Video Generation