paper-with-me

홈 › Papers

Graph-based Integrated Gradients for Explaining Graph Neural Networks

2025-09-09 · Lachlan Simpson, Kyle Millar, Adriel Cheng, Cheng-Chew Lim, Hong Gunn Chew arxiv

Integrated Gradients (IG) is a common explainability technique to address the black-box problem of neural networks. Integrated gradients assumes continuous data. Graphs are discrete structures making IG ill-suited to graphs. In this work, we introduce graph-based integrated gradients (GB-IG); an extension of IG to graphs. We demonstrate on four synthetic datasets that GB-IG accurately identifies crucial structural components of the graph used in classification tasks. We further demonstrate on three prevalent real-world graph datasets that GB-IG outperforms IG in highlighting important features for node classification tasks.

📄 PDF Abstract BibTeX arXiv:2509.07648

Code (0)

등록된 구현이 없습니다.

Tasks

Node Classification

Similar Papers 제목 키워드 기반

Case Study: Explaining Diabetic Retinopathy Detection Deep CNNs via Integrated Gradients

2017-09-27 · Linyi Li, Matt Fredrikson, Shayak Sen, Anupam Datta

In this report, we applied integrated gradients to explaining a neural network for diabetic retinopathy detection. The integrated gradient is an attribution method which measures the contributions of input to the quantit…

Diabetic Retinopathy Detection

Time series saliency maps: explaining models across multiple domains

2025-05-19 · Christodoulos Kechris, Jonathan Dan, David Atienza

Traditional saliency map methods, popularized in computer vision, highlight individual points (pixels) of the input that contribute the most to the model's output. However, in time-series they offer limited insights as s…

Explainable Artificial Intelligence (XAI)Interpretability Techniques for Deep LearningPhotoplethysmography (PPG) heart rate estimationSeizure Detection+2

Generalized Integrated Gradients: A practical method for explaining diverse ensembles

2019-09-04 · John Merrill, Geoff Ward, Sean Kamkar, Jay Budzik 외

We introduce Generalized Integrated Gradients (GIG), a formal extension of the Integrated Gradients (IG) (Sundararajan et al., 2017) method for attributing credit to the input variables of a predictive model. GIG improve…

Explaining GNN Explanations with Edge Gradients

2025-08-01 · Jesse He, Akbar Rafiey, Gal Mishne, Yusu Wang arxiv

In recent years, the remarkable success of graph neural networks (GNNs) on graph-structured data has prompted a surge of methods for explaining GNN predictions. However, the state-of-the-art for GNN explainability remain…

GradXKG: A Universal Explain-per-use Temporal Knowledge Graph Explainer

2023-10-07 · Chenhan Yuan, Hoda Eldardiry

Temporal knowledge graphs (TKGs) have shown promise for reasoning tasks by incorporating a temporal dimension to represent how facts evolve over time. However, existing TKG reasoning (TKGR) models lack explainability due…

Knowledge Graphs