LGAILOOct 10, 2020

Scaling Guarantees for Nearest Counterfactual Explanations

arXiv:2010.04965v239 citations
Originality Incremental advance
AI Analysis

This addresses the need for reliable explanations in high-stakes domains like loan approval or pretrial bail, offering an incremental improvement over existing methods.

The paper tackles the problem of computing nearest counterfactual explanations for algorithmic decisions, providing a Mixed-Integer Programming framework that efficiently achieves distance guarantees and perfect coverage on datasets like Adult, COMPAS, and Credit.

Counterfactual explanations (CFE) are being widely used to explain algorithmic decisions, especially in consequential decision-making contexts (e.g., loan approval or pretrial bail). In this context, CFEs aim to provide individuals affected by an algorithmic decision with the most similar individual (i.e., nearest individual) with a different outcome. However, while an increasing number of works propose algorithms to compute CFEs, such approaches either lack in optimality of distance (i.e., they do not return the nearest individual) and perfect coverage (i.e., they do not provide a CFE for all individuals); or they cannot handle complex models, such as neural networks. In this work, we provide a framework based on Mixed-Integer Programming (MIP) to compute nearest counterfactual explanations with provable guarantees and with runtimes comparable to gradient-based approaches. Our experiments on the Adult, COMPAS, and Credit datasets show that, in contrast with previous methods, our approach allows for efficiently computing diverse CFEs with both distance guarantees and perfect coverage.

Foundations

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

Your Notes