LGNov 27, 2022

Latent SHAP: Toward Practical Human-Interpretable Explanations

arXiv:2211.14797v18 citationsh-index: 72
Originality Incremental advance
AI Analysis

This addresses the need for practical, human-understandable explanations in AI systems, particularly for domains like image classification, though it is incremental as it builds on existing SHAP methods.

The paper tackles the problem that existing feature attribution methods like SHAP and LIME often produce non-interpretable explanations for complex models, and introduces Latent SHAP, a black-box framework that provides human-interpretable explanations without requiring fully invertible transformation functions, demonstrating effectiveness through controlled experiments and a CelebA dataset case study.

Model agnostic feature attribution algorithms (such as SHAP and LIME) are ubiquitous techniques for explaining the decisions of complex classification models, such as deep neural networks. However, since complex classification models produce superior performance when trained on low-level (or encoded) features, in many cases, the explanations generated by these algorithms are neither interpretable nor usable by humans. Methods proposed in recent studies that support the generation of human-interpretable explanations are impractical, because they require a fully invertible transformation function that maps the model's input features to the human-interpretable features. In this work, we introduce Latent SHAP, a black-box feature attribution framework that provides human-interpretable explanations, without the requirement for a fully invertible transformation function. We demonstrate Latent SHAP's effectiveness using (1) a controlled experiment where invertible transformation functions are available, which enables robust quantitative evaluation of our method, and (2) celebrity attractiveness classification (using the CelebA dataset) where invertible transformation functions are not available, which enables thorough qualitative evaluation of our method.

Foundations

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

Your Notes