通过检测语义边界,用小波分析选帧,提升长视频理解效果
Wavelet-based Frame Selection by Detecting Semantic Boundary for Long Video Understanding
- 用小波变换滤除相似度信号噪声,提取语义突变点作为分段边界
- 在多个数据集上提升LVLM性能,最高增益达9.5%(MLVU)
- 无需训练,适合需要高效处理长视频的场景
长视频理解中,帧冗余高且上下文窗口有限,帧选择至关重要。现有方法多基于查询相关性选帧,导致选帧碎片化,忽略视频叙事结构。本文提出无训练的WFS-SB框架,从新视角出发:有效理解依赖于捕捉语义跃迁——叙事变化的关键时刻。直接检测查询-帧相似度信号中的突变不可靠,因模型不确定性与瞬时视觉变化引入高频噪声。为此,我们采用小波变换,在时空域实现多尺度分析,将噪声信号分解后,从最粗尺度提取纯净的语义变化信号,并以局部极值作为语义边界,将视频分段为连贯片段。在此基础上,采用两阶段策略:首先基于综合重要性评分自适应分配每段帧预算;其次在每段内使用最大边际相关性(MMR)选择多样且相关的帧。大量实验表明,WFS-SB显著提升LVLM性能,如在VideoMME上准确率提升5.5%,在MLVU上提升9.5%,在LongVideoBench上提升6.2%,持续优于现有最优方法。代码已开源。
原文摘要 · Abstract (English)
Frame selection is crucial due to high frame redundancy and limited context windows when applying Large Vision-Language Models (LVLMs) to long videos. Current methods typically select frames with high relevance to a given query, resulting in a disjointed set of frames that disregard the narrative structure of video. In this paper, we introduce Wavelet-based Frame Selection by Detecting Semantic Boundary (WFS-SB), a training-free framework that presents a new perspective: effective video understanding hinges not only on high relevance but, more importantly, on capturing semantic shifts - pivotal moments of narrative change that are essential to comprehending the holistic storyline of video. However, direct detection of abrupt changes in the query-frame similarity signal is often unreliable due to high-frequency noise arising from model uncertainty and transient visual variations. To address this, we leverage the wavelet transform, which provides an ideal solution through its multi-resolution analysis in both time and frequency domains. By applying this transform, we decompose the noisy signal into multiple scales and extract a clean semantic change signal from the coarsest scale. We identify the local extrema of this signal as semantic boundaries, which segment the video into coherent clips. Building on this, WFS-SB comprises a two-stage strategy: first, adaptively allocating a frame budget to each clip based on a composite importance score; and second, within each clip, employing the Maximal Marginal Relevance approach to select a diverse yet relevant set of frames. Extensive experiments show that WFS-SB significantly boosts LVLM performance, e.g., improving accuracy by 5.5% on VideoMME, 9.5% on MLVU, and 6.2% on LongVideoBench, consistently outperforming state-of-the-art methods. Our code is available at https://github.com/MAC-AutoML/WFS-SB.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。