PAGE: Parametric Generative Explainer for Graph Neural Network
Yang Qiu, Wei Liu, Jun Wang, Ruixuan Li

TL;DR
PAGE is a novel generative framework that provides faithful, efficient explanations for graph neural networks by generating causal substructures without requiring prior knowledge or internal model details.
Contribution
The paper introduces PAGE, a parametric generative explainer that operates at the sample level, utilizing an auto-encoder and discriminator to produce causal explanations without perturbation.
Findings
Achieves highest faithfulness and accuracy in explanations.
Outperforms baseline models in efficiency.
Works on both synthetic and real-world datasets.
Abstract
This article introduces PAGE, a parameterized generative interpretive framework. PAGE is capable of providing faithful explanations for any graph neural network without necessitating prior knowledge or internal details. Specifically, we train the auto-encoder to generate explanatory substructures by designing appropriate training strategy. Due to the dimensionality reduction of features in the latent space of the auto-encoder, it becomes easier to extract causal features leading to the model's output, which can be easily employed to generate explanations. To accomplish this, we introduce an additional discriminator to capture the causality between latent causal features and the model's output. By designing appropriate optimization objectives, the well-trained discriminator can be employed to constrain the encoder in generating enhanced causal features. Finally, these features are mapped…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Advanced Graph Neural Networks · Explainable Artificial Intelligence (XAI)
MethodsGraph Neural Network
