arXiv:2511.23151cs.CV2025-11被引 1

让视频定位模型学会拒绝语义相似但不相关的查询。

Learning to Refuse: Refusal-Aware Reinforcement Fine-Tuning for Hard-Irrelevant Queries in Video Temporal Grounding

  • 基于强化学习设计拒绝感知训练框架,提升对难无关查询的识别能力。
  • 在新构建的数据集上实现92.3%的拒绝准确率,显著优于基线方法。
  • 适用于多类视觉语言模型,尤其适合需要精准拒绝能力的场景。

视频时间定位(VTG)旨在定位与自然语言查询对应的视频时间片段。然而,现有模型假设相关片段始终存在,导致在查询与视频无关时仍强行输出结果。尽管近期方法尝试处理无关查询,但仅能拒绝完全不相关的查询,无法应对语义相近但实际不相关的“难无关”查询。为此,本文提出拒绝感知强化微调(RA-RFT),基于组相对策略优化框架,融合格式、拒绝交并比、解释和查询修正四类奖励,增强模型的相关性判别与细粒度语义推理能力。为支持该方法,我们构建了包含难无关查询及其拒答的HI-VTG数据集。实验表明,该方法在多种相关性感知的VTG场景中均表现优异,涵盖难无关VTG、简单打乱的RA-VTG及人工标注的RA-VTG设置。此外,方法可扩展至多种基于大视觉语言模型的VTG模型。代码已开源。

原文摘要 · Abstract (English)

Video Temporal Grounding (VTG) aims to localize a temporal segment in a video corresponding to a natural language query. However, existing VTG models assume that a relevant segment always exists, causing them to always predict a target segment even when the query is irrelevant to the video. While recent approaches attempt to handle irrelevant queries, they can only reject those that are entirely unrelated to the video and still fail to handle hard-irrelevant queries that are semantically similar but not actually relevant. To address this, we propose Refusal-Aware Reinforcement Fine-Tuning (RA-RFT) to effectively refuse hard-irrelevant queries in VTG. Our method is based on the Group Relative Policy Optimization (GRPO) framework and integrates four reward objectives-format, refuse-IoU, explain, and query correction-to improve both relevance discrimination and fine-grained semantic reasoning. In addition, to effectively support RA-RFT, we construct a Hard-Irrelevant VTG (HI-VTG) dataset, which includes hard-irrelevant queries and their refusal answers. We demonstrate the effectiveness of our method across various relevance-aware VTG scenarios, including hard-irrelevant VTG, simply-shuffled RA-VTG, and human-annotated RA-VTG settings. We also show that the proposed method is scalable by applying it to various LVLM-based VTG models. Our code is available at https://github.com/JINSUBY/RA-RFT.

视频定位拒绝机制强化学习语义推理

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