paper-with-me

Papers

LongLive-RAG: A General Retrieval-Augmented Framework for Long Video Generation

2026-06-01 · Qixin Hu, Shuai Yang, Wei Huang, Song Han, Yukang Chen arxiv

Autoregressive (AR) video diffusion enables variable-length synthesis, but long-horizon generation often suffers from accumulated errors and identity drift. For efficiency, existing methods commonly adopt sliding-window attention during generation. This creates an irreversible generation trajectory: once the active window accumulates appearance errors, subsequent generations can only condition on this degraded trajectory and drift further away. We address this limitation by formulating long video generation as a retrieval-augmented generation (RAG) problem. Rather than relying solely on the recent window, we treat previously generated latents as a dynamic, searchable history. We propose LongLive-RAG, a general retrieval framework for AR video generation. At each new block, LongLive-RAG uses a query embedding to retrieve relevant historical latents. This lightweight retrieval step adds only a small overhead relative to generation and lets the generator condition on non-local context instead of only the recent window. To make retrieval more discriminative, we introduce the Window Temporal Delta Loss that suppresses redundant local similarity and encourages embeddings to capture meaningful temporal changes. Together, these components help reduce error accumulation caused by sliding-window attention. Experiments across multiple AR backbones and generation lengths show improved long-video quality and the best average VBench-Long rank. To our knowledge, among open-ended AR long video generation methods, LongLive-RAG is the first to formulate self-generated latent history as content-addressable retrieval memory. Code is available at https://github.com/qixinhu11/LongLive-RAG.

📄 PDF Abstract BibTeX arXiv:2606.02553

Code (0)

등록된 구현이 없습니다.

Tasks

Video Generation

Similar Papers 제목 키워드 기반

LongLive: Real-time Interactive Long Video Generation

2025-09-26 · Shuai Yang, Wei Huang, Ruihang Chu, Yicheng Xiao 외 arxiv

We present LongLive, a frame-level autoregressive (AR) framework for real-time and interactive long video generation. Long video generation presents challenges in both efficiency and quality. Diffusion and Diffusion-Forc…

Video Generation

LongLive-2.0: An NVFP4 Parallel Infrastructure for Long Video Generation

2026-05-18 · Yukang Chen, Luozhou Wang, Wei Huang, Shuai Yang 외 arxiv

We present LongLive-2.0, an NVFP4-based parallel infrastructure throughout the full training and inference workflow of long video generation, addressing speed and memory bottlenecks. For training, we introduce sequence-p…

Video Generation

Controlled Retrieval-augmented Context Evaluation for Long-form RAG

2025-06-24 · Jia-Huei Ju, Suzan Verberne, Maarten de Rijke, Andrew Yates

Retrieval-augmented generation (RAG) enhances large language models by incorporating context retrieved from external knowledge sources. While the effectiveness of the retrieval module is typically evaluated with relevanc…

DiagnosticFormRAGRetrieval+1

Retrieval-Augmented Perception: High-Resolution Image Perception Meets Visual RAG

2025-03-03 · Wenbin Wang, Yongcheng Jing, Liang Ding, Yingjie Wang 외

High-resolution (HR) image perception remains a key challenge in multimodal large language models (MLLMs). To overcome the limitations of existing methods, this paper shifts away from prior dedicated heuristic approaches…

RAGRetrievalRetrieval-augmented Generation

EHR-RAG: Bridging Long-Horizon Structured Electronic Health Records and Large Language Models via Enhanced Retrieval-Augmented Generation

2026-01-29 · Lang Cao, Qingyu Chen, Yue Guo arxiv

Electronic Health Records (EHRs) provide rich longitudinal clinical evidence that is central to medical decision-making, motivating the use of retrieval-augmented generation (RAG) to ground large language model (LLM) pre…