paper-with-me

홈 › Papers

GIN-Graph: A Generative Interpretation Network for Model-Level Explanation of Graph Neural Networks

2025-03-08 · Xiao Yue, Guangzhi Qu, Lige Gan

One significant challenge of exploiting Graph neural networks (GNNs) in real-life scenarios is that they are always treated as black boxes, therefore leading to the requirement of interpretability. Model-level interpretations explain what patterns maximize probability of predicting to a certain class. However, existing model-level interpretation methods pose several limitations such as generating invalid explanation graphs and requiring extreme fine-tuning on hyperparameters manually. In this paper, we propose a new Generative Interpretation Network for Model-Level Explanation of Graph Neural Networks (GIN-Graph), to generate reliable model-level explanation graphs. The implicit and likelihood-free generative adversarial networks are exploited to construct explanation graphs similar to original graphs, meanwhile maximizing the prediction probability for a certain class by adopting a novel objective function. Experimental results indicate that GIN-Graph can be easily applied to GNN models trained on a variety of graph datasets to create meaningful explanation graphs without requiring extensive fine-tuning on hyperparameters.

📄 PDF Abstract BibTeX arXiv:2503.06352

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

CLEAR: Generative Counterfactual Explanations on Graphs

2022-10-16 · Jing Ma, Ruocheng Guo, Saumitra Mishra, Aidong Zhang 외

Counterfactual explanations promote explainability in machine learning models by answering the question "how should an input instance be perturbed to obtain a desired predicted label?". The comparison of this instance be…

counterfactualCounterfactual ExplanationExplanation Generation

A Probabilistic Interpretation of Sampling Theory of Graph Signals

2015-03-23 · Akshay Gadde, Antonio Ortega

We give a probabilistic interpretation of sampling theory of graph signals. To do this, we first define a generative model for the data using a pairwise Gaussian random field (GRF) which depends on the graph. We show tha…

General Classification

KS-GNNExplainer: Global Model Interpretation Through Instance Explanations On Histopathology images

2023-04-14 · Sina Abdous, Reza Abdollahzadeh, Mohammad Hossein Rohban

Instance-level graph neural network explainers have proven beneficial for explaining such networks on histopathology images. However, there has been few methods that provide model explanations, which are common patterns …

Graph GenerationGraph Neural Network

PGX: A Multi-level GNN Explanation Framework Based on Separate Knowledge Distillation Processes

2022-08-05 · Tien-Cuong Bui, Wen-Syan Li, Sang-Kyun Cha

Graph Neural Networks (GNNs) are widely adopted in advanced AI systems due to their capability of representation learning on graph data. Even though GNN explanation is crucial to increase user trust in the systems, it is…

Knowledge DistillationRepresentation Learning

GNNInterpreter: A Probabilistic Generative Model-Level Explanation for Graph Neural Networks

2022-09-15 · Xiaoqi Wang, Han-Wei Shen

Recently, Graph Neural Networks (GNNs) have significantly advanced the performance of machine learning tasks on graphs. However, this technological breakthrough makes people wonder: how does a GNN make such decisions, an…

Decision Making