FACExplainer: Generating Model-faithful Explanations for Graph Neural Networks Guided by Spatial Information.

Hua Yang,C. L. Philip Chen,Bianna Chen,Tong Zhang
DOI: https://doi.org/10.1109/BIBM58861.2023.10385740
2023-01-01
Abstract:Graph neural networks (GNNs) have been widely applied in various decision-crucial fields, where accurate predictions with high interpretability are desired. Thus, numerous post-hoc explainers for GNNs have been proposed. However, some prioritize human-intelligible explanations through graph rules, such as the connection rule, which undermines the explanation’s faithfulness to the model. This paper proposes an innovative method, FACExplainer, that re-examines the role of spatial information within GNNs for generating model-faithful explanations. FACExplainer employs activation maps from the last graph convolution to narrow down a compact search space. Our approach further identifies the subgraph that maximizes mutual information as the explanation, eliminating the need for domain-specific knowledge about the downstream task. Empirical analysis of FACExplainer on seven benchmark datasets with three classical GNNs reveals significantly improved explanation quality while consuming less time when compared to leading explainers. The source code of FACExplainer is freely available at https://github.com/HuaYangttt/Facexplainer/.
What problem does this paper attempt to address?