Counterfactual Transition Graphs: Evaluating Cross-Class Transition Quality

📅 2026-08-24
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
本文提出了一种反事实转换图(CGT)方法,用于评估时间序列分类器中类别之间的转换质量,揭示了分类器内部结构,并对比了不同反事实解释方法的效果。
📝 Abstract
Counterfactual (CF) explanations for time-series classifiers are usually evaluated one example at a time: what minimal edit flips this single window's prediction? We argue that the more informative question for diagnostic interpretability is structural: how does the classifier connect its own classes to each other? We propose a counterfactual transition graph (CGT) in which each node is a class and each edge weight is the CF reliability of the transition from one prototype to another under a proximity aware retrieval sweep. On a six-class hand-movement task, we induce a CGT that reveals a non-trivial topology, which is not predicted by the binary confusion matrix: it shows that counterfactual reachability does not align with classifier accuracy and even runs counter to it (Spearman $ρ=-0.37$ over the 15 pairs), i.e. the boundaries the classifier separates most confidently are among those an in-distribution edit can least often cross. Our framework is method agnostic, i.e. any CF-explainers can be used. Presently, we use it to juxtapose replacement-based CFs with gradient-based CFs; gradient-based methods reach almost any class by stepping off the data manifold, while replacement-based methods stay on it and fail on precisely the rigid boundaries.
Problem

Research questions and friction points this paper is trying to address.

Counterfactual Transition Graphs
Cross-Class Transition Quality
Time-Series Classifiers
Diagnostic Interpretability
Innovation

Methods, ideas, or system contributions that make the work stand out.

Counterfactual Transition Graph
Cross-Class Transition Quality
Proximity Aware Retrieval Sweep
Classifier Interpretability
Gradient-based CFs
🔎 Similar Papers