Prototype-Based Explanations for Graph Neural Networks (Student Abstract)

Abstract

Aside the high performance of graph neural networks (GNNs), considerable attention has recently been paid to explanations of black-box deep learning models. Unlike most studies focusing on model explanations based on a specific graph instance, we propose Prototype-bAsed GNN-Explainer (PAGE), a novel model-level explanation method for graph-level classification that explains what the underlying model has learned by providing human-interpretable prototypes. Specifically, our method performs clustering on the embedding space of the underlying GNN model; extracts embeddings in each cluster; and discovers prototypes, which serve as model explanations, by estimating the maximum common subgraph (MCS) from the extracted embeddings. Experimental evaluation demonstrates that PAGE not only provides high-quality explanations but also outperforms the state-of-the-art model-level method in terms of consistency and faithfulness that are performance metrics for quantitative evaluations.

Cite

Text

Shin et al. "Prototype-Based Explanations for Graph Neural Networks (Student Abstract)." AAAI Conference on Artificial Intelligence, 2022. doi:10.1609/AAAI.V36I11.21660

Markdown

[Shin et al. "Prototype-Based Explanations for Graph Neural Networks (Student Abstract)." AAAI Conference on Artificial Intelligence, 2022.](https://mlanthology.org/aaai/2022/shin2022aaai-prototype/) doi:10.1609/AAAI.V36I11.21660

BibTeX

@inproceedings{shin2022aaai-prototype,
  title     = {{Prototype-Based Explanations for Graph Neural Networks (Student Abstract)}},
  author    = {Shin, Yong-Min and Kim, Sun-Woo and Yoon, Eun-Bi and Shin, Won-Yong},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2022},
  pages     = {13047-13048},
  doi       = {10.1609/AAAI.V36I11.21660},
  url       = {https://mlanthology.org/aaai/2022/shin2022aaai-prototype/}
}