paper-with-me

홈 › Papers

Edge-Level Explanations for Graph Neural Networks by Extending Explainability Methods for Convolutional Neural Networks

2021-11-01 · Tetsu Kasanishi, Xueting Wang, Toshihiko Yamasaki

Graph Neural Networks (GNNs) are deep learning models that take graph data as inputs, and they are applied to various tasks such as traffic prediction and molecular property prediction. However, owing to the complexity of the GNNs, it has been difficult to analyze which parts of inputs affect the GNN model's outputs. In this study, we extend explainability methods for Convolutional Neural Networks (CNNs), such as Local Interpretable Model-Agnostic Explanations (LIME), Gradient-Based Saliency Maps, and Gradient-Weighted Class Activation Mapping (Grad-CAM) to GNNs, and predict which edges in the input graphs are important for GNN decisions. The experimental results indicate that the LIME-based approach is the most efficient explainability method for multiple tasks in the real-world situation, outperforming even the state-of-the-art method in GNN explainability.

📄 PDF Abstract BibTeX arXiv:2111.00722

Code (0)

등록된 구현이 없습니다.

Tasks

Molecular Property PredictionProperty PredictionTraffic Prediction

Similar Papers 제목 키워드 기반

Unifying Post-hoc Explanations of Knowledge Graph Completions

2025-07-29 · Alessandro Lonardi, Samy Badreddine, Tarek R. Besold, Pablo Sanchez Martin arxiv

Knowledge Graphs organize information as entity-relation-entity triples, enabling machine learning models to predict plausible missing triples in a task known as Knowledge Graph Completion (KGC). Post-hoc explainability …

Knowledge Graph CompletionKnowledge Graphs

A Completion-Aware Framework for Impactful Counterfactual Explainability in Graph Neural Networks

2026-06-20 · Maria Myrto Villia, Filippos Gouidis, Theodore Patkos, Panos Trahanias arxiv

In this study, we propose a novel pipeline for generic, model-agnostic, local-level counterfactual explainability in graph neural networks (GNNs). Although counterfactual explainers capable of both adding and removing ed…

Explanation GenerationGraph ClassificationLink 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

D4Explainer: In-Distribution GNN Explanations via Discrete Denoising Diffusion

2023-10-30 · Jialin Chen, Shirley Wu, Abhijit Gupta, Rex Ying

The widespread deployment of Graph Neural Networks (GNNs) sparks significant interest in their explainability, which plays a vital role in model auditing and ensuring trustworthy graph learning. The objective of GNN expl…

counterfactualDenoisingGraph Learning

D4Explainer: In-distribution Explanations of Graph Neural Network via Discrete Denoising Diffusion

2023-09-21 · NeurIPS 2023 11

The widespread deployment of Graph Neural Networks (GNNs) sparks significant interest in their explainability, which plays a vital role in model auditing and ensuring trustworthy graph learning. The objective of GNN expl…