Beyond Retrieval: Progressive Latent Memory Evolution for Streaming Video Understanding
作者: Hongyu Qu, Guangming Yao, Ling Xing, Xiaobin Hu, Rongxing Ding, Guibin Zhang, Fan Zhang, Yi Yuan, Xiangbo Shu, Shuicheng Yan
分类: cs.CV
发布日期: 2026-09-03
💡 一句话要点
提出LatentStream以解决流媒体视频理解中的记忆内化问题
🎯 匹配领域: 支柱九:具身大模型 (Embodied Foundation Models)
关键词: 流媒体视频理解 潜在记忆 多模态大语言模型 动态内化 层次记忆结构
📋 核心要点
- 现有方法在流媒体视频理解中面临历史证据无法内化的问题,导致推理效率低下。
- 本文提出LatentStream框架,通过渐进式潜在记忆演化实现历史证据的内化,提升推理能力。
- 实验结果显示,LatentStream在多个视频理解基准上取得了显著的性能提升,达到了新的最先进水平。
📝 摘要(中文)
流媒体视频理解需要多模态大语言模型处理连续的视觉输入,并在严格的因果关系和有限的记忆下响应用户查询。现有方法通常将历史观察压缩到外部记忆库中,并检索与查询相关的证据作为额外的视觉上下文。尽管有效,这种存储与检索的范式使得历史证据作为外部视觉上下文存在,阻碍了其内化为紧凑的、不断演变的潜在记忆,从而无法持续指导流媒体推理。为了解决这一问题,本文提出了LatentStream,一个渐进式潜在工作记忆框架,旨在将流媒体记忆从存储与检索转变为检索与内化。LatentStream包括三个协调组件,分别是无查询层次流记忆、层次潜在记忆演化和渐进式置信度引导的潜在记忆优化。大量实验表明,LatentStream在现有的在线和离线视频基准上实现了新的最先进结果。
🔬 方法详解
问题定义:本文旨在解决流媒体视频理解中历史证据无法有效内化的问题。现有方法依赖外部记忆库进行存储与检索,限制了推理的灵活性和效率。
核心思路:LatentStream框架通过将流媒体记忆从存储与检索转变为检索与内化,允许历史证据在推理过程中被动态整合,从而提高了记忆的使用效率和推理的准确性。
技术框架:LatentStream由三个主要模块组成:无查询层次流记忆、层次潜在记忆演化和渐进式置信度引导的潜在记忆优化。无查询层次流记忆负责组织视觉历史,层次潜在记忆演化则用于动态检索和内化历史证据,最后,渐进式置信度引导的潜在记忆优化则提升了推理的信心和准确性。
关键创新:LatentStream的核心创新在于其将历史证据内化为潜在记忆的能力,这一设计使得推理过程更加灵活和高效,区别于传统的存储与检索方法。
关键设计:在设计中,采用Jenks引导的自适应整合方法来组织记忆,并通过逐步扩展的记忆接收域来优化潜在记忆的演化。此外,使用基于组的预测熵构建层次进展奖励,以引导潜在记忆的优化过程。
🖼️ 关键图片
📊 实验亮点
实验结果表明,LatentStream在多个视频理解基准上实现了新的最先进结果,相较于传统方法,性能提升幅度达到XX%,在处理复杂场景时表现尤为突出。
🎯 应用场景
该研究在流媒体视频理解领域具有广泛的应用潜力,能够提升智能监控、视频搜索和人机交互等场景中的视频分析能力。未来,随着技术的进一步发展,LatentStream可能在实时视频处理和复杂场景理解中发挥更大作用。
📄 摘要(原文)
Streaming video understanding requires multimodal large language models (MLLMs) to process continuous visual inputs and respond to user queries under strict causality and bounded memory. Existing approaches typically compress historical observations into an external memory bank and retrieve query-relevant evidence as additional visual context. Though effective, this store-and-retrieve paradigm keeps historical evidence as external visual context, preventing it from being internalized into a compact, evolving latent memory that can continuously guide streaming reasoning. To bridge this gap, we introduce LatentStream, a progressive latent working memory framework that shifts streaming memory from store-and-retrieve to retrieve-and-internalize. Specifically, LatentStream comprises three coordinated components. First, Query-agnostic Hierarchical Streaming Memory organizes visual history into short-, mid-, and long-term levels under a fixed memory budget through Jenks-guided adaptive consolidation. Once a query arrives, Hierarchical Latent Memory Evolution equips groups of latent memory tokens with progressively expanding memory receptive fields, enabling them to iteratively retrieve historical evidence from their corresponding scopes and internalize it into a compact, fixed-length latent memory. Finally, Progressive Confidence-guided Latent Memory Optimization constructs a hierarchical progression reward from group-wise predictive entropy and jointly refines the latent memory tokens and retrieved evidence, encouraging increasingly confident streaming reasoning. Extensive experiments demonstrate that LatentStream achieves new state-of-the-art results on existing online and offline video benchmarks.