paper-with-me

홈 › Papers

SCOUT: Self-aware Discriminant Counterfactual Explanations

2020-04-16 · CVPR 2020 6 · Pei Wang, Nuno Vasconcelos

The problem of counterfactual visual explanations is considered. A new family of discriminant explanations is introduced. These produce heatmaps that attribute high scores to image regions informative of a classifier prediction but not of a counter class. They connect attributive explanations, which are based on a single heat map, to counterfactual explanations, which account for both predicted class and counter class. The latter are shown to be computable by combination of two discriminant explanations, with reversed class pairs. It is argued that self-awareness, namely the ability to produce classification confidence scores, is important for the computation of discriminant explanations, which seek to identify regions where it is easy to discriminate between prediction and counter class. This suggests the computation of discriminant explanations by the combination of three attribution maps. The resulting counterfactual explanations are optimization free and thus much faster than previous methods. To address the difficulty of their evaluation, a proxy task and set of quantitative metrics are also proposed. Experiments under this protocol show that the proposed counterfactual explanations outperform the state of the art while achieving much higher speeds, for popular networks. In a human-learning machine teaching experiment, they are also shown to improve mean student accuracy from chance level to 95\%.

📄 PDF Abstract BibTeX arXiv:2004.07769

Code (2)

peiwang062/SCOUT 공식 구현 pytorch
RuoyuChen10/SCOUT-Face pytorch

Tasks

Attributecounterfactual

Similar Papers 제목 키워드 기반

The Gaussian Discriminant Variational Autoencoder (GdVAE): A Self-Explainable Model with Counterfactual Explanations

2024-09-19 · Anselm Haselhoff, Kevin Trelenberg, Fabian Küppers, Jonas Schneider

Visual counterfactual explanation (CF) methods modify image concepts, e.g, shape, to change a prediction to a predefined outcome while closely resembling the original query image. Unlike self-explainable models (SEMs) an…

ClassificationcounterfactualCounterfactual ExplanationExplainable Artificial Intelligence (XAI)+2

Explainable Image Recognition via Enhanced Slot-attention Based Classifier

2024-07-08 · Bowen Wang, Liangzhi Li, Jiahao Zhang, Yuta Nakashima 외

The imperative to comprehend the behaviors of deep learning models is of utmost importance. In this realm, Explainable Artificial Intelligence (XAI) has emerged as a promising avenue, garnering increasing interest in rec…

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)

SCoUT: Scalable Communication via Utility-Guided Temporal Grouping in Multi-Agent Reinforcement Learning

2026-03-05 · Manav Vora, Gokul Puthumanaillam, Hiroyasu Tsukamoto, Melkior Ornik arxiv

Communication can improve coordination in partially observed multi-agent reinforcement learning (MARL), but learning \emph{when} and \emph{who} to communicate with requires choosing among many possible sender-recipient p…

Multi-agent Reinforcement Learning

Interpretable Model-Aware Counterfactual Explanations for Random Forest

2025-10-31 · Joshua S. Harvey, Guanchao Feng, Sai Anusha Meesala, Tina Zhao 외 arxiv

Despite their enormous predictive power, machine learning models are often unsuitable for applications in regulated industries such as finance, due to their limited capacity to provide explanations. While model-agnostic …

Feature Importance

Self-Interpretable Time Series Prediction with Counterfactual Explanations

2023-06-09 · Jingquan Yan, Hao Wang

Interpretable time series prediction is crucial for safety-critical areas such as healthcare and autonomous driving. Most existing methods focus on interpreting predictions by assigning important scores to segments of ti…

Autonomous DrivingcounterfactualCounterfactual InferencePrediction+2