Research Papers 论文研究 4h ago Updated 32m ago 更新于 32分钟前 45

A Formal Methodological Framework for Auditing Robustness and Fidelity in Explainable AI: From Application to Trust Certification 可解释AI鲁棒性与保真度审计的形式化方法框架:从应用到信任认证

SHAP and LIME explanations can vary substantially under small input perturbations, raising fundamental trust concerns The authors propose an auditing protocol combining robustness (stability under noise) and fidelity (whether explained features actually drive predictions) into a single Trust Score Models achieving AUC above 0.99 can produce numerically degenerate or uninformative explanations, revealing a dangerous gap between predictive performance and explainability quality Fidelity scores los 提出XAI审计协议,通过鲁棒性(输入扰动下的解释稳定性)和保真度(特征重要性是否真实驱动预测)两个维度评估SHAP/LIME等解释器的可靠性 在马达加斯加多部门数据集(83特征、253记录、4类营养不良)上验证,使用3个分类器和2个解释器及其正则化版本 发现高AUC(>0.99)模型可能产生数值退化或完全无信息的解释,过拟合时保真度分数丧失判别能力 将鲁棒性与保真度整合为单一Trust Score,用于量化解释可信度 强调在敏感决策领域,XAI输出审计是必要环节而非可选步骤

55
Hot 热度
75
Quality 质量
65
Impact 影响力

Analysis 深度分析

TL;DR

  • SHAP and LIME explanations can vary substantially under small input perturbations, raising fundamental trust concerns
  • The authors propose an auditing protocol combining robustness (stability under noise) and fidelity (whether explained features actually drive predictions) into a single Trust Score
  • Models achieving AUC above 0.99 can produce numerically degenerate or uninformative explanations, revealing a dangerous gap between predictive performance and explainability quality
  • Fidelity scores lose discriminative power when models are overfitted, undermining the reliability of post-hoc explanations in high-stakes settings
  • Auditing XAI outputs is presented as a necessity rather than an optional practice, especially for sensitive domain applications like food security and health

Why It Matters

This work directly challenges the assumption that high predictive accuracy guarantees trustworthy explanations, a concern increasingly relevant as XAI tools become standard in regulated industries. For AI practitioners deploying models in healthcare, food security, or other sensitive domains, the findings serve as a critical warning that explanation quality must be independently validated rather than assumed from model performance metrics alone.

Technical Details

  • The framework introduces a dual-metric auditing protocol measuring robustness (explanation stability under input perturbation) and fidelity (whether features flagged as important by the explainer actually influence the model's prediction)
  • These two metrics are combined into a single Trust Score that quantifies the reliability of any post-hoc explainer
  • Empirical evaluation uses a multi-sectoral dataset from Madagascar with 83 features, 253 records, and 4 malnutrition classes
  • Three classifiers and two explainers (SHAP and LIME) were tested, including their regularized counterparts
  • Key finding: models with AUC above 0.99 produced numerically degenerate or flatly uninformative explanations, and fidelity scores lost discriminative power under overfitting conditions

Industry Insight

  • Organizations deploying XAI in regulated or high-stakes domains should institutionalize explanation auditing as a mandatory step in model validation pipelines, not an afterthought
  • The decoupling of predictive accuracy from explanation quality suggests that current evaluation benchmarks are insufficient; new standards incorporating Trust Scores should be adopted for certification purposes
  • Regularization strategies that improve explanation fidelity may come at the cost of predictive performance, requiring practitioners to explicitly negotiate this trade-off rather than optimizing for accuracy alone

TL;DR

  • 提出XAI审计协议,通过鲁棒性(输入扰动下的解释稳定性)和保真度(特征重要性是否真实驱动预测)两个维度评估SHAP/LIME等解释器的可靠性
  • 在马达加斯加多部门数据集(83特征、253记录、4类营养不良)上验证,使用3个分类器和2个解释器及其正则化版本
  • 发现高AUC(>0.99)模型可能产生数值退化或完全无信息的解释,过拟合时保真度分数丧失判别能力
  • 将鲁棒性与保真度整合为单一Trust Score,用于量化解释可信度
  • 强调在敏感决策领域,XAI输出审计是必要环节而非可选步骤

为什么值得看

该研究揭示了当前主流XAI工具(SHAP/LIME)在实际应用中的关键缺陷:即使模型预测性能优异,其解释也可能完全不可靠。这对依赖AI决策的医疗、粮食安全等敏感领域具有直接警示意义,推动行业从"只看模型性能"转向"同时审计解释质量"。

技术解析

  • 审计协议设计:同时测量解释器的鲁棒性(微小输入扰动下解释的稳定性)和保真度(被判定为重要的特征是否真正驱动模型预测),两者结合为Trust Score
  • 实验数据集:马达加斯加多部门数据集,包含83个特征、253条记录、4个营养不良类别
  • 模型与解释器组合:3个分类器 × 2个解释器(SHAP/LIME)及其正则化变体
  • 关键发现:AUC超过0.99的模型可能产生数值退化或平直无信息的解释;过拟合模型的保真度分数失去判别能力
  • Trust Score机制:将鲁棒性和保真度量化为单一指标,用于跨模型/解释器比较可信度

行业启示

  • 建立XAI审计标准:在医疗、金融、公共政策等敏感领域,应将解释质量审计纳入AI系统部署的必要流程
  • 警惕"高性能陷阱":高AUC不等于高可信解释,需建立独立的解释质量评估体系,避免过度依赖单一性能指标
  • 正则化可能改善解释质量:正则化版本的解释器表现值得进一步研究,或成为提升XAI可靠性的实用路径

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Research 科学研究 Evaluation 评测 Security 安全