paper-with-me

Papers

Generating Interpretable Counterfactual Explanations By Implicit Minimisation of Epistemic and Aleatoric Uncertainties

2021-03-16 · Lisa Schut, Oscar Key, Rory McGrath, Luca Costabello, Bogdan Sacaleanu, Medb Corcoran, Yarin Gal

Counterfactual explanations (CEs) are a practical tool for demonstrating why machine learning classifiers make particular decisions. For CEs to be useful, it is important that they are easy for users to interpret. Existing methods for generating interpretable CEs rely on auxiliary generative models, which may not be suitable for complex datasets, and incur engineering overhead. We introduce a simple and fast method for generating interpretable CEs in a white-box setting without an auxiliary model, by using the predictive uncertainty of the classifier. Our experiments show that our proposed algorithm generates more interpretable CEs, according to IM1 scores, than existing methods. Additionally, our approach allows us to estimate the uncertainty of a CE, which may be important in safety-critical applications, such as those in the medical domain.

📄 PDF Abstract BibTeX arXiv:2103.08951

Code (1)

oscarkey/explanations-by-minimizing-uncertainty 공식 구현 pytorch

Tasks

counterfactual

Similar Papers 제목 키워드 기반

Causal Generative Explainers using Counterfactual Inference: A Case Study on the Morpho-MNIST Dataset

2024-01-21 · Will Taylor-Melanson, Zahra Sadeghi, Stan Matwin

In this paper, we propose leveraging causal generative learning as an interpretable tool for explaining image classifiers. Specifically, we present a generative counterfactual inference approach to study the influence of…

AttributecounterfactualCounterfactual ExplanationCounterfactual Inference

TX-Gen: Multi-Objective Optimization for Sparse Counterfactual Explanations for Time-Series Classification

2024-09-14 · Qi Huang, Sofoklis Kitharidis, Thomas Bäck, Niki van Stein

In time-series classification, understanding model decisions is crucial for their application in high-stakes domains such as healthcare and finance. Counterfactual explanations, which provide insights by presenting alter…

counterfactualTime SeriesTime Series Classificationvalid

Explaining Image Classifiers Using Contrastive Counterfactuals in Generative Latent Spaces

2022-06-10 · Kamran Alipour, Aditya Lahiri, Ehsan Adeli, Babak Salimi 외

Despite their high accuracies, modern complex image classifiers cannot be trusted for sensitive tasks due to their unknown decision-making process and potential biases. Counterfactual explanations are very effective in p…

AttributecounterfactualDecision Making

Generating Counterfactual Explanations Using Cardinality Constraints

2024-04-11 · Rubén Ruiz-Torrubiano

Providing explanations about how machine learning algorithms work and/or make particular predictions is one of the main tools that can be used to improve their trusworthiness, fairness and robustness. Among the most intu…

counterfactualFairness

Provably Robust Bayesian Counterfactual Explanations under Model Changes

2026-01-23 · Jamie Duell, Xiuyi Fan arxiv

Counterfactual explanations (CEs) offer interpretable insights into machine learning predictions by answering ``what if?" questions. However, in real-world settings where models are frequently updated, existing counterfa…