arXiv:2512.12246cs.CV2025-12

用LLM直接输出帧级分割序列,实现高效视频关键片段检测

Moment and Highlight Detection via MLLM Frame Segmentation

  • 将语言模型输出转为0/1帧标记序列,实现端到端帧级预测
  • 仅用25帧即达56.74 HIT@1(QVHighlights),优于多数方法
  • 适合需要高精度视频摘要与定位的开发者和研究者

通过Transformer的方法统一了自然语言查询下的视频片段与亮点检测。现有工作利用生成式多模态大模型(MLLM)以文本时间戳形式预测片段和亮点,虽有效但无法提供帧级梯度,因模型仅输出语言标记。尽管近期强化学习尝试解决此问题,本文提出新方法:直接在大模型输出标记上应用分割目标。模型接收固定数量帧与提示,输出每帧对应的连续“0”或“1”字符序列,分别代表背景与前景概率。训练时结合分割损失与标准因果语言模型损失;推理时使用束搜索生成序列和逻辑值,分别作为片段位置与显著性分数。仅采样25帧(低于同类方法一半),在QVHighlights数据集上取得56.74 HIT@1的亮点检测性能,并在片段检索上超过基线35.28 MAP。实验证明,即使因果语言模型损失趋于平稳,分割损失仍提供稳定互补学习信号。

原文摘要 · Abstract (English)

Detecting video moments and highlights from natural-language queries have been unified by transformer-based methods. Other works use generative Multimodal LLM (MLLM) to predict moments and/or highlights as text timestamps, utilizing its reasoning capability. While effective, text-based generation cannot provide direct gradients for frame-level predictions because the model only emits language tokens. Although recent Reinforcement Learning (RL) methods attempt to address the issue, we propose a novel approach by applying segmentation objectives directly on the LLM's output tokens. The LLM is fed with a fixed number of frames alongside a prompt that enforces it to output a sequence of continuous "0" and/or "1" characters, with one character per frame. The "0"/"1" characters benefit from the LLM's inherent language capability while also acting as background and foreground probabilities, respectively. Training employs segmentation losses on the probabilities alongside a normal causal LM loss. At inference, beam search generates sequence and logits, acting as moments and saliency scores, respectively. Despite sampling only 25 frames -- less than half of comparable methods -- our method achieved strong highlight detection (56.74 HIT@1) on QVHighlights. Additionally, our efficient method scores above the baseline (35.28 MAP) for moment retrieval. Empirically, segmentation losses provide a stable complementary learning signal even when the causal LM loss plateaus.

视频理解多模态分割大模型

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。