paper-with-me

Papers

Local Interpretable Model-agnostic Explanations of Bayesian Predictive Models via Kullback-Leibler Projections

2018-10-05 · Tomi Peltola

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 approach combines the recent Local Interpretable Model-agnostic Explanations (LIME) method with ideas from Bayesian projection predictive variable selection methods. The information theoretic basis helps in navigating the trade-off between explanation fidelity and complexity. We demonstrate the method in explaining MNIST digit classifications made by a Bayesian deep convolutional neural network.

📄 PDF Abstract BibTeX arXiv:1810.02678

Code (0)

등록된 구현이 없습니다.

Tasks

Variable Selection

Similar Papers 제목 키워드 기반

BayLIME: Bayesian Local Interpretable Model-Agnostic Explanations

2020-12-05 · Xingyu Zhao, Wei Huang, Xiaowei Huang, Valentin Robu 외

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 t…

Explainable Artificial Intelligence (XAI)model

Explanations of model predictions with live and breakDown packages

2018-04-05 · Mateusz Staniak, Przemyslaw Biecek

Complex models are commonly used in predictive modeling. In this paper we present R packages that can be used to explain predictions from complex black box models and attribute parts of these predictions to input feature…

Attribute

EBLIME: Enhanced Bayesian Local Interpretable Model-agnostic Explanations

2023-04-29 · Yuhao Zhong, Anirban Bhattacharya, Satish Bukkapatnam

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 Quantification

Provably Robust Bayesian Counterfactual Explanations under Model Changes

2026-01-23 · Jamie Duell, Xiuyi Fan arxiv

Counterfactual explanations (CEs) offer interpretable insights into machine learning predictions by answering ``what if?" questions. However, in real-world settings where models are frequently updated, existing counterfa…

Enhancing LIME using Neural Decision Trees

2026-03-21 · Mohamed Aymen Bouyahia, Argyris Kalogeratos arxiv

Interpreting complex machine learning models is a critical challenge, especially for tabular data where model transparency is paramount. Local Interpretable Model-Agnostic Explanations (LIME) has been a very popular fram…

Interpretable Machine Learning