RegExplainer: Generating Explanations for Graph Neural Networks in Regression Tasks
About
Graph regression is a fundamental task that has gained significant attention in various graph learning tasks. However, the inference process is often not easily interpretable. Current explanation techniques are limited to understanding Graph Neural Network (GNN) behaviors in classification tasks, leaving an explanation gap for graph regression models. In this work, we propose a novel explanation method to interpret the graph regression models (XAIG-R). Our method addresses the distribution shifting problem and continuously ordered decision boundary issues that hinder existing methods away from being applied in regression tasks. We introduce a novel objective based on the graph information bottleneck theory (GIB) and a new mix-up framework, which can support various GNNs and explainers in a model-agnostic manner. Additionally, we present a self-supervised learning strategy to tackle the continuously ordered labels in regression tasks. We evaluate our proposed method on three benchmark datasets and a real-life dataset introduced by us, and extensive experiments demonstrate its effectiveness in interpreting GNN models in regression tasks.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Distribution-shift evaluation | TRIANGLES | Cosine Similarity0.953 | 8 | |
| Graph Regression | BA-Motif-Counting MultipleMotif (test) | AUC-ROC0.946 | 6 | |
| Graph Regression | BA-Motif-Volume SingleMotif (test) | AUC-ROC76.6 | 6 | |
| Graph Regression | House-Grid-Volume SingleMotif (test) | AUC-ROC85.8 | 6 | |
| Graph Regression | House-OrGrid-Volume MultipleMotif (test) | AUC-ROC74.1 | 6 | |
| Graph Regression | Triangles MultipleMotif (test) | AUC-ROC0.56 | 6 | |
| Graph Regression | Crippen MultipleMotif (test) | AUC-ROC49.7 | 6 | |
| Distribution-shift evaluation | BA-Motif-Counting | Cosine Similarity0.95 | 5 | |
| Distribution-shift evaluation | BA-Motif-Volume | Cosine Similarity0.876 | 5 | |
| Distribution-shift evaluation | Crippen | Cosine Similarity0.847 | 5 |