CVAILGMLApr 11, 2017

Interpretable Explanations of Black Boxes by Meaningful Perturbation

arXiv:1704.03296v41699 citations
Originality Highly original
AI Analysis

This addresses the need for interpretability in high-risk applications like medical diagnosis, offering a model-agnostic and testable approach.

The paper tackles the problem of explaining black-box machine learning predictions by proposing a general framework for learning explanations and specializing it to identify image regions responsible for classifier decisions, using interpretable perturbations.

As machine learning algorithms are increasingly applied to high impact yet high risk tasks, such as medical diagnosis or autonomous driving, it is critical that researchers can explain how such algorithms arrived at their predictions. In recent years, a number of image saliency methods have been developed to summarize where highly complex neural networks "look" in an image for evidence for their predictions. However, these techniques are limited by their heuristic nature and architectural constraints. In this paper, we make two main contributions: First, we propose a general framework for learning different kinds of explanations for any black box algorithm. Second, we specialise the framework to find the part of an image most responsible for a classifier decision. Unlike previous works, our method is model-agnostic and testable because it is grounded in explicit and interpretable image perturbations.

Code Implementations13 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes