paper-with-me

홈 › Papers

MAGE: Model-Level Graph Neural Networks Explanations via Motif-based Graph Generation

2024-05-21 · Zhaoning Yu, Hongyang Gao

Graph Neural Networks (GNNs) have shown remarkable success in molecular tasks, yet their interpretability remains challenging. Traditional model-level explanation methods like XGNN and GNNInterpreter often fail to identify valid substructures like rings, leading to questionable interpretability. This limitation stems from XGNN's atom-by-atom approach and GNNInterpreter's reliance on average graph embeddings, which overlook the essential structural elements crucial for molecules. To address these gaps, we introduce an innovative \textbf{M}otif-b\textbf{A}sed \textbf{G}NN \textbf{E}xplainer (MAGE) that uses motifs as fundamental units for generating explanations. Our approach begins with extracting potential motifs through a motif decomposition technique. Then, we utilize an attention-based learning method to identify class-specific motifs. Finally, we employ a motif-based graph generator for each class to create molecular graph explanations based on these class-specific motifs. This novel method not only incorporates critical substructures into the explanations but also guarantees their validity, yielding results that are human-understandable. Our proposed method's effectiveness is demonstrated through quantitative and qualitative assessments conducted on six real-world molecular datasets.

📄 PDF Abstract BibTeX arXiv:2405.12519

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Generationvalid

Similar Papers 제목 키워드 기반

MotifExplainer: a Motif-based Graph Neural Network Explainer

2022-02-01 · Zhaoning Yu, Hongyang Gao

We consider the explanation problem of Graph Neural Networks (GNNs). Most existing GNN explanation methods identify the most important edges or nodes but fail to consider substructures, which are more important for graph…

Graph Neural Network

GRAPHSHAP: Explaining Identity-Aware Graph Classifiers Through the Language of Motifs

2022-02-17 · Alan Perotti, Paolo Bajardi, Francesco Bonchi, André Panisson

Most methods for explaining black-box classifiers (e.g. on tabular data, images, or time series) rely on measuring the impact that removing/perturbing features has on the model output. This forces the explanation languag…

ClassificationComputational EfficiencyGraph ClassificationTime Series Analysis

L2XGNN: Learning to Explain Graph Neural Networks

2022-09-28 · Giuseppe Serra, Mathias Niepert

Graph Neural Networks (GNNs) are a popular class of machine learning models. Inspired by the learning to explain (L2X) paradigm, we propose L2XGNN, a framework for explainable GNNs which provides faithful explanations by…

MetaGMT: Improving Actionable Interpretability of Graph Multilinear Networks via Meta-Learning Filtration

2025-05-26 · Rishabh Bhattacharya, Hari Shankar, Vaishnavi Shivkumar, Ponnurangam Kumaraguru

The growing adoption of Graph Neural Networks (GNNs) in high-stakes domains like healthcare and finance demands reliable explanations of their decision-making processes. While inherently interpretable GNN architectures l…

Meta-Learning

Learning local discrete features in explainable-by-design convolutional neural networks

2024-10-31 · Pantelis I. Kaplanoglou, Konstantinos Diamantaras

Our proposed framework attempts to break the trade-off between performance and explainability by introducing an explainable-by-design convolutional neural network (CNN) based on the lateral inhibition mechanism. The Expl…

Explainable Artificial Intelligence (XAI)Image ClassificationInterpretable Machine Learning