paper-with-me

Papers

Global Graph Counterfactual Explanation: A Subgraph Mapping Approach

2024-10-25 · Yinhan He, Wendy Zheng, Yaochen Zhu, Jing Ma, Saumitra Mishra, Natraj Raman, Ninghao Liu, Jundong Li

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.

📄 PDF Abstract BibTeX arXiv:2410.19978

Code (0)

등록된 구현이 없습니다.

Tasks

counterfactualCounterfactual Explanation

Methods 이 논문이 사용한 방법론

Counterfactuals 설명 없음

Similar Papers 제목 키워드 기반

Robust Counterfactual Explanations on Graph Neural Networks

2021-07-08 · NeurIPS 2021 12 · Mohit Bajaj, Lingyang Chu, Zi Yu Xue, Jian Pei 외

Massive deployment of Graph Neural Networks (GNNs) in high-stake applications generates a strong demand for explanations that are robust to noise and align well with human intuition. Most existing methods generate explan…

counterfactualPrediction

Global Human-guided Counterfactual Explanations for Molecular Properties via Reinforcement Learning

2024-06-19 · Danqing Wang, Antonis Antoniades, Kha-Dinh Luong, Edwin Zhang 외

Counterfactual explanations of Graph Neural Networks (GNNs) offer a powerful way to understand data that can naturally be represented by a graph structure. Furthermore, in many domains, it is highly desirable to derive d…

counterfactualCounterfactual ExplanationExplanation GenerationMolecular Property Prediction+1

GCFX: Generative Counterfactual Explanations for Deep Graph Models at the Model Level

2026-01-26 · Jinlong Hu, Jiacheng Liu arxiv

Deep graph learning models have demonstrated remarkable capabilities in processing graph-structured data and have been widely applied across various fields. However, their complex internal architectures and lack of trans…

Graph GenerationGraph Learning

COMRECGC: Global Graph Counterfactual Explainer through Common Recourse

2025-05-11 · Gregoire Fournier, Sourav Medya

Graph neural networks (GNNs) have been widely used in various domains such as social networks, molecular biology, or recommendation systems. Concurrently, different explanations methods of GNNs have arisen to complement …

Binary ClassificationcounterfactualCounterfactual ExplanationDrug Discovery+1

TreeX: Generating Global Graphical GNN Explanations via Critical Subtree Extraction

2025-03-12 · Shengyao Lu, Jiuding Yang, Baochun Li, Di Niu

The growing demand for transparency and interpretability in critical domains has driven increased interests in comprehending the explainability of Message-Passing (MP) Graph Neural Networks (GNNs). Although substantial r…