Finding the right XAI method -- A Guide for the Evaluation and Ranking of Explainable AI Methods in Climate Science
Philine Bommer, Marlene Kretschmer, Anna Hedström, Dilyara Bareeva, Marina M. -C. Höhne
TL;DR
The paper formulates a principled framework to evaluate explainable AI methods in climate science by benchmarking local, model-aware explainers against a random baseline across five properties: robustness, faithfulness, randomness, complexity, and localization. Using a case study that predicts the decade from annual-mean temperature maps with both an MLP and a CNN, it demonstrates how explainers such as Integrated Gradients, Layerwise Relevance Propagation, and input times gradient vary in suitability depending on network architecture and task. The study finds that perturbation-based methods can improve robustness in CNNs, while salience-based methods often yield higher faithfulness and lower complexity, though results depend on ROI definitions and data variability. By introducing a Quantus-based skill-score framework, the authors provide actionable guidance for climate researchers to select XAI methods tailored to their research questions, data, and model structures, thereby enhancing interpretability without sacrificing rigor. The work thus advances practical, task-specific XAI evaluation in climate AI and offers a replicable benchmark for future studies.
Abstract
Explainable artificial intelligence (XAI) methods shed light on the predictions of machine learning algorithms. Several different approaches exist and have already been applied in climate science. However, usually missing ground truth explanations complicate their evaluation and comparison, subsequently impeding the choice of the XAI method. Therefore, in this work, we introduce XAI evaluation in the climate context and discuss different desired explanation properties, namely robustness, faithfulness, randomization, complexity, and localization. To this end, we chose previous work as a case study where the decade of annual-mean temperature maps is predicted. After training both a multi-layer perceptron (MLP) and a convolutional neural network (CNN), multiple XAI methods are applied and their skill scores in reference to a random uniform explanation are calculated for each property. Independent of the network, we find that XAI methods Integrated Gradients, layer-wise relevance propagation, and input times gradients exhibit considerable robustness, faithfulness, and complexity while sacrificing randomization performance. Sensitivity methods -- gradient, SmoothGrad, NoiseGrad, and FusionGrad, match the robustness skill but sacrifice faithfulness and complexity for randomization skill. We find architecture-dependent performance differences regarding robustness, complexity and localization skills of different XAI methods, highlighting the necessity for research task-specific evaluation. Overall, our work offers an overview of different evaluation properties in the climate science context and shows how to compare and benchmark different explanation methods, assessing their suitability based on strengths and weaknesses, for the specific research problem at hand. By that, we aim to support climate researchers in the selection of a suitable XAI method.
