arXiv:2512.11433cs.AIcs.CV2025-12被引 1

解释性模型评估中,基线选择会偏袒特定方法,影响结果可信度。

Back to the Baseline: Examining Baseline Effects on Explainability Metrics

  • 提出双准则基线:去除信息且不产生异常图像
  • 实验发现现有基线无法同时满足两准则,存在取舍矛盾
  • 设计新型依赖模型的基线,平衡信息移除与分布一致性

归因方法是可解释人工智能中主流技术,通常通过插入和删除等保真度指标进行评估。这些指标依赖基线函数来修改输入图像中归因图认为最重要的像素。本文揭示一个关键问题:基线选择会天然偏袒某些归因方法。更严重的是,即使使用常见基线的简单线性模型,其自身也会因设计缺陷导致最优方法不一致。因此,应如何选择基线?我们提出从两个理想属性出发研究该问题:(i) 基线能有效去除信息;(ii) 不生成过度分布外(OOD)的图像。实验表明,当前测试的基线均无法同时满足这两点,存在信息移除与分布合理性之间的权衡。最后,我们利用近期特征可视化研究成果,提出一种新型模型相关基线,可在去除信息的同时避免产生过度分布外图像,优于现有基线。代码已公开于https://github.com/deel-ai-papers/Back-to-the-Baseline。

原文摘要 · Abstract (English)

Attribution methods are among the most prevalent techniques in Explainable Artificial Intelligence (XAI) and are usually evaluated and compared using Fidelity metrics, with Insertion and Deletion being the most popular. These metrics rely on a baseline function to alter the pixels of the input image that the attribution map deems most important. In this work, we highlight a critical problem with these metrics: the choice of a given baseline will inevitably favour certain attribution methods over others. More concerningly, even a simple linear model with commonly used baselines contradicts itself by designating different optimal methods. A question then arises: which baseline should we use? We propose to study this problem through two desirable properties of a baseline: (i) that it removes information and (ii) that it does not produce overly out-of-distribution (OOD) images. We first show that none of the tested baselines satisfy both criteria, and there appears to be a trade-off among current baselines: either they remove information or they produce a sequence of OOD images. Finally, we introduce a novel baseline by leveraging recent work in feature visualisation to artificially produce a model-dependent baseline that removes information without being overly OOD, thus improving on the trade-off when compared to other existing baselines. Our code is available at https://github.com/deel-ai-papers/Back-to-the-Baseline

可解释AI归因方法评估基准基线设计

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