PulseAugur
实时 19:56:51

FadeMem 通过管理历史数据改进视频生成

研究人员推出了一种用于自回归视频生成模型的新型记忆巩固技术 FadeMem。该方法解决了分段生成视频的模型中不断增长的历史 KV 缓存大小问题。FadeMem 将历史数据组织成时间层次结构,保留近期片段的精细细节,同时将旧信息整合为更紧凑的、用于场景结构和身份的长程锚点。 AI

影响 通过优化内存使用并提高时间连贯性和主体一致性来增强视频生成模型。

排序理由 该集群包含一篇详细介绍视频生成新方法的论文。

在 arXiv cs.CV 阅读 →

AI 生成摘要 · Google Gemini · 来自 3 个来源。 我们如何撰写摘要 →

报道来源 [3]

  1. Hugging Face Daily Papers TIER_1 English(EN) ·

    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 by preserving recent context and long-range anchors under fixed cache constraints.

  2. arXiv cs.CV TIER_1 English(EN) · Yu Lu, Junjie Yang, Piotr Koniusz, YuXin Song, Yi Yang ·

    FadeMem: Distance-Aware Memory Consolidation for Autoregressive Video Diffusion

    arXiv:2606.10671v1 Announce Type: new Abstract: Autoregressive video generators synthesize long videos by generating successive temporal segments, but their historical KV cache grows with video length. Existing bounded-cache methods reduce this cost with local windows, sink token…

  3. arXiv cs.CV TIER_1 English(EN) · Yi Yang ·

    FadeMem: Distance-Aware Memory Consolidation for Autoregressive Video Diffusion

    Autoregressive video generators synthesize long videos by generating successive temporal segments, but their historical KV cache grows with video length. Existing bounded-cache methods reduce this cost with local windows, sink tokens, or compressed memory states, yet they usually…