English

DistShap: Scalable GNN Explanations with Distributed Shapley Values

Machine Learning 2025-07-01 v1 Artificial Intelligence Distributed, Parallel, and Cluster Computing Machine Learning

Abstract

With the growing adoption of graph neural networks (GNNs), explaining their predictions has become increasingly important. However, attributing predictions to specific edges or features remains computationally expensive. For example, classifying a node with 100 neighbors using a 3-layer GNN may involve identifying important edges from millions of candidates contributing to the prediction. To address this challenge, we propose DistShap, a parallel algorithm that distributes Shapley value-based explanations across multiple GPUs. DistShap operates by sampling subgraphs in a distributed setting, executing GNN inference in parallel across GPUs, and solving a distributed least squares problem to compute edge importance scores. DistShap outperforms most existing GNN explanation methods in accuracy and is the first to scale to GNN models with millions of features by using up to 128 GPUs on the NERSC Perlmutter supercomputer.

Keywords

Cite

@article{arxiv.2506.22668,
  title  = {DistShap: Scalable GNN Explanations with Distributed Shapley Values},
  author = {Selahattin Akkas and Aditya Devarakonda and Ariful Azad},
  journal= {arXiv preprint arXiv:2506.22668},
  year   = {2025}
}

Comments

12 pages

R2 v1 2026-07-01T03:37:25.047Z