动态构建视频语义层次结构,让大模型更高效理解长视频流。
VideoScaffold: Elastic-Scale Visual Hierarchies for Streaming Video Understanding in MLLMs
- 根据视频时长自适应调整事件粒度,保持视觉语义精度。
- 通过两级聚合实现从帧级到事件级的平滑推理,准确率超现有方法。
- 模块化设计,可直接接入现有图文大模型,适合实时视频分析场景。
利用多模态大语言模型(MLLMs)理解长视频仍面临帧间冗余高、时间连贯性要求严的挑战。现有静态策略如稀疏采样、帧压缩和聚类虽适用于离线场景,但在连续视频流中常导致碎片化或过度压缩。本文提出VideoScaffold,一种面向视频流理解的动态表示框架。其核心为弹性尺度事件分割(EES),基于预测引导动态优化事件边界;以及层次化事件整合(HEC),将语义相关片段逐步抽象为多层级表征。二者协同工作,使模型在视频流过程中自然实现从细粒度帧理解到高层事件推理的过渡。大量实验表明,该框架在离线与流式视频理解任务上均达到领先性能,且具备模块化、即插即用特性,可无缝扩展至现有图像型MLLMs。代码已开源:https://github.com/zheng980629/VideoScaffold。
原文摘要 · Abstract (English)
Understanding long videos with multimodal large language models (MLLMs) remains challenging due to the heavy redundancy across frames and the need for temporally coherent representations. Existing static strategies, such as sparse sampling, frame compression, and clustering, are optimized for offline settings and often produce fragmented or over-compressed outputs when applied to continuous video streams. We present VideoScaffold, a dynamic representation framework designed for streaming video understanding. It adaptively adjusts event granularity according to video duration while preserving fine-grained visual semantics. VideoScaffold introduces two key components: Elastic-Scale Event Segmentation (EES), which performs prediction-guided segmentation to dynamically refine event boundaries, and Hierarchical Event Consolidation (HEC), which progressively aggregates semantically related segments into multi-level abstractions. Working in concert, EES and HEC enable VideoScaffold to transition smoothly from fine-grained frame understanding to abstract event reasoning as the video stream unfolds. Extensive experiments across both offline and streaming video understanding benchmarks demonstrate that VideoScaffold achieves state-of-the-art performance. The framework is modular and plug-and-play, seamlessly extending existing image-based MLLMs to continuous video comprehension. The code is available at https://github.com/zheng980629/VideoScaffold.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。