paper-with-me

Papers

Interpretable Prototype-based Graph Information Bottleneck

2023-10-30 · NeurIPS 2023 11 · Sangwoo Seo, Sungwon Kim, Chanyoung Park

The success of Graph Neural Networks (GNNs) has led to a need for understanding their decision-making process and providing explanations for their predictions, which has given rise to explainable AI (XAI) that offers transparent explanations for black-box models. Recently, the use of prototypes has successfully improved the explainability of models by learning prototypes to imply training graphs that affect the prediction. However, these approaches tend to provide prototypes with excessive information from the entire graph, leading to the exclusion of key substructures or the inclusion of irrelevant substructures, which can limit both the interpretability and the performance of the model in downstream tasks. In this work, we propose a novel framework of explainable GNNs, called interpretable Prototype-based Graph Information Bottleneck (PGIB) that incorporates prototype learning within the information bottleneck framework to provide prototypes with the key subgraph from the input graph that is important for the model prediction. This is the first work that incorporates prototype learning into the process of identifying the key subgraphs that have a critical impact on the prediction performance. Extensive experiments, including qualitative analysis, demonstrate that PGIB outperforms state-of-the-art methods in terms of both prediction performance and explainability.

📄 PDF Abstract BibTeX arXiv:2310.19906

Code (1)

sang-woo-seo/pgib 공식 구현 pytorch

Tasks

Decision MakingPrediction

Similar Papers 제목 키워드 기반

GINTRIP: Interpretable Temporal Graph Regression using Information bottleneck and Prototype-based method

2024-09-17 · Ali Royat, Seyed Mohamad Moghadas, Lesley De Cruz, Adrian Munteanu

Deep neural networks (DNNs) have demonstrated remarkable performance across various domains, yet their application to temporal graph regression tasks faces significant challenges regarding interpretability. This critical…

Graph RegressionMulti-Task Learningregression

EVA-Net: Interpretable Anomaly Detection for Brain Health via Learning Continuous Aging Prototypes from One-Class EEG Cohorts

2025-11-19 · Kunyu Zhang, Mingxuan Wang, Xiangjie Shi, Haoxing Xu 외 arxiv

The brain age is a key indicator of brain health. While electroencephalography (EEG) is a practical tool for this task, existing models struggle with the common challenge of imperfect medical data, such as learning a ``n…

Anomaly Detection

Uncertainty-Aware Concept Bottleneck Models with Enhanced Interpretability

2025-10-01 · Haifei Zhang, Patrick Barry, Eduardo Brandao arxiv

In the context of image classification, Concept Bottleneck Models (CBMs) first embed images into a set of human-understandable concepts, followed by an intrinsically interpretable classifier that predicts labels based on…

Image Classification

Locality-aware Concept Bottleneck Model

2025-08-20 · Sujin Jeon, Hyundo Lee, Eungseo Kim, Sanghack Lee 외 arxiv

Concept bottleneck models (CBMs) are inherently interpretable models that make predictions based on human-understandable visual cues, referred to as concepts. As obtaining dense concept annotations with human labeling is…

Interpretable Counterfactual Explanations Guided by Prototypes

2019-07-03 · Arnaud Van Looveren, Janis Klaise

We propose a fast, model agnostic method for finding interpretable counterfactual explanations of classifier predictions by using class prototypes. We show that class prototypes, obtained using either an encoder or throu…

counterfactualDiagnostic