论文精选73°

视频语言模型后训练用于错误检测

Post-Training VLMs for Video Mistake Detection

精选理由

FedeSpu团队发布了首个视频语言模型后训练技术,能检测视频中的执行错误,对未见任务效果提升11.6%。

AI 摘要

研究人员提出MD-VQA协议和基准,用于检测视频中执行步骤的错误。该方法使用定制奖励函数,鼓励模型识别指令与视频之间的差异。在EP-VQA基准上,该方法比最佳基线模型提升11.6%,特别适用于未见过的程序。

原文 · arXiv cs.LG

Post-Training VLMs for Video Mistake Detection

Human mistakes are inevitable when following instructions, yet they can lead to severe consequences. As such, there has been an increased interest in developing methods for detecting mistakes in videos, with current methods mostly focusing on closed-set protocols. While successful in controlled settings, the closed-set assumption limits their wider applicability, as any changes to the task require collecting new data and re-training models. Instead, we argue that mistake detection methods should learn the general concept of a mistake, rather than overfitting to step-specific details. To reflect this, we introduce the Mistake Detection Video Question Answering (MD-VQA) protocol and accompanying benchmark. MD-VQA tests whether methods can discern if a step was executed correctly with respect to its description, for both seen and unseen actions. To address this important challenge, we propose the first video-language-model post-training technique for mistake detection. Our method uses a tailored reward function to encourage the model to identify discrepancies between an instruction and the corresponding video. Extensive evaluations demonstrate that this approach outperforms zero-shot, supervised fine-tuning, and post-training baselines. Notably, our method generalizes especially well to unseen procedures, for instance, with an improvement of up to 11.6% over the best-performing baseline on EP-VQA, paving the way toward general mistake detection. We release our code and benchmark at https://github.com/FedeSpu/mstk.