paper-with-me

Papers

PAGE: Prototype-Based Model-Level Explanations for Graph Neural Networks

2022-10-31 · Yong-Min Shin, Sun-Woo Kim, Won-Yong Shin

Aside from graph neural networks (GNNs) attracting significant attention as a powerful framework revolutionizing graph representation learning, there has been an increasing demand for explaining GNN models. Although various explanation methods for GNNs have been developed, most studies have focused on instance-level explanations, which produce explanations tailored to a given graph instance. In our study, we propose Prototype-bAsed GNN-Explainer (PAGE), a novel model-level GNN explanation method that explains what the underlying GNN model has learned for graph classification by discovering human-interpretable prototype graphs. Our method produces explanations for a given class, thus being capable of offering more concise and comprehensive explanations than those of instance-level explanations. First, PAGE selects embeddings of class-discriminative input graphs on the graph-level embedding space after clustering them. Then, PAGE discovers a common subgraph pattern by iteratively searching for high matching node tuples using node-level embeddings via a prototype scoring function, thereby yielding a prototype graph as our explanation. Using six graph classification datasets, we demonstrate that PAGE qualitatively and quantitatively outperforms the state-of-the-art model-level explanation method. We also carry out systematic experimental studies by demonstrating the relationship between PAGE and instance-level explanation methods, the robustness of PAGE to input data scarce environments, and the computational efficiency of the proposed prototype scoring function in PAGE.

📄 PDF Abstract BibTeX arXiv:2210.17159

Code (1)

jordan7186/page 공식 구현 pytorch

Tasks

Computational EfficiencyGraph ClassificationGraph Representation LearningRepresentation Learning

Similar Papers 제목 키워드 기반

GRAPE: Graph-Augmented Prototype Explanations for Interactive Medical Image Diagnosis

2026-06-29 · Rasul Khanbayov, Erchin Serpedin, Hasan Kurban arxiv

Prototype-based medical image classifiers present three clinical limitations: they treat findings as independent, silently amplify unsafe physician feedback, and require full retraining whenever a new finding is needed. …

Interpretable Graph-Level Anomaly Detection via Contrast with Normal Prototypes

2026-02-11 · Qiuran Zhao, Kai Ming Ting, Xinpeng Li arxiv

The task of graph-level anomaly detection (GLAD) is to identify anomalous graphs that deviate significantly from the majority of graphs in a dataset. While deep GLAD methods have shown promising performance, their black-…

Anomaly Detection

Towards Prototype-Based Self-Explainable Graph Neural Network

2022-10-05 · Enyan Dai, Suhang Wang

Graph Neural Networks (GNNs) have shown great ability in modeling graph-structured data for various domains. However, GNNs are known as black-box models that lack interpretability. Without understanding their inner worki…

Graph Neural Network

PaGE-Link: Path-based Graph Neural Network Explanation for Heterogeneous Link Prediction

2023-02-24 · Shichang Zhang, Jiani Zhang, Xiang Song, Soji Adeshina 외

Transparency and accountability have become major concerns for black-box machine learning (ML) models. Proper explanations for the model behavior increase model transparency and help researchers develop more accountable …

Graph Neural NetworkLink Prediction

Towards Faithful Class-level Self-explainability in Graph Neural Networks by Subgraph Dependencies

2025-08-15 · Fanzhen Liu, Xiaoxiao Ma, Jian Yang, Alsharif Abuadbba 외 arxiv

Enhancing the interpretability of graph neural networks (GNNs) is crucial to ensure their safe and fair deployment. Recent work has introduced self-explainable GNNs that generate explanations as part of training, improvi…

Graph Classification