paper-with-me

Papers

MotifExplainer: a Motif-based Graph Neural Network Explainer

2022-02-01 · Zhaoning Yu, Hongyang Gao

We consider the explanation problem of Graph Neural Networks (GNNs). Most existing GNN explanation methods identify the most important edges or nodes but fail to consider substructures, which are more important for graph data. The only method that considers subgraphs tries to search all possible subgraphs and identify the most significant subgraphs. However, the subgraphs identified may not be recurrent or statistically important. In this work, we propose a novel method, known as MotifExplainer, to explain GNNs by identifying important motifs, recurrent and statistically significant patterns in graphs. Our proposed motif-based methods can provide better human-understandable explanations than methods based on nodes, edges, and regular subgraphs. Given an input graph and a pre-trained GNN model, our method first extracts motifs in the graph using well-designed motif extraction rules. Then we generate motif embedding by feeding motifs into the pre-trained GNN. Finally, we employ an attention-based method to identify the most influential motifs as explanations for the final prediction results. The empirical studies on both synthetic and real-world datasets demonstrate the effectiveness of our method.

📄 PDF Abstract BibTeX arXiv:2202.00519

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural Network

Similar Papers 제목 키워드 기반

Rethinking Explaining Graph Neural Networks via Non-parametric Subgraph Matching

2023-01-07 · Fang Wu, Siyuan Li, Xurui Jin, Yinghui Jiang 외

The success of graph neural networks (GNNs) provokes the question about explainability: ``Which fraction of the input graph is the most determinant of the prediction?'' Particularly, parametric explainers prevail in exis…

Graph Sampling

TempME: Towards the Explainability of Temporal Graph Neural Networks via Motif Discovery

2023-10-30 · NeurIPS 2023 11 · Jialin Chen, Rex Ying

Temporal graphs are widely used to model dynamic systems with time-varying interactions. In real-world scenarios, the underlying mechanisms of generating future interactions in dynamic systems are typically governed by a…

Addressing the Scarcity of Benchmarks for Graph XAI

2025-05-18 · Michele Fontanesi, Alessio Micheli, Marco Podda, Domenico Tortorella

While Graph Neural Networks (GNNs) have become the de facto model for learning from structured data, their decisional process remains opaque to the end user, undermining their deployment in safety-critical applications. …

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)Graph Classification

SynHING: Synthetic Heterogeneous Information Network Generation for Graph Learning and Explanation

2024-01-07 · Ming-Yi Hong, Yi-Hsiang Huang, Shao-En Lin, You-Chen Teng 외

Graph Neural Networks (GNNs) excel in delineating graph structures in diverse domains, including community analysis and recommendation systems. As the interpretation of GNNs becomes increasingly important, the demand for…

Graph LearningInterpretable Machine LearningNode ClassificationRecommendation Systems

Explaining Graph Neural Networks via Structure-aware Interaction Index

2024-05-23 · Ngoc Bui, Hieu Trung Nguyen, Viet Anh Nguyen, Rex Ying

The Shapley value is a prominent tool for interpreting black-box machine learning models thanks to its strong theoretical foundation. However, for models with structured inputs, such as graph neural networks, existing Sh…