paper-with-me

홈 › Papers

Promoting Counterfactual Robustness through Diversity

2023-12-11 · Francesco Leofante, Nico Potyka

Counterfactual explanations shed light on the decisions of black-box models by explaining how an input can be altered to obtain a favourable decision from the model (e.g., when a loan application has been rejected). However, as noted recently, counterfactual explainers may lack robustness in the sense that a minor change in the input can cause a major change in the explanation. This can cause confusion on the user side and open the door for adversarial attacks. In this paper, we study some sources of non-robustness. While there are fundamental reasons for why an explainer that returns a single counterfactual cannot be robust in all instances, we show that some interesting robustness guarantees can be given by reporting multiple rather than a single counterfactual. Unfortunately, the number of counterfactuals that need to be reported for the theoretical guarantees to hold can be prohibitively large. We therefore propose an approximation algorithm that uses a diversity criterion to select a feasible number of most relevant explanations and study its robustness empirically. Our experiments indicate that our method improves the state-of-the-art in generating robust explanations, while maintaining other desirable properties and providing competitive computational performance.

📄 PDF Abstract BibTeX arXiv:2312.06564

Code (1)

fraleo/robust_counterfactuals_aaai24 공식 구현 tf

Tasks

counterfactualDiversity

Methods 이 논문이 사용한 방법론

Counterfactuals 설명 없음

Similar Papers 제목 키워드 기반

Improving Adversarial Robustness via Promoting Ensemble Diversity

2019-01-25 · Tianyu Pang, Kun Xu, Chao Du, Ning Chen 외

Though deep neural networks have achieved significant progress on various tasks, often enhanced by model ensemble, existing high-performance models can be vulnerable to adversarial attacks. Many efforts have been devoted…

Adversarial RobustnessDiversity

DiCE-Extended: A Robust Approach to Counterfactual Explanations in Machine Learning

2025-04-26 · Volkan Bakir, Polat Goktas, Sureyya Akyuz

Explainable artificial intelligence (XAI) has become increasingly important in decision-critical domains such as healthcare, finance, and law. Counterfactual (CF) explanations, a key approach in XAI, provide users with a…

counterfactualDiversityExplainable artificial intelligenceExplainable Artificial Intelligence (XAI)

From Invariant Representations to Invariant Data: Provable Robustness to Spurious Correlations via Noisy Counterfactual Matching

2025-05-30 · Ruqi Bai, Yao Ji, Zeyu Zhou, David I. Inouye

Spurious correlations can cause model performance to degrade in new environments. Prior causality-inspired works aim to learn invariant representations (e.g., IRM) but typically underperform empirical risk minimization (…

counterfactualDiversity

Ensemble of Counterfactual Explainers

2023-08-29 · Riccardo Guidotti, Salvatore Ruggieri

In eXplainable Artificial Intelligence (XAI), several counterfactual explainers have been proposed, each focusing on some desirable properties of counterfactual instances: minimality, actionability, stability, diversity,…

counterfactualDiversityExplainable artificial intelligenceExplainable Artificial Intelligence (XAI)

Counterfactually Augmented Data and Unintended Bias: The Case of Sexism and Hate Speech Detection

2022-05-09 · NAACL 2022 7 · Indira Sen, Mattia Samory, Claudia Wagner, Isabelle Augenstein

Counterfactually Augmented Data (CAD) aims to improve out-of-domain generalizability, an indicator of model robustness. The improvement is credited with promoting core features of the construct over spurious artifacts th…

Hate Speech Detection