Game-theoretic Counterfactual Explanation for Graph Neural Networks
Chirag Chhablani, Sarthak Jain, Akshay Channesh, Ian A. Kash, Sourav, Medya

TL;DR
This paper introduces a non-learning, semivalue-based method for generating counterfactual explanations in Graph Neural Networks, improving efficiency and robustness over traditional methods like Shapley values.
Contribution
It proposes a novel semivalue-based approach using Banzhaf values for CFE in GNNs, eliminating the need for training and enhancing computational efficiency.
Findings
Banzhaf values require fewer samples than Shapley values.
The method achieves up to four times faster explanations.
Thresholding Banzhaf values improves robustness and explanation quality.
Abstract
Graph Neural Networks (GNNs) have been a powerful tool for node classification tasks in complex networks. However, their decision-making processes remain a black-box to users, making it challenging to understand the reasoning behind their predictions. Counterfactual explanations (CFE) have shown promise in enhancing the interpretability of machine learning models. Prior approaches to compute CFE for GNNS often are learning-based approaches that require training additional graphs. In this paper, we propose a semivalue-based, non-learning approach to generate CFE for node classification tasks, eliminating the need for any additional training. Our results reveals that computing Banzhaf values requires lower sample complexity in identifying the counterfactual explanations compared to other popular methods such as computing Shapley values. Our empirical evidence indicates computing Banzhaf…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsExplainable Artificial Intelligence (XAI) · Adversarial Robustness in Machine Learning · Advanced Graph Neural Networks
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
