论文精选

论文提出新方法评估机器学习模型解释方法

Evaluating Explanation Methods by the Predictors They Induce

精选理由

这篇论文提出了一个很棒的新思路,通过将解释转化为预测器来评估解释质量,而不是用那些难以比较的指标。作者测试了多种解释方法,结果很有意思,比如在特征相关时SHAP表现更好。

这篇论文提出了一种新方法来评估机器学习模型的解释方法。该方法通过将解释转化为预测器,并测量该预测器在未见数据上复现原始模型预测的能力来评估解释质量。研究在13个真实数据集和9个合成设计上,对部分依赖图(PDP)、累积局部影响(ALE)、SHAP和LIME等方法进行了测试。研究发现,解释方法的表现取决于特征之间的依赖关系,在特征独立时,SHAP略逊于PDP,而在特征相关时,SHAP表现更好。

原文 · arXiv cs.LG

Evaluating Explanation Methods by the Predictors They Induce

Explanations of machine learning models are usually judged by criteria that are hard to compare. We propose a simpler test: if an explanation really describes how a model uses its features, it should be possible to rebuild the model's predictions from it. We turn each explanation into a predictor by reading each feature's effect and adding them up, and measure how well that predictor reproduces the model on unseen data. Nothing is fitted, so the score reflects the explanation itself. The test applies to any explanation that can be written as a function of the features; we demonstrate it on partial dependence plots (PDP), accumulated local effects (ALE), SHAP and LIME. We prove that summing partial dependence curves gives the best possible additive summary of a model when its features are independent, and that this fails when they are dependent. Across 13 real datasets and 9 synthetic designs and four model families, which method scores best depends entirely on feature dependence: where features are independent SHAP is slightly worse than PDP, exactly as the theory predicts; on dependent real data SHAP leads. Some widely used quality metrics even prefer a damaged explanation to an intact one.