为流式视频理解设计动态记忆库,提升信息保存效率。
Towards a Dynamic and Fixed-budget Memory Bank for Efficient Streaming Video Understanding

- 用在线语义基更新视觉记忆,减少冗余
- 12k token预算下压缩超20倍,仅占82MB存储
- 无需训练,适配主流多模态大模型
当前流式视频理解对多模态大语言模型仍是挑战,难点在于持续增加的视频帧、未来内容与指令的不可预测性。本文从构建动态但固定预算的记忆库出发,提出无需训练的CausalMem方法。该方法通过在线语义基估计视觉标记冗余,实现动态记忆更新,模拟人类大脑的信息保留机制。在LLaVA-OneVision和Qwen2.5-VL上验证,相比现有方法在流式与离线任务中分别提升3.2%和3.0%平均准确率。使用12k token预算可记忆时长一小时的视频,实现超过20倍的视觉标记压缩比,存储仅约82MB。代码已开源。
原文摘要 · Abstract (English)
Currently, streaming video understanding is still a daunting task for existing \emph{multimodal large language models} (MLLMs). Its difficulties not only lie in handling the ever-increasing video frames, but also in the unpredictability of future video content and input instructions. In this paper, we study this task from the perspective of constructing a dynamic but fixed-budget memory bank, and propose a novel and training-free approach termed \emph{\textbf{CausalMem}}. CausalMem is dedicated to constructing a dynamic visual memory update mechanism, thereby maximizing the amount of information in streaming video within a limited memory space, much like the human brain. In practice, CausalMem estimates the redundancy of visual tokens and updates the memory bank via an online semantic basis, which models the principal semantics of the observed video stream. To validate CausalMem, we apply it to two representative MLLMs, namely LLaVA-OneVision and Qwen2.5-VL respectively, and conduct extensive experiments on both streaming and offline video understanding benchmarks. The experimental results not only show the great advantages than existing methods under both streaming and offline settings, \emph{e.g.}, $+3.2\%$ and $+3.0\%$ average accuracy gains respectively, but also witness the superior semantic preservation for streaming videos, \emph{e.g.}, using 12$k$ token budgets to memorize hour-long streaming videos, which achieves more than \textbf{20$\times$} visual token compression ratio and only occupies about \textbf{82 MB} storage. \textbf{Our code} is given in \href{https://github.com/hktk07/CausalMem}{CausalMem}.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。