paper-with-me

홈 › Papers

CounterFlowNet: From Minimal Changes to Meaningful Counterfactual Explanations

2026-02-19 · Oleksii Furman, Patryk Marszałek, Jan Masłowski, Piotr Gaiński, Maciej Zięba, Marek Śmieja arxiv

Counterfactual explanations (CFs) provide human-interpretable insights into model's predictions by identifying minimal changes to input features that would alter the model's output. However, existing methods struggle to generate multiple high-quality explanations that (1) affect only a small portion of the features, (2) can be applied to tabular data with heterogeneous features, and (3) are consistent with the user-defined constraints. We propose CounterFlowNet, a generative approach that formulates CF generation as sequential feature modification using conditional Generative Flow Networks (GFlowNet). CounterFlowNet is trained to sample CFs proportionally to a user-specified reward function that can encode key CF desiderata: validity, sparsity, proximity and plausibility, encouraging high-quality explanations. The sequential formulation yields highly sparse edits, while a unified action space seamlessly supports continuous and categorical features. Moreover, actionability constraints, such as immutability and monotonicity of features, can be enforced at inference time via action masking, without retraining. Experiments on eight datasets under two evaluation protocols demonstrate that CounterFlowNet achieves superior trade-offs between validity, sparsity, plausibility, and diversity with full satisfaction of the given constraints.

📄 PDF Abstract BibTeX arXiv:2602.17244

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Counterfactual Explanations for Hypergraph Neural Networks

2026-02-04 · Fabiano Veglianti, Lorenzo Antonelli, Gabriele Tolomei arxiv

Hypergraph neural networks (HGNNs) effectively model higher-order interactions in many real-world systems but remain difficult to interpret, limiting their deployment in high-stakes settings. We introduce CF-HyperGNNExpl…

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

Designing Counterfactual Generators using Deep Model Inversion

2021-09-29 · NeurIPS 2021 12 · Jayaraman J. Thiagarajan, Vivek Narayanaswamy, Deepta Rajan, Jason Liang 외

Explanation techniques that synthesize small, interpretable changes to a given image while producing desired changes in the model prediction have become popular for introspecting black-box models. Commonly referred to as…

counterfactualImage Generationmodel

MASCOTS: Model-Agnostic Symbolic COunterfactual explanations for Time Series

2025-03-28 · Dawid Płudowski, Francesco Spinnato, Piotr Wilczyński, Krzysztof Kotowski 외

Counterfactual explanations provide an intuitive way to understand model decisions by identifying minimal changes required to alter an outcome. However, applying counterfactual methods to time series models remains chall…

counterfactualCounterfactual ReasoningTime Series

An Empirical Study of Counterfactual Self-Explanations in LLMs

2026-09-15 · Giannis Kalyvas, Giorgos Filandrianos, Orfeas Menis Mastromichalakis, Vassilis Lyberatos 외 arxiv

Large language models can easily generate explanations for their own outputs, but such self-explanations are not necessarily faithful to the model's behavior. We study this issue through counterfactual self-explanations,…

Natural Language InferenceSentiment Analysis