paper-with-me

Papers

Towards Prototype-Based Self-Explainable Graph Neural Network

2022-10-05 · Enyan Dai, Suhang Wang

Graph Neural Networks (GNNs) have shown great ability in modeling graph-structured data for various domains. However, GNNs are known as black-box models that lack interpretability. Without understanding their inner working, we cannot fully trust them, which largely limits their adoption in high-stake scenarios. Though some initial efforts have been taken to interpret the predictions of GNNs, they mainly focus on providing post-hoc explanations using an additional explainer, which could misrepresent the true inner working mechanism of the target GNN. The works on self-explainable GNNs are rather limited. Therefore, we study a novel problem of learning prototype-based self-explainable GNNs that can simultaneously give accurate predictions and prototype-based explanations on predictions. We design a framework which can learn prototype graphs that capture representative patterns of each class as class-level explanations. The learned prototypes are also used to simultaneously make prediction for for a test instance and provide instance-level explanation. Extensive experiments on real-world and synthetic datasets show the effectiveness of the proposed framework for both prediction accuracy and explanation quality.

📄 PDF Abstract BibTeX arXiv:2210.01974

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural Network

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Prototype-based Interpretable Graph Neural Networks

2022-11-16 · IEEE Transactions on Artificial Intelligence 2022 11 · Alessio Ragno, Biagio La Rosa, Roberto Capobianco

Graph neural networks have proved to be a key tool for dealing with many problems and domains such as chemistry, natural language processing and social networks. While the structure of the layers is simple, it is difficu…

Explainable ModelsGraph Neural NetworkNode Classification

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

ProGReST: Prototypical Graph Regression Soft Trees for Molecular Property Prediction

2022-10-07 · Dawid Rymarczyk, Daniel Dobrowolski, Tomasz Danel

In this work, we propose the novel Prototypical Graph Regression Self-explainable Trees (ProGReST) model, which combines prototype learning, soft decision trees, and Graph Neural Networks. In contrast to other works, our…

Graph RegressionMolecular Property PredictionPredictionProperty Prediction+1

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 tra…

Decision MakingPrediction

ProtoVAE: A Trustworthy Self-Explainable Prototypical Variational Model

2022-10-15 · Srishti Gautam, Ahcene Boubekki, Stine Hansen, Suaiba Amina Salahuddin 외

The need for interpretable models has fostered the development of self-explainable classifiers. Prior approaches are either based on multi-stage optimization schemes, impacting the predictive performance of the model, or…

Diversitymodel