LGOct 3, 2023

Towards Robust Fidelity for Evaluating Explainability of Graph Neural Networks

arXiv:2310.01820v220 citationsh-index: 13Has Code
Originality Incremental advance
AI Analysis

This work addresses a foundational challenge in GNN explainability, which is crucial for sensitive applications, though it is incremental as it builds upon existing metrics.

The paper tackles the problem of evaluating explanation functions for Graph Neural Networks (GNNs) by identifying limitations in existing fidelity metrics and introducing a robust class of measures that are resilient to distribution shifts, showing through empirical analysis on synthetic and real datasets that the proposed metrics align better with gold standards.

Graph Neural Networks (GNNs) are neural models that leverage the dependency structure in graphical data via message passing among the graph nodes. GNNs have emerged as pivotal architectures in analyzing graph-structured data, and their expansive application in sensitive domains requires a comprehensive understanding of their decision-making processes -- necessitating a framework for GNN explainability. An explanation function for GNNs takes a pre-trained GNN along with a graph as input, to produce a `sufficient statistic' subgraph with respect to the graph label. A main challenge in studying GNN explainability is to provide fidelity measures that evaluate the performance of these explanation functions. This paper studies this foundational challenge, spotlighting the inherent limitations of prevailing fidelity metrics, including $Fid_+$, $Fid_-$, and $Fid_Δ$. Specifically, a formal, information-theoretic definition of explainability is introduced and it is shown that existing metrics often fail to align with this definition across various statistical scenarios. The reason is due to potential distribution shifts when subgraphs are removed in computing these fidelity measures. Subsequently, a robust class of fidelity measures are introduced, and it is shown analytically that they are resilient to distribution shift issues and are applicable in a wide range of scenarios. Extensive empirical analysis on both synthetic and real datasets are provided to illustrate that the proposed metrics are more coherent with gold standard metrics. The source code is available at https://trustai4s-lab.github.io/fidelity.

Code Implementations1 repo
Foundations

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

Your Notes