LGAIQMMay 21, 2024

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

arXiv:2405.12519v212 citationsh-index: 3ICLR
Originality Incremental advance
AI Analysis

This addresses interpretability challenges for researchers and practitioners using GNNs in molecular analysis, though it is an incremental improvement over existing methods.

The paper tackled the problem of poor interpretability in Graph Neural Networks (GNNs) for molecular tasks by introducing MAGE, a motif-based explanation method that generates valid substructures like rings, achieving improved results on six real-world datasets.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes