paper-with-me

홈 › Papers

Precise Benchmarking of Explainable AI Attribution Methods

2023-08-06 · Rafaël Brandt, Daan Raatjens, Georgi Gaydadjiev

The rationale behind a deep learning model's output is often difficult to understand by humans. EXplainable AI (XAI) aims at solving this by developing methods that improve interpretability and explainability of machine learning models. Reliable evaluation metrics are needed to assess and compare different XAI methods. We propose a novel evaluation approach for benchmarking state-of-the-art XAI attribution methods. Our proposal consists of a synthetic classification model accompanied by its derived ground truth explanations allowing high precision representation of input nodes contributions. We also propose new high-fidelity metrics to quantify the difference between explanations of the investigated XAI method and those derived from the synthetic model. Our metrics allow assessment of explanations in terms of precision and recall separately. Also, we propose metrics to independently evaluate negative or positive contributions of inputs. Our proposal provides deeper insights into XAI methods output. We investigate our proposal by constructing a synthetic convolutional image classification model and benchmarking several widely used XAI attribution methods using our evaluation approach. We compare our results with established prior XAI evaluation metrics. By deriving the ground truth directly from the constructed model in our method, we ensure the absence of bias, e.g., subjective either based on the training set. Our experimental results provide novel insights into the performance of Guided-Backprop and Smoothgrad XAI methods that are widely in use. Both have good precision and recall scores among positively contributing pixels (0.7, 0.76 and 0.7, 0.77, respectively), but poor precision scores among negatively contributing pixels (0.44, 0.61 and 0.47, 0.75, resp.). The recall scores in the latter case remain close. We show that our metrics are among the fastest in terms of execution time.

📄 PDF Abstract BibTeX arXiv:2308.03161

Code (1)

rbrandt1/precise-benchmarking-of-xai 공식 구현 tf

Tasks

Benchmarkingimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Backdoor-based Explainable AI Benchmark for High Fidelity Evaluation of Attribution Methods

2024-05-02 · Peiyu Yang, Naveed Akhtar, Jiantong Jiang, Ajmal Mian

Attribution methods compute importance scores for input features to explain the output predictions of deep models. However, accurate assessment of attribution methods is challenged by the lack of benchmark fidelity for a…

Benchmarking

Benchmarking the Attribution Quality of Vision Models

2024-07-16 · Robin Hesse, Simone Schaub-Meyer, Stefan Roth

Attribution maps are one of the most established tools to explain the functioning of computer vision models. They assign importance scores to input features, indicating how relevant each feature is for the prediction of …

BenchmarkingExplainable Models

MUPAX: Multidimensional Problem Agnostic eXplainable AI

2025-07-17 · Vincenzo Dentamaro, Felice Franchini, Giuseppe Pirlo, Irina Voiculescu

Robust XAI techniques should ideally be simultaneously deterministic, model agnostic, and guaranteed to converge. We propose MULTIDIMENSIONAL PROBLEM AGNOSTIC EXPLAINABLE AI (MUPAX), a deterministic, model agnostic expla…

Anatomical Landmark DetectionAudio ClassificationBenchmarkingFeature Importance+3

Behaviour Discovery and Attribution for Explainable Reinforcement Learning

2025-03-19 · Rishav Rishav, Somjit Nath, Vincent Michalski, Samira Ebrahimi Kahou

Explaining the decisions made by reinforcement learning (RL) agents is critical for building trust and ensuring reliability in real-world applications. Traditional approaches to explainability often rely on saliency anal…

Offline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Synthetic Benchmarks for Scientific Research in Explainable Machine Learning

2021-06-23 · Yang Liu, Sujay Khandagale, Colin White, Willie Neiswanger

As machine learning models grow more complex and their applications become more high-stakes, tools for explaining model predictions have become increasingly important. This has spurred a flurry of research in model expla…

BenchmarkingBIG-bench Machine LearningExplainable Artificial Intelligence (XAI)