让视频问答模型给出有视觉证据的精准答案
Evidence-Backed Video Question Answering

- 要求模型输出答案和时空证据,包括时间片段与物体分割掩码
- 构建16万条标注数据集,实现像素级视觉定位与推理结合
- 显著提升模型可解释性,适合需要可信视频理解的场景
当前视频大语言模型在问答任务中表现优异,但多为黑箱操作,仅提供文本答案而无可验证的视觉依据。现有可解释性方法依赖文本推理或稀疏边界框,难以捕捉遮挡、非刚性形变等复杂视频动态。本文提出证据支持的视频问答(E-VQA)新任务,要求模型联合输出语义答案与精确的时空证据:时间片段及密集追踪的物体分割掩码。为此,我们构建首个经过人工验证的基准数据集ST-Evidence,涵盖判别与生成型像素级定位。对主流模型评估发现,问答准确率与真实视觉感知之间存在显著脱节,单纯扩大规模无法弥合。为此,我们开发可扩展的自动化数据生成管道,创建包含16万条样本的ST-Evidence-Instruct数据集,将高层推理与细粒度视觉定位相结合。在该数据上微调的视觉语言模型相比同规模的UniPixel基线模型取得显著提升(例如70亿参数模型上t-mean提高27.2,J&F提高13.8),建立了可解释视频理解的新基准。代码与数据见https://github.com/SalesforceAIResearch/EVQA。
原文摘要 · Abstract (English)
Current Video Large Language Models (Video LLMs) excel in question answering (QA) but largely operate as black boxes, providing textual answers without verifiable visual grounding. Existing explainability efforts rely on textual rationales or sparse bounding boxes, which struggle to capture complex video dynamics such as occlusions and non-rigid deformations. We propose Evidence-Backed Video Question Answering (E-VQA), a novel task requiring models to jointly output a semantic answer and precise spatio-temporal evidence: temporal segments and dense, tracked object segmentation masklets. To support this, we introduce ST-Evidence, the first human-verified benchmark for both discriminative and generative pixel-level grounding. Evaluations of state-of-the-art models reveal a critical decoupling between QA accuracy and true visual perception that scaling alone fails to bridge. To address this, we develop scalable, automated generation pipelines to create ST-Evidence-Instruct, a 160k-scale dataset bridging high-level reasoning with fine-grained grounding. Fine-tuning grounded Video LLMs on this data yields substantial gains over the corresponding size-matched UniPixel baselines (e.g., +27.2 t-mean and +13.8 J&F on a 7B model), establishing a robust baseline for explainable, evidence-backed video understanding. Code and data are available at https://github.com/SalesforceAIResearch/EVQA.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。