SOTAVerified

Graph Neural Network Explanations are Fragile

2024-06-05Code Available0· sign in to hype

Jiate Li, Meng Pang, Yun Dong, Jinyuan Jia, Binghui Wang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Explainable Graph Neural Network (GNN) has emerged recently to foster the trust of using GNNs. Existing GNN explainers are developed from various perspectives to enhance the explanation performance. We take the first step to study GNN explainers under adversarial attack--We found that an adversary slightly perturbing graph structure can ensure GNN model makes correct predictions, but the GNN explainer yields a drastically different explanation on the perturbed graph. Specifically, we first formulate the attack problem under a practical threat model (i.e., the adversary has limited knowledge about the GNN explainer and a restricted perturbation budget). We then design two methods (i.e., one is loss-based and the other is deduction-based) to realize the attack. We evaluate our attacks on various GNN explainers and the results show these explainers are fragile.

Tasks

Reproductions