LGOct 25, 2024

Global Graph Counterfactual Explanation: A Subgraph Mapping Approach

arXiv:2410.19978v13 citationsh-index: 13Has CodeTrans. Mach. Learn. Res.
Originality Incremental advance
AI Analysis

This addresses the need for interpretable GNNs in real-world applications by providing global explanations, though it is incremental as it builds on existing counterfactual methods.

The paper tackles the problem of explaining Graph Neural Networks (GNNs) by proposing GlobalGCE, a global-level counterfactual explanation method that identifies subgraph mapping rules to change predictions for most graphs, achieving superior performance in experiments.

Graph Neural Networks (GNNs) have been widely deployed in various real-world applications. However, most GNNs are black-box models that lack explanations. One strategy to explain GNNs is through counterfactual explanation, which aims to find minimum perturbations on input graphs that change the GNN predictions. Existing works on GNN counterfactual explanations primarily concentrate on the local-level perspective (i.e., generating counterfactuals for each individual graph), which suffers from information overload and lacks insights into the broader cross-graph relationships. To address such issues, we propose GlobalGCE, a novel global-level graph counterfactual explanation method. GlobalGCE aims to identify a collection of subgraph mapping rules as counterfactual explanations for the target GNN. According to these rules, substituting certain significant subgraphs with their counterfactual subgraphs will change the GNN prediction to the desired class for most graphs (i.e., maximum coverage). Methodologically, we design a significant subgraph generator and a counterfactual subgraph autoencoder in our GlobalGCE, where the subgraphs and the rules can be effectively generated. Extensive experiments demonstrate the superiority of our GlobalGCE compared to existing baselines. Our code can be found at https://anonymous.4open.science/r/GlobalGCE-92E8.

Foundations

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

Your Notes