Skip to main content
QUICK REVIEW

[论文解读] NormLime: A New Feature Importance Metric for Explaining Deep Neural Networks

Isaac Ahern, Adam Noack|arXiv (Cornell University)|Sep 10, 2019
Explainable Artificial Intelligence (XAI)参考文献 26被引用 37
一句话总结

NormLIME 引入了对局部 LIME 解释的归一化聚合,以为深度网络生成全局和类别特异的特征重要性,显示出强烈的人类偏好和忠实的特征排序。

ABSTRACT

The problem of explaining deep learning models, and model predictions generally, has attracted intensive interest recently. Many successful approaches forgo global approximations in order to provide more faithful local interpretations of the model's behavior. LIME develops multiple interpretable models, each approximating a large neural network on a small region of the data manifold and SP-LIME aggregates the local models to form a global interpretation. Extending this line of research, we propose a simple yet effective method, NormLIME for aggregating local models into global and class-specific interpretations. A human user study strongly favored class-specific interpretations created by NormLIME to other feature importance metrics. Numerical experiments confirm that NormLIME is effective at recognizing important features.

研究动机与目标

  • 提供一种度量,用于将局部解释聚合为深度神经网络的全局和类别特异解释。
  • 使用归一化方案扩展 LIME/SP-LIME,以在多层次粒度上提升可解释性。
  • 通过人类研究和 KAR 样式评估证明 NormLIME 能产生准确且易于理解的解释。

提出的方法

  • 像在 LIME 中那样,使用稀疏线性模型在数据点周围建立局部解释。
  • 通过基于归一化的加权方案将局部解释聚合为全局特征重要性(Equations 3–5)。
  • 按类别标签对局部解释进行划分,以获得类别特异性的显著性(Equations 7–9)。
  • 在 MNIST 的人类研究中,将 NormLIME 与基线方法(LIME、SmoothGrad、VarGrad)进行比较。
  • 在原始像素和卷积特征上,使用 Keep-and-Retrain (KAR) 风格的实验评估解释。
  • 讨论与现有全局解释方法(SP-LIME、L2 与 L1 归一化)的理论关系。

实验结果

研究问题

  • RQ1NormLIME 能否产生与人类直觉一致的全局和类别特异解释?
  • RQ2在人工评估中,NormLIME 是否优于基线特征重要性方法?
  • RQ3如 KAR 风格评估所示,NormLIME 的解释是否对模型性能关键特征有忠实指示?
  • RQ4归一化在多类别设置下对类别特异显著性质量有何影响?

主要发现

  • 在 MNIST 的人类研究中,NormLIME 获得 939 票,LIME 获得 438 票,VarGrad 151 票,SmoothGrad 132 票。
  • 参与者偏好 NormLIME 的类别特异解释多于基线,统计显著(Tukey HSD 中 p<0.001)。
  • NormLIME 在 KAR 风格评估中超过其他方法,尤其是在卷积特征上,当移除 70% 的特征时达到 99.31% 的准确率,表现最好。
  • NormLIME 解释表明,归一化有助于揭示重要像素之间的差异,提升类别层面解释的可读性。
  • 在各项评估中,基于梯度的方法落后于像 SHAP、LIME 和 NormLIME 这样的局部模型加法方法,且 NormLIME 在类别特异可解释性方面表现突出。

更好的研究,从现在开始

从阅读论文到最终审阅,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。