Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Graph Structure Learning for Robust Graph Neural Networks

About

Graph Neural Networks (GNNs) are powerful tools in representation learning for graphs. However, recent studies show that GNNs are vulnerable to carefully-crafted perturbations, called adversarial attacks. Adversarial attacks can easily fool GNNs in making predictions for downstream tasks. The vulnerability to adversarial attacks has raised increasing concerns for applying GNNs in safety-critical applications. Therefore, developing robust algorithms to defend adversarial attacks is of great significance. A natural idea to defend adversarial attacks is to clean the perturbed graph. It is evident that real-world graphs share some intrinsic properties. For example, many real-world graphs are low-rank and sparse, and the features of two adjacent nodes tend to be similar. In fact, we find that adversarial attacks are likely to violate these graph properties. Therefore, in this paper, we explore these properties to defend adversarial attacks on graphs. In particular, we propose a general framework Pro-GNN, which can jointly learn a structural graph and a robust graph neural network model from the perturbed graph guided by these properties. Extensive experiments on real-world graphs demonstrate that the proposed framework achieves significantly better performance compared with the state-of-the-art defense methods, even when the graph is heavily perturbed. We release the implementation of Pro-GNN to our DeepRobust repository for adversarial attacks and defenses (footnote: https://github.com/DSE-MSU/DeepRobust). The specific experimental settings to reproduce our results can be found in https://github.com/ChandlerBang/Pro-GNN.

Wei Jin, Yao Ma, Xiaorui Liu, Xianfeng Tang, Suhang Wang, Jiliang Tang• 2020

Related benchmarks

TaskDatasetResultRank
Node ClassificationCora
Accuracy86.23
1215
Node ClassificationCiteseer
Accuracy78.12
1037
Node ClassificationCiteseer (test)
Accuracy0.742
945
Node ClassificationChameleon
Accuracy56.2
867
Node ClassificationPubmed
Accuracy88.52
865
Node ClassificationSquirrel
Accuracy34.97
786
Node ClassificationActor
Accuracy30.83
556
Node ClassificationPhoto
Mean Accuracy92.23
374
Node ClassificationPubmed
Accuracy89.37
363
Node ClassificationCora-ML
Accuracy85.6
326
Showing 10 of 57 rows

Other info

Follow for update