BayLIME: Bayesian Local Interpretable Model-Agnostic Explanations
Given the pressing need for assuring algorithmic transparency, Explainable AI (XAI) has emerged as one of the key areas of AI research. In this paper, we develop a novel Bayesian extension to the LIME framework, one of the most widely used approaches in XAI -- which we call BayLIME. Compared to LIME, BayLIME exploits prior knowledge and Bayesian reasoning to improve both the consistency in repeated explanations of a single prediction and the robustness to kernel settings. BayLIME also exhibits better explanation fidelity than the state-of-the-art (LIME, SHAP and GradCAM) by its ability to integrate prior knowledge from, e.g., a variety of other XAI techniques, as well as verification and validation (V&V) methods. We demonstrate the desirable properties of BayLIME through both theoretical analysis and extensive experiments.
Code (2)
Tasks
Explainable Artificial Intelligence (XAI)modelMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
SLICE: Stabilized LIME for Consistent Explanations for Image Classification
Local Interpretable Model-agnostic Explanations (LIME) - a widely used post-ad-hoc model agnostic explainable AI (XAI) technique. It works by training a simple transparent (surrogate) model using random samples drawn…
feature selectionimage-classificationImage ClassificationSuperpixelsLocal Interpretable Model-agnostic Explanations of Bayesian Predictive Models via Kullback-Leibler Projections
We introduce a method, KL-LIME, for explaining predictions of Bayesian predictive models by projecting the information in the predictive distribution locally to a simpler, interpretable explanation model. The proposed ap…
Variable SelectionCLIMAX: An exploration of Classifier-Based Contrastive Explanations
Explainable AI is an evolving area that deals with understanding the decision making of machine learning models so that these models are more transparent, accountable, and understandable for humans. In particular, post-h…
Decision MakingExplainable Artificial Intelligence (XAI)EBLIME: Enhanced Bayesian Local Interpretable Model-agnostic Explanations
We propose EBLIME to explain black-box machine learning models and obtain the distribution of feature importance using Bayesian ridge regression models. We provide mathematical expressions of the Bayesian framework and t…
Feature ImportancemodelregressionUncertainty QuantificationLocal Interpretable Model Agnostic Shap Explanations for machine learning models
With the advancement of technology for artificial intelligence (AI) based solutions and analytics compute engines, machine learning (ML) models are getting more complex day by day. Most of these models are generally used…
Explainable Artificial Intelligence (XAI)