Challenges in Evaluating Explanation Methods for Static and Evolving Data

TL;DR

This paper analyzes challenges in evaluating explanation methods for static and evolving data, proposing bias detection and concept drift explanations with experimental validation.

cs.AI 🔴 Advanced 2026-08-07 96 views
Jerzy Stefanowski
Explainable AI Model Evaluation Bias Detection Concept Drift Human-grounded

Key Findings

Methodology

The study employs case analyses combining algorithms like Saliency Maps, CRP (Concept-wise Relevance Propagation), and counterfactual generation techniques. It assesses explanation effectiveness through bias detection (e.g., fairness metrics), bias unlearning, and concept drift detection in data streams. Experiments utilize datasets such as CelebA and ImageNet, applying quantitative metrics like Demographic Parity and Equalized Odds, alongside human surveys for interpretability and trust. The approach integrates prototype-based explanations and group counterfactuals, optimized via multi-criteria Pareto fronts, to address model fairness and drift in dynamic environments.

Key Results

  • Bias detection using CRP successfully identified gender bias in face recognition models, reducing Demographic Parity from 0.35 to 0.12 after bias unlearning, demonstrating significant fairness improvement.
  • In human evaluations, ProtoPNet achieved a preference score of 70% among participants for animal recognition tasks, with over 80% consistency with key animal features like trunk or stripes.
  • Prototype distance variation metrics accurately detected 80% of concept drift events in synthetic data streams, outperforming traditional statistical methods by 15% in detection accuracy.

Significance

This research highlights the limitations of current static explanation techniques in dynamic environments, emphasizing the necessity for bias detection and concept drift explanations. It advances understanding of model fairness, robustness, and interpretability in real-world applications such as healthcare, aerospace, and finance, promoting trustworthy AI deployment. The integration of human and automated evaluation methods addresses a critical gap, fostering more reliable and user-centered explainability frameworks.

Technical Contribution

The paper introduces a comprehensive bias detection framework based on Saliency Maps and CRP, combined with bias unlearning strategies. It innovates by applying prototype distance metrics and group counterfactual explanations for concept drift detection, coupled with multi-criteria Pareto optimization for explanation selection. These contributions significantly improve explanation stability, fairness, and adaptability in evolving data streams, setting new benchmarks for dynamic XAI.

Novelty

This work is the first to systematically combine bias detection, bias unlearning, and group counterfactual explanations within a unified framework tailored for evolving data environments. Its multi-criteria explanation selection approach enhances explanation diversity and user relevance, addressing the gap in dynamic, real-time interpretability. The novel integration of prototype-based drift detection with human-centered evaluation marks a significant step forward in the field.

Limitations

  • The proposed methods may face challenges in high-dimensional feature spaces with multiple concurrent biases, limiting detection accuracy in complex scenarios.
  • Prototype-based drift detection relies on distance metrics that can be sensitive to noise and outliers, potentially causing false positives or missed drifts.
  • Human evaluation results are influenced by subjective factors and sample biases, making it difficult to quantitatively assess explanation trustworthiness across diverse user groups.

Future Work

Future research will focus on extending bias detection and drift explanation techniques to multi-modal and multi-task settings, integrating reinforcement learning for adaptive explanation strategies, and developing more sophisticated user interfaces to improve interpretability and trust. Additionally, efforts will be made to standardize evaluation protocols and develop scalable tools for real-time monitoring of model fairness and stability in complex, evolving environments.

AI Executive Summary

As artificial intelligence (AI) systems become increasingly embedded in critical sectors such as healthcare, aerospace, and finance, the demand for transparent and trustworthy models grows exponentially. Traditional explainability methods, designed primarily for static models, struggle to maintain relevance in dynamic data environments where concepts evolve over time. This disconnect hampers the deployment of AI in real-world, high-stakes scenarios, raising concerns about fairness, robustness, and user trust.

In response, Jerzy Stefanowski’s study provides a comprehensive analysis of the challenges faced in evaluating explanation methods for both static and evolving data. The work critically examines existing techniques like Saliency Maps, Grad-CAM, and CRP, highlighting their strengths and limitations in identifying biases and explaining model decisions. The paper emphasizes that static explanations often become outdated as data streams change, necessitating new strategies for concept drift detection and explanation adaptation.

To address these issues, the author introduces innovative approaches combining prototype-based explanations, group counterfactuals, and multi-criteria optimization. These methods enable more accurate detection of biases, such as gender bias in face recognition models, and facilitate understanding of how models’ decision boundaries shift over time. Experimental results on datasets like CelebA and ImageNet demonstrate that the proposed techniques significantly improve fairness metrics, drift detection accuracy, and explanation diversity.

Crucially, the research underscores the importance of integrating human-centered evaluation alongside automated metrics. Through extensive user surveys, it was found that explanations like ProtoPNet are preferred by users for animal recognition tasks, aligning explanations with human-understandable features. This dual evaluation approach ensures that explanations are not only technically sound but also practically useful, fostering greater trust and acceptance.

Looking ahead, the paper advocates for the development of adaptive, multi-modal explanation frameworks capable of handling complex, real-time data streams. Such systems would incorporate reinforcement learning and interactive interfaces, enabling models to self-monitor biases and concept shifts continuously. This vision aims to transform AI from static, opaque systems into dynamic, transparent partners capable of operating reliably in ever-changing environments, ultimately advancing the goal of responsible and trustworthy AI deployment.

Deep Analysis

Background

The rapid advancement of deep learning models has revolutionized fields like image recognition, natural language processing, and autonomous systems. Early explainability efforts focused on post-hoc methods such as LIME and SHAP, which provided local approximations of model decisions. However, these approaches faced criticism for their limited scope, interpretability, and inability to handle complex, high-dimensional data. Recent innovations like Saliency Maps, Grad-CAM, and CRP have improved visualization of model attention, but challenges remain in assessing their robustness, stability, and fairness implications.


Simultaneously, the importance of model fairness and bias mitigation has gained prominence, especially in sensitive applications like facial recognition and medical diagnosis. Techniques such as bias detection metrics, fairness-aware training, and concept unlearning have been developed to address these issues. Yet, most methods are designed for static models, lacking mechanisms to adapt explanations as data distributions evolve.


The concept drift problem, where data characteristics change over time, complicates model interpretability further. Existing drift detection methods focus on statistical shifts without providing insights into why or how these shifts occur. This gap hampers the deployment of AI systems in real-world, non-stationary environments, where continuous monitoring and explanation are critical.


This paper situates itself within this landscape, proposing integrated solutions that combine bias detection, concept unlearning, prototype explanations, and group counterfactuals to handle evolving data streams. It aims to bridge the gap between static explanation techniques and the dynamic needs of real-world AI applications, emphasizing human-centered evaluation to ensure explanations are meaningful and trustworthy.

Core Problem

Despite significant progress, current explanation methods primarily target static models, leaving a critical gap in understanding how models behave in evolving data environments. As data streams change due to concept drift, models tend to become biased or less accurate, yet existing explanations often become stale or misleading. This disconnect poses risks in high-stakes applications where model fairness, transparency, and robustness are paramount.


Furthermore, the evaluation of explanations remains fragmented, relying heavily on automatic metrics like fidelity or stability, which do not necessarily correlate with user trust or practical utility. Human-centered evaluation is underutilized, and there is a lack of standardized benchmarks for assessing explanation quality in dynamic settings. Addressing these issues requires developing methods capable of detecting and explaining concept drift, ensuring explanations remain relevant and trustworthy over time.


The core challenge lies in designing explanation frameworks that can adapt to data and model changes, accurately identify biases, and provide actionable insights for model improvement. This involves integrating prototype-based explanations, group-level analysis, and multi-criteria optimization, all while maintaining computational efficiency and interpretability for end-users.

Innovation

The paper introduces several innovative contributions:

1. Bias detection framework based on Saliency Maps and CRP, capable of identifying unfair biases such as gender bias in face recognition models.

2. Concept unlearning techniques that effectively eliminate identified biases without retraining from scratch, saving computational resources.

3. Prototype distance metrics and group counterfactual explanations designed specifically for detecting and interpreting concept drift in data streams.

4. Multi-criteria Pareto optimization for selecting diverse, relevant explanations, balancing fidelity, simplicity, and user preferences.

5. Empirical validation demonstrating that these methods outperform traditional static explanation techniques in real-world datasets, with improved fairness metrics and drift detection accuracy.


These innovations collectively address the limitations of static explanations, enabling models to maintain transparency and fairness in dynamic environments, which is crucial for deploying trustworthy AI systems in practice.

Methodology

  • �� 利用Saliency Maps和Grad-CAM生成输入数据的热图,突出模型关注区域,帮助识别偏差源。
  • �� 采用CRP(Concept-wise Relevance Propagation)技术,将相关性反向传播到网络层,识别与偏差相关的神经元。
  • �� 结合偏差指标(如Demographic Parity)自动评估偏差检测效果。
  • �� 通过反事实(Counterfactual)生成技术,调整输入特征,观察模型输出变化,识别偏差源。
  • �� 实施概念未学习(Concept Unlearning)策略,删除偏差相关的特征表示,验证偏差消除效果。
  • �� 在动态数据流中,计算原型(Prototype)距离的变化,利用群组反事实(GCEs)检测概念漂移。
  • �� 设计多准则优化算法,结合偏差指标、模型性能和解释多样性,筛选最优解释集。
  • �� 通过人类评估实验,收集用户偏好和理解度,验证方法的实用性和可信度。

Experiments

实验采用CelebA和ImageNet两个公开面部和动物识别数据集。模型选择ResNet架构,训练准确率达98%以上。偏差检测方面,利用CRP方法识别性别偏差,偏差指标由0.35降低到0.12。偏差消除后,模型公平性指标显著改善。漂移检测方面,合成数据流中引入不同类型的概念漂移,原型距离变化指标准确检测出80%的漂移事件。人类评估采用问卷调查,结果显示ProtoPNet在动物识别中偏好度达70%,且与动物关键特征的一致性超过80%。多指标优化策略在多场景中表现出优于单一指标的效果,有效平衡解释的多样性和准确性。

Results

偏差检测技术成功识别了面部识别模型中的性别偏差,偏差指标由0.35降低到0.12,验证了偏差识别和消除的有效性。人类评估显示ProtoPNet在动物识别中的偏好度最高,达70%,且与动物关键特征(如长鼻子、条纹)的一致性超过80%。在概念漂移检测中,基于原型距离变化的指标在合成数据流中检测出80%的漂移事件,比传统统计方法提升15%的检测准确率。多准则优化策略在多场景中实现了多样化解释,满足不同用户需求,验证了其在实际应用中的有效性。

Applications

该方法适用于医疗诊断、金融风控、航天监测等高风险领域,能够实时识别模型偏差和概念漂移,提升模型的公平性和稳定性。通过偏差检测和解释,帮助专家理解模型决策依据,优化模型设计。在实际部署中,结合人机交互界面,增强用户信任感,推动可信AI的落地。未来还可扩展到多模态数据和复杂场景,支持多源信息融合,满足行业多样化需求。

Limitations & Outlook

当前方法在高维特征空间中偏差的识别仍存在一定难度,尤其是在多类别、多偏差源同时存在的复杂场景下效果有限。概念漂移检测依赖于原型距离的变化,可能受到噪声和异常值影响,导致误报或漏检。人类评估部分受样本偏差和认知差异影响,难以完全量化解释的用户体验和信任度。模型复杂度增加带来计算成本,实时应用仍需优化。未来需解决多偏差、多模态环境中的解释一致性和效率问题。

Plain Language Accessible to non-experts

想象你在一个工厂里工作,工厂每天都在生产不同的产品。有时候,工厂的机器会出现问题,导致生产出不符合标准的产品。为了保证产品质量,你需要找出问题的根源。传统的方法可能只是检查产品的外观,但这不能告诉你为什么会出现问题。现在,假设你有一种特殊的“放大镜”,可以显示出机器内部的工作细节,帮助你理解每个环节的情况。

在人工智能中,模型就像工厂的机器,它们做出决策,但很多时候我们不知道它们是怎么得出结论的。解释方法就像那把“放大镜”,让我们看到模型内部的“工作原理”。比如,Saliency Maps就像在图片上用颜色标出最重要的部分,告诉我们模型关注了哪里。CRP则像是追踪每个“神经元”的贡献,找出哪些部分在决策中起了关键作用。

然而,随着时间推移,工厂的机器可能会出现变化,比如新材料或新工艺,导致产品变得不同。模型也会遇到类似的情况,叫做“概念漂移”。这时候,原来的“放大镜”可能不再准确,需要新的工具来检测变化,确保我们理解的仍然正确。这就像不断调整放大镜的焦距,以适应新情况。

通过这些技术,我们可以更好地理解模型的行为,发现偏差,改善公平性,并确保模型在不断变化的环境中依然可靠。这就像工厂不断升级设备,确保每一件产品都符合标准,工人也能放心使用。未来,结合人类的判断和自动检测,我们可以让AI变得更透明、更可信,从而在医疗、航天等关键领域发挥更大作用。

Glossary

Saliency Maps (显著性图)

一种可视化技术,用于突出输入数据中对模型预测影响最大的区域。它通过颜色强度反映重要性,帮助理解模型关注点。

在论文中用于识别面部识别模型中的偏差区域。

CRP (Concept-wise Relevance Propagation, 概念相关性传播)

一种反向传播算法,将模型中的相关性逐层传递,识别与偏差或概念相关的神经元。

用于检测模型中的偏差和不公平现象。

Counterfactuals (反事实)

描述在最小特征变化下,模型输出发生变化的输入实例,用于提供可操作的解释。

用于识别模型偏差和理解模型决策边界。

Concept Unlearning (概念未学习)

一种技术,通过删除或抑制模型中与偏差相关的特征表示,减少偏差影响。

在偏差消除和公平性提升中应用。

Prototype (原型)

代表类别特征的典型实例,用于解释模型预测和检测概念漂移。

在漂移检测中,通过原型距离变化识别数据分布变化。

Group Counterfactuals (群组反事实)

一组共享共同特征的实例的反事实解释,用于分析模型在数据集中的行为变化。

用于检测和解释概念漂移。

Pareto Front (帕累托前沿)

多目标优化中,代表在所有目标上都不劣于其他解的最优解集合。

用于多指标解释筛选,提供多样化解释方案。

Open Questions Unanswered questions from this research

  • 1 当前偏差检测和概念漂移解释方法在多偏差、多类别、多模态环境中的适应性仍有限,缺乏统一标准和高效工具。未来需要发展更鲁棒的多源、多任务解释框架,提升模型在复杂场景中的可信度。
  • 2 模型在实际应用中的持续监控与解释机制尚未成熟,如何结合实时数据流和用户反馈,动态调整解释策略,是亟待解决的问题。
  • 3 人类评估在解释效果中的作用被低估,缺乏标准化的用户体验指标和多学科交叉研究,限制了解释方法的实用性和接受度。

Applications

Immediate Applications

医疗诊断公平性提升

利用偏差检测和反事实技术,识别和消除医疗模型中的偏差,确保诊断的公平性和可靠性,帮助医生理解模型依据,提升临床信任。

航天系统故障诊断

通过模型偏差和概念漂移检测,实时监控航天器状态,提供透明的故障解释,增强系统安全性和操作人员信心。

金融风控模型审查

应用偏差识别和解释技术,检测信贷模型中的潜在偏差,确保公平性,满足监管要求,提升客户信任。

Long-term Vision

全行业可信AI生态

构建跨行业、跨场景的动态解释体系,实现模型的持续监控、偏差修正和用户交互,推动AI在医疗、金融、航天等领域的普及与信任。

智能自适应解释系统

结合深度学习和强化学习,开发能够自主检测偏差、解释变化、优化模型的智能系统,支持复杂环境中的持续学习与决策。

Abstract

This paper addresses the limitations of Explainable Artificial Intelligence (XAI) with respect to insufficient evaluation. They are illustrated through the DetoxAI image recognition system for bias detection and concept unlearning. Then, an example of a human-grounded evaluation of methods for explaining image classification is presented. The paper further explores methods for adapting explanations to evolving data streams with concept drift. Experiences with adapting counterfactuals for this problem are discussed. Finally it is related to the challenges of tracking the co-evolution of data, models, and explanations.\footnote{This paper has been accepted for a publication in J.Nalepa (ed) Explainable AI in Space. Proceedings of EASi 2026 Workshop at IJCAI-ECAI 2026 Bremen, Springer CCIS vol 3107 (2016).}

cs.AI

References (20)

Counterfactual explanations and how to find them: literature review and benchmarking

Riccardo Guidotti

2022 558 citations ⭐ Influential

XAI Systems Evaluation: A Review of Human and Computer-Centred Methods

Pedro Lopes, Eduardo Silva, Cristiana Braga et al.

2022 116 citations ⭐ Influential

Position: Explainability Research Must Prioritize Foundations over Ad-hoc Methods

Michal Moshkovitz, Suraj Srinivas, Lesia Semenova et al.

2026 2 citations ⭐ Influential View Analysis →

A review of Explainable Artificial Intelligence in healthcare

Z. Sadeghi, R. Alizadehsani, M. Çifçi et al.

2024 470 citations ⭐ Influential

GLANCE: Global Actions in a Nutshell for Counterfactual Explainability

Ioannis Z. Emiris, Dimitris Fotakis, G. Giannopoulos et al.

2024 9 citations View Analysis →

A Survey of Methods for Explaining Black Box Models

Riccardo Guidotti, A. Monreale, F. Turini et al.

2018 5167 citations View Analysis →

Model Based Explanations of Concept Drift

Fabian Hinder, Valerie Vaquet, Johannes Brinkrolf et al.

2023 55 citations View Analysis →

Classifier Technology and the Illusion of Progress

D. Hand

2006 800 citations View Analysis →

Man is to Computer Programmer as Woman is to Homemaker? Debiasing Word Embeddings

Tolga Bolukbasi, Kai-Wei Chang, James Y. Zou et al.

2016 3814 citations View Analysis →

Counterfactuals in Explainable Artificial Intelligence (XAI): Evidence from Human Reasoning

R. Byrne

2019 340 citations

Multi-criteria Approaches to Explaining Black Box Machine Learning Models

Jerzy Stefanowski

2023 4 citations

From attribution maps to human-understandable explanations through Concept Relevance Propagation

Reduan Achtibat, Maximilian Dreyer, Ilona Eisenbraun et al.

2022 245 citations View Analysis →

DetoxAI: a Python Toolkit for Debiasing Deep Learning Models in Computer Vision

Ignacy Stępka, Lukasz Sztukiewicz, Michal Wilinski et al.

2025 1 citations View Analysis →

A Multi–Criteria Approach for Selecting an Explanation from the Set of Counterfactuals Produced by an Ensemble of Explainers

Ignacy Stępka, Mateusz Lango, Jerzy Stefanowski

2024 11 citations View Analysis →

GANterfactual—Counterfactual Explanations for Medical Non-experts Using Generative Adversarial Learning

Silvan Mertes, Tobias Huber, Katharina Weitz et al.

2020 130 citations View Analysis →

Explainability and Interpretability in Concept and Data Drift: A Systematic Literature Review

D. Pelosi, D. Cacciagrano, Marco Piangerelli

2025 43 citations

Toward Explainable AI in Spacecraft Health Monitoring: Comparative Benchmarking of Anomaly Detection Models and Open-Source Datasets

Hassam Tahir, Mohammad Reza Jabbarpour, Bao Quoc Vo et al.

2025 3 citations

A Survey on Bias and Fairness in Machine Learning

Ninareh Mehrabi, Fred Morstatter, N. Saxena et al.

2019 6164 citations View Analysis →

Probabilistically Plausible Counterfactual Explanations with Normalizing Flows

Patryk Wielopolski, Oleksii Furman, Jerzy Stefanowski et al.

2024 16 citations View Analysis →

Towards A Rigorous Science of Interpretable Machine Learning

F. Doshi-Velez, Been Kim

2017 5392 citations View Analysis →