paper-with-me

Papers

Meaningfully Debugging Model Mistakes using Conceptual Counterfactual Explanations

2021-06-24 · Abubakar Abid, Mert Yuksekgonul, James Zou

Understanding and explaining the mistakes made by trained models is critical to many machine learning objectives, such as improving robustness, addressing concept drift, and mitigating biases. However, this is often an ad hoc process that involves manually looking at the model's mistakes on many test samples and guessing at the underlying reasons for those incorrect predictions. In this paper, we propose a systematic approach, conceptual counterfactual explanations (CCE), that explains why a classifier makes a mistake on a particular test sample(s) in terms of human-understandable concepts (e.g. this zebra is misclassified as a dog because of faint stripes). We base CCE on two prior ideas: counterfactual explanations and concept activation vectors, and validate our approach on well-known pretrained models, showing that it explains the models' mistakes meaningfully. In addition, for new models trained on data with spurious correlations, CCE accurately identifies the spurious correlation as the cause of model mistakes from a single misclassified test sample. On two challenging medical applications, CCE generated useful insights, confirmed by clinicians, into biases and mistakes the model makes in real-world settings.

📄 PDF Abstract BibTeX arXiv:2106.12723

Code (1)

mertyg/debug-mistakes-cce 공식 구현 pytorch

Tasks

counterfactualmodel

Methods 이 논문이 사용한 방법론

HOC 설명 없음

Similar Papers 제목 키워드 기반

NeuroInspect: Interpretable Neuron-based Debugging Framework through Class-conditional Visualizations

2023-10-11 · Yeong-Joon Ju, Ji-Hoon Park, Seong-Whan Lee

Despite deep learning (DL) has achieved remarkable progress in various domains, the DL models are still prone to making mistakes. This issue necessitates effective debugging tools for DL practitioners to interpret the de…

counterfactualDecision MakingImage Classification

Graph Edits for Counterfactual Explanations: A comparative study

2024-01-21 · Angeliki Dimitriou, Nikolaos Chaidos, Maria Lymperaiou, Giorgos Stamou

Counterfactuals have been established as a popular explainability technique which leverages a set of minimal edits to alter the prediction of a classifier. When considering conceptual counterfactuals on images, the edits…

counterfactualGraph Neural NetworkKnowledge Graphs

Counterfactual Explainable Recommendation

2021-08-24 · Juntao Tan, Shuyuan Xu, Yingqiang Ge, Yunqi Li 외

By providing explanations for users and system designers to facilitate better understanding and decision making, explainable recommendation has been an important research problem. In this paper, we propose Counterfactual…

Causal InferencecounterfactualCounterfactual ExplanationCounterfactual Reasoning+3

Conceptual Edits as Counterfactual Explanations

2022-03-23 · AAAI-MAKE 2022 3 · Giorgos Filandrianos, Konstantinos Thomas, Edmund Dervakos1, Giorgos Stamou1

We propose a framework for generating counterfactual explanations of black-box classifiers, which answer the question “What has to change for this to be classified as X instead of Y?” in terms of given domain knowledge. …

counterfactualCounterfactual Explanation

U-CECE: A Universal Multi-Resolution Framework for Conceptual Counterfactual Explanations

2026-04-09 · Angeliki Dimitriou, Nikolaos Chaidos, Maria Lymperaiou, Giorgos Filandrianos 외 arxiv

As AI models grow more complex, explainability is essential for building trust, yet concept-based counterfactual methods still face a trade-off between expressivity and efficiency. Representing underlying concepts as ato…