PulseAugur
EN
LIVE 11:39:27

New RAD framework enhances long video generation with global memory and local attention

Researchers have introduced a new framework called Recurrent Autoregressive Diffusion (RAD) designed to improve long video generation. RAD integrates temporal recurrent neural network (RNN) layers, specifically LSTM, into diffusion transformer models to enhance memory compression and retrieval for extended video sequences. This approach addresses limitations in previous models that used sliding window attention, which struggled with long-term consistency due to forgetting and spatiotemporal inconsistencies. Experiments on the Memory Maze and Minecraft datasets showed RAD's effectiveness in generating long videos with global memory and local attention. AI

IMPACT This new framework could lead to more coherent and consistent long-form video generation, impacting fields like animation and content creation.

RANK_REASON This is a research paper detailing a new model architecture for video generation. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.CV →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New RAD framework enhances long video generation with global memory and local attention

COVERAGE [1]

  1. arXiv cs.CV TIER_1 English(EN) · Taiye Chen, Zihan Ding, Anjian Li, Christina Zhang, Zeqi Xiao, Yisen Wang, Chi Jin ·

    Recurrent Autoregressive Diffusion: Global Memory Meets Local Attention

    arXiv:2511.12940v2 Announce Type: replace Abstract: Recent advancements in video generation has shifted from bidirectional models for short videos to autoregressive ones for ultra long video generation. Previous models, which usually use sliding window attention to restrict infer…