发现视觉语言模型在时间理解中的静态特征误判根源
TRoVe: Discovering Error-Inducing Static Feature Biases in Temporal Vision-Language Models
- 自动识别模型依赖的静态特征偏差
- 比基线方法误差识别准确率提升28.6%
- 适用于模型调试与性能优化场景
视觉语言模型(VLMs)在处理时间理解任务时表现优异,但近期研究发现,其预测可能依赖背景或物体等静态特征,而非动态视觉变化。这类静态特征偏差会引发系统性错误,影响实际部署效果。本文提出TRoVe,一种自动化发现时间性VLM中导致错误的静态特征偏差的方法。给定训练好的模型和带标注的验证数据集,TRoVe从数据中提取候选静态特征,并通过两个指标评估:特征对分类错误的影响程度,以及模型在预测中对该特征的依赖程度。为量化评估,构建包含101个训练好的时间性VLM及其真实偏差标注的评估框架。实验表明,TRoVe在识别错误诱导偏差上表现优异,较最接近的基线提升28.6%。进一步应用于7个现成VLM和2个时间理解任务,发现了此前未知的静态特征偏差,并证明了解这些偏差有助于测试阶段提升模型性能。代码已开源。
原文摘要 · Abstract (English)
Vision-language models (VLMs) have made great strides in addressing temporal understanding tasks, which involve characterizing visual changes across a sequence of images. However, recent works have suggested that when making predictions, VLMs may rely on static feature biases, such as background or object features, rather than dynamic visual changes. Static feature biases are a type of shortcut and can contribute to systematic prediction errors on downstream tasks; as a result, identifying and characterizing error-inducing static feature biases is critical prior to real-world model deployment. In this work, we introduce TRoVe, an automated approach for discovering error-inducing static feature biases learned by temporal VLMs. Given a trained VLM and an annotated validation dataset associated with a downstream classification task, TRoVe extracts candidate static features from the dataset and scores each feature by (i) the effect of the feature on classification errors as well as (ii) the extent to which the VLM relies on the feature when making predictions. In order to quantitatively evaluate TRoVe, we introduce an evaluation framework consisting of 101 trained temporal VLMs paired with ground-truth annotations for learned static feature biases. We use this framework to demonstrate that TRoVe can accurately identify error-inducing static feature biases in VLMs, achieving a 28.6% improvement over the closest baseline. Finally, we apply TRoVe to 7 off-the-shelf VLMs and 2 temporal understanding tasks, surfacing previously-unknown static feature biases and demonstrating that knowledge of learned biases can aid in improving model performance at test time. Our code is available at https://github.com/Stanford-AIMI/TRoVe.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。