LaPLACE: Probabilistic Local Model-Agnostic Causal Explanations
Sein Minn

TL;DR
LaPLACE is a probabilistic, model-agnostic explanation method for classifiers on tabular data that uses Markov blankets to generate flexible, causal explanations without fixed feature limits, outperforming existing explainers.
Contribution
Introduces LaPLACE-explainer, a novel probabilistic causal explanation method leveraging Markov blankets, eliminating fixed feature count constraints and improving accuracy and consistency over LIME and SHAP.
Findings
Outperforms LIME and SHAP in local accuracy and feature consistency
Provides probabilistic causal explanations with automatic feature subset selection
Validated on simulated and real-world datasets for trust and fairness insights
Abstract
Machine learning models have undeniably achieved impressive performance across a range of applications. However, their often perceived black-box nature, and lack of transparency in decision-making, have raised concerns about understanding their predictions. To tackle this challenge, researchers have developed methods to provide explanations for machine learning models. In this paper, we introduce LaPLACE-explainer, designed to provide probabilistic cause-and-effect explanations for any classifier operating on tabular data, in a human-understandable manner. The LaPLACE-Explainer component leverages the concept of a Markov blanket to establish statistical boundaries between relevant and non-relevant features automatically. This approach results in the automatic generation of optimal feature subsets, serving as explanations for predictions. Importantly, this eliminates the need to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsExplainable Artificial Intelligence (XAI) · Adversarial Robustness in Machine Learning · Machine Learning and Data Classification
MethodsShapley Additive Explanations · Local Interpretable Model-Agnostic Explanations
