LGFeb 19

CounterFlowNet: From Minimal Changes to Meaningful Counterfactual Explanations

arXiv:2602.17244v1h-index: 2
Originality Incremental advance
AI Analysis

It addresses the challenge of providing interpretable explanations for AI models, particularly for tabular data with user constraints, representing an incremental improvement over existing methods.

The paper tackled the problem of generating high-quality counterfactual explanations for model predictions by proposing CounterFlowNet, which achieved superior trade-offs in validity, sparsity, plausibility, and diversity across eight datasets.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes