提出T*框架,用空间搜索思路解决长视频时间定位难题
T*: Re-thinking Temporal Search for Long-Form Video Understanding
- 将长视频定位转化为在海量帧中找关键帧的‘找针’问题
- 在480小时数据集上,现有方法仅达2.1%准确率,差距显著
- T*通过自适应缩放机制,让模型用更少帧提升性能
高效理解长视频仍是计算机视觉的重大挑战。本文重新思考长视频理解中的时间搜索范式,指出当前最先进(SOTA)长上下文视觉语言模型(VLMs)存在根本性问题。贡献有二:首先,我们将时间搜索建模为‘长视频草堆’问题——从数万帧中基于特定查询找出最少数量的相关帧(如1至5帧)。在此基础上,我们构建了首个数据集LV-Haystack,包含480小时视频与15,092个经人工标注的训练与评估样本,旨在提升时间搜索的质量与效率。在该数据集上的结果显示,当前SOTA搜索方法在Longvideobench子集上仅达到2.1%的时间F1分数,揭示出显著的研究差距。其次,受图像视觉搜索启发,我们提出轻量级时间搜索框架T*,将高成本的时间搜索重构为空间搜索。T*利用图像中常见的强大定位技术,并引入跨时空维度的自适应缩放机制。大量实验表明,将T*集成到现有方法中可显著提升长视频理解性能:在32帧推理预算下,其使GPT-4o在Longvideobench XL子集上的表现从50.5%提升至53.1%,使LLaVA-OneVision-OV-72B从56.5%提升至62.4%。代码、基准和模型已在附录中提供。
原文摘要 · Abstract (English)
Efficiently understanding long-form videos remains a significant challenge in computer vision. In this work, we revisit temporal search paradigms for long-form video understanding and address a fundamental issue pertaining to all state-of-the-art (SOTA) long-context vision-language models (VLMs). Our contributions are twofold: First, we frame temporal search as a Long Video Haystack problem: finding a minimal set of relevant frames (e.g., one to five) from tens of thousands based on specific queries. Upon this formulation, we introduce LV-Haystack, the first dataset with 480 hours of videos, 15,092 human-annotated instances for both training and evaluation aiming to improve temporal search quality and efficiency. Results on LV-Haystack highlight a significant research gap in temporal search capabilities, with current SOTA search methods only achieving 2.1% temporal F1 score on the Longvideobench subset. Next, inspired by visual search in images, we propose a lightweight temporal search framework, T* that reframes costly temporal search as spatial search. T* leverages powerful visual localization techniques commonly used in images and introduces an adaptive zooming-in mechanism that operates across both temporal and spatial dimensions. Extensive experiments show that integrating T* with existing methods significantly improves SOTA long-form video understanding. Under an inference budget of 32 frames, T* improves GPT-4o's performance from 50.5% to 53.1% and LLaVA-OneVision-OV-72B's performance from 56.5% to 62.4% on the Longvideobench XL subset. Our code, benchmark, and models are provided in the Supplementary material.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。