Counterfactual Explanations via Latent Space Projection and Interpolation
Brian Barr (1), Matthew R. Harrington (2), Samuel Sharpe (1), C. Bayan, Bruss (1) ((1) Center for Machine Learning, Capital One, (2) Columbia, University)

TL;DR
This paper introduces SharpShooter, a fast and effective method for generating plausible counterfactual explanations in classification tasks by leveraging latent space interpolation, suitable for real-time applications.
Contribution
SharpShooter is a novel approach that efficiently generates realistic counterfactuals through latent space interpolation, outperforming existing methods in speed and quality.
Findings
Competitive quality on tabular and image datasets
Significantly faster than comparable methods
Excels in realism and suitability for high-velocity applications
Abstract
Counterfactual explanations represent the minimal change to a data sample that alters its predicted classification, typically from an unfavorable initial class to a desired target class. Counterfactuals help answer questions such as "what needs to change for this application to get accepted for a loan?". A number of recently proposed approaches to counterfactual generation give varying definitions of "plausible" counterfactuals and methods to generate them. However, many of these methods are computationally intensive and provide unconvincing explanations. Here we introduce SharpShooter, a method for binary classification that starts by creating a projected version of the input that classifies as the target class. Counterfactual candidates are then generated in latent space on the interpolation line between the input and its projection. We then demonstrate that our framework translates…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsExplainable Artificial Intelligence (XAI) · Adversarial Robustness in Machine Learning · Machine Learning and Data Classification
MethodsCounterfactuals Explanations
