BetaExplainer: A Probabilistic Method to Explain Graph Neural Networks
Whitney Sloneker, Shalin Patel, Michael Wang, Lorin Crawford, Ritambhara Singh
TL;DR
The paper tackles explainability for Graph Neural Networks by producing edge-level explanations with quantified uncertainty. BetaExplainer uses a Beta-distributed edge mask and a variational ELBO objective to learn $P(M|f(X,G))$, yielding probabilistic edge importance scores. It demonstrates improved fidelity and uncertainty-aware rankings across seven simulated datasets, notably in sparse-feature settings, when compared to GNNExplainer and SubgraphX. The framework provides a scalable, priors-aware explanation approach that supports hypothesis generation and can reduce downstream costs by focusing on high-confidence edges.
Abstract
Graph neural networks (GNNs) are powerful tools for conducting inference on graph data but are often seen as "black boxes" due to difficulty in extracting meaningful subnetworks driving predictive performance. Many interpretable GNN methods exist, but they cannot quantify uncertainty in edge weights and suffer in predictive accuracy when applied to challenging graph structures. In this work, we proposed BetaExplainer which addresses these issues by using a sparsity-inducing prior to mask unimportant edges during model training. To evaluate our approach, we examine various simulated data sets with diverse real-world characteristics. Not only does this implementation provide a notion of edge importance uncertainty, it also improves upon evaluation metrics for challenging datasets compared to state-of-the art explainer methods.
