AI Pulse
📄 论文解读

AI终于能告诉你视频里的关键片段在哪

现在的AI能描述视频里发生了什么,但很少能指出关键证据发生在哪一秒。这篇让AI像人一样,能在一段视频里找出所有相关的时间区间——不管视频多长、问题多怪、视角怎么变。研究者做了三件事:造了一个更可靠的训练数据集(用AI自己生成候选片段再交叉验证),设计了一个新的奖励函数(把时间区间当成分布来比较,避免传统方法对重叠不敏感的问题),最终让一个20亿参数的模型在所有7个测试集上碾压同尺寸模型,80亿参数版本甚至超过了3970亿参数的开源模型。它不是你明天就能用的产品,但这是视频理解从“看懂”到“定位”的关键一步。

📄 原文摘要(英文)

Video multimodal large language models (MLLMs) can describe what happens in a video, but rarely identify when the supporting evidence occurs. We study generalist video temporal grounding, in which one model predicts a variable-cardinality set of evidence intervals across video lengths, domains, query forms, and viewpoints. Existing training strategies are misaligned with this set-valued task: long-video labels often rely on brittle one-pass annotation, while reinforcement-learning rewards either fail to distinguish non-overlapping predictions or require fragile segment matching. TimeLens2 treats temporal evidence as an interval set throughout supervision and optimization. TimeLens2-93K constructs reliable multi-span supervision through caption-derived proposals, independent localization, cross-agent consensus, semantic verification, and boundary refinement. Our temporal Wasserstein reward computes exact one-dimensional \(W_1\) between uniform distributions over merged interval supports, providing dense, matching-free feedback under unequal cardinalities and equivalent fragmentation; temporal IoU complements it with precise-overlap feedback. Across seven benchmarks, TimeLens2-2B outperforms all size-matched baselines on every benchmark, while the 4B and 8B variants achieve state-of-the-art performance, surpassing open-source models with up to 397B parameters. The 2B, 4B, and 8B variants improve over their Qwen3-VL backbones by 14.2, 13.0, and 18.1 mIoU points, respectively.

arXiv 原文

订阅 AI Pulse

每天 08:00 · 12:30 · 18:30 · 23:50 更新