提出分阶段筛选视频证据的方法,显著降低流式视频理解延迟。
CoFiE: Coarse-to-Fine Evidence Selection for Efficient Streaming Video Understanding

- 先粗筛再精选:编码前用视觉独特性筛选候选帧,编码后按问题匹配优化选择。
- 在StreamingBench上达78.86%准确率,比之前方法最高提升3.15%。
- 可过滤80%视频帧,推理速度提升2.54倍,适合低延迟视频应用。
流式视频理解要求视觉语言模型在严格延迟约束下处理持续增长的视频流并回答用户问题。现有方法通过删减令牌和内存池机制提升效率,但主要在视觉编码后减少视觉令牌,导致昂贵的帧编码成本已发生,下游删减无法显著降低端到端延迟。本文提出CoFiE框架,将证据选择解耦为编码前的粗筛(与查询无关)和编码中细选(与查询相关)两个阶段。CoFiE引入新颖性引导帧筛选以保留视觉差异明显的候选帧,并采用查询相关证据精炼策略选择最符合用户问题的帧。该设计在帧编码前去除大量冗余,同时保留编码后的语义相关性优化能力。实验表明,CoFiE在多个视频理解基准上建立新的精度-效率权衡,于StreamingBench达到78.86%准确率,在OvO-Bench达68.72%,相较先前方法最高提升3.15%。即使过滤高达80%的证据帧,仍优于强开源多模态模型,且端到端推理延迟最高提升2.54倍。
原文摘要 · Abstract (English)
Streaming video understanding requires Vision Language Models (VLLMs) to process growing video streams and answer user questions under tight latency constraints. Existing methods improve efficiency through token pruning and memory-bank schemes, but mainly reduce visual tokens after visual encoding. Consequently, downstream token pruning alone cannot substantially reduce end-to-end latency because the expensive frame encoding cost has already been incurred. We propose CoFiE, a Coarse-to-Fine Evidence Selection framework that decouples evidence selection into a coarse, query-agnostic filtering stage before the vision encoder and a fine, query-specific refinement stage during LLM prefill. CoFiE introduces Novelty-Guided Frame Filtering to retain visually distinctive candidate frames and Query-Specific Evidence Refinement to select the frames most relevant to the user query. This design removes substantial redundancy before frame encoding while preserving query-specific refinement once semantic information becomes available. Experiments show that CoFiE establishes a new state-of-the-art accuracy-efficiency trade-off across multiple video understanding benchmarks, reaching 78.86% accuracy on StreamingBench and 68.72% on OvO-Bench, with improvements of up to 3.15% over prior methods. Even with up to 80% evidence-frame filtering, CoFiE outperforms strong open-source multimodal models while improving end-to-end inference latency by up to 2.54 times.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。