LGAIMLJun 24, 2020

Generative causal explanations of black-box classifiers

arXiv:2006.13913v283 citations
Originality Incremental advance
AI Analysis

This addresses the need for interpretable AI by providing causal explanations for black-box models, though it builds incrementally on existing generative and information-theoretic approaches.

The paper tackles the problem of explaining black-box classifiers by developing a method that generates causal post-hoc explanations using learned low-dimensional representations, and demonstrates its utility on image recognition tasks with controlled test cases.

We develop a method for generating causal post-hoc explanations of black-box classifiers based on a learned low-dimensional representation of the data. The explanation is causal in the sense that changing learned latent factors produces a change in the classifier output statistics. To construct these explanations, we design a learning framework that leverages a generative model and information-theoretic measures of causal influence. Our objective function encourages both the generative model to faithfully represent the data distribution and the latent factors to have a large causal influence on the classifier output. Our method learns both global and local explanations, is compatible with any classifier that admits class probabilities and a gradient, and does not require labeled attributes or knowledge of causal structure. Using carefully controlled test cases, we provide intuition that illuminates the function of our objective. We then demonstrate the practical utility of our method on image recognition tasks.

Code Implementations2 repos
Foundations

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

Your Notes