LGAIMLMay 4, 2020

LIMEtree: Consistent and Faithful Surrogate Explanations of Multiple Classes

arXiv:2005.01427v414 citations
AI Analysis

This addresses the challenge of obtaining comprehensive explanations for multi-class predictions, which is important for users of explainable AI, though it is incremental as it builds on existing surrogate methods like LIME.

The paper tackles the problem of generating consistent and faithful explanations for multiple classes in predictive models, introducing LIMEtree, a multi-output regression tree method that provides diverse explanation types and shows advantages over LIME in experiments on image and tabular data.

Explainable artificial intelligence provides tools to better understand predictive models and their decisions, but many such methods are limited to producing insights with respect to a single class. When generating explanations for several classes, reasoning over them to obtain a comprehensive view may be difficult since they can present competing or contradictory evidence. To address this challenge we introduce the novel paradigm of multi-class explanations. We outline the theory behind such techniques and propose a local surrogate model based on multi-output regression trees -- called LIMEtree -- that offers faithful and consistent explanations of multiple classes for individual predictions while being post-hoc, model-agnostic and data-universal. On top of strong fidelity guarantees, our implementation delivers a range of diverse explanation types, including counterfactual statements favoured in the literature. We evaluate our algorithm with respect to explainability desiderata, through quantitative experiments and via a pilot user study, on image and tabular data classification tasks, comparing it to LIME, which is a state-of-the-art surrogate explainer. Our contributions demonstrate the benefits of multi-class explanations and wide-ranging advantages of our method across a diverse set of scenarios.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes