English

Interpretable Counterfactual Explanations Guided by Prototypes

Machine Learning 2020-02-19 v2 Machine Learning

Abstract

We propose a fast, model agnostic method for finding interpretable counterfactual explanations of classifier predictions by using class prototypes. We show that class prototypes, obtained using either an encoder or through class specific k-d trees, significantly speed up the the search for counterfactual instances and result in more interpretable explanations. We introduce two novel metrics to quantitatively evaluate local interpretability at the instance level. We use these metrics to illustrate the effectiveness of our method on an image and tabular dataset, respectively MNIST and Breast Cancer Wisconsin (Diagnostic). The method also eliminates the computational bottleneck that arises because of numerical gradient evaluation for black box\textit{black box} models.

Keywords

Cite

@article{arxiv.1907.02584,
  title  = {Interpretable Counterfactual Explanations Guided by Prototypes},
  author = {Arnaud Van Looveren and Janis Klaise},
  journal= {arXiv preprint arXiv:1907.02584},
  year   = {2020}
}

Comments

17 pages, 13 figures. For an open source implementation of the algorithm, see https://github.com/SeldonIO/alibi

R2 v1 2026-06-23T10:12:40.842Z