paper-with-me

홈 › Papers

Multi-Objective Counterfactual Explanations

2020-04-23 · Susanne Dandl, Christoph Molnar, Martin Binder, Bernd Bischl

Counterfactual explanations are one of the most popular methods to make predictions of black box machine learning models interpretable by providing explanations in the form of `what-if scenarios'. Most current approaches optimize a collapsed, weighted sum of multiple objectives, which are naturally difficult to balance a-priori. We propose the Multi-Objective Counterfactuals (MOC) method, which translates the counterfactual search into a multi-objective optimization problem. Our approach not only returns a diverse set of counterfactuals with different trade-offs between the proposed objectives, but also maintains diversity in feature space. This enables a more detailed post-hoc analysis to facilitate better understanding and also more options for actionable user responses to change the predicted outcome. Our approach is also model-agnostic and works for numerical and categorical input features. We show the usefulness of MOC in concrete cases and compare our approach with state-of-the-art methods for counterfactual explanations.

📄 PDF Abstract BibTeX arXiv:2004.11165

Code (1)

susanne-207/moc 공식 구현

Tasks

counterfactualDiversity

Methods 이 논문이 사용한 방법론

Counterfactuals 설명 없음

Similar Papers 제목 키워드 기반

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

Features of Explainability: How users understand counterfactual and causal explanations for categorical and continuous features in XAI

2022-04-21 · Greta Warren, Mark T Keane, Ruth M J Byrne

Counterfactual explanations are increasingly used to address interpretability, recourse, and bias in AI decisions. However, we do not know how well counterfactual explanations help users to understand a systems decisions…

counterfactualExplainable Artificial Intelligence (XAI)

Explainable bank failure prediction models: Counterfactual explanations to reduce the failure risk

2024-07-14 · Seyma Gunonu, Gizem Altun, Mustafa Cavus

The accuracy and understandability of bank failure prediction models are crucial. While interpretable models like logistic regression are favored for their explainability, complex models such as random forest, support ve…

counterfactualCounterfactual Explanation

Optimal Counterfactual Explanations for Scorecard modelling

2021-04-17 · Guillermo Navas-Palencia

Counterfactual explanations is one of the post-hoc methods used to provide explainability to machine learning models that have been attracting attention in recent years. Most examples in the literature, address the probl…

BIG-bench Machine LearningcounterfactualCPUDiversity

Multi-objective Explanations of GNN Predictions

2021-11-29 · Yifei Liu, Chao Chen, Yazheng Liu, Xi Zhang 외

Graph Neural Network (GNN) has achieved state-of-the-art performance in various high-stake prediction tasks, but multiple layers of aggregations on graphs with irregular structures make GNN a less interpretable model. Pr…

counterfactualDecision MakingFairnessGraph Neural Network