Yifei Wang, Yupan Wang, Zeyu Zhang, Song Yang, Kaiqi Zhao, Jiamou Liu*
School of Computer Science, The University of Auckland, Auckland, New Zealand
{wany107, ywan980, zzha669, syan382}@aucklanduni.ac.nz, {kaiqi.zhao, jiamou.liu}@auckland.ac.nz
Unsupervised/self-supervised graph neural networks (GNN) are vulnerable to inherent randomness in the input graph data which greatly affects the performance of the model in downstream tasks.
In this paper, we alleviate the interference of graph randomness and learn appropriate representations of nodes without label information. To this end, we propose USER, an unsupervised robust version of graph neural networks that is based on structural entropy. We analyze the property of intrinsic connectivity and define intrinsic connectivity graph. We also identify the rank of the adjacency matrix as a crucial factor in revealing a graph that provides the same embeddings as the intrinsic connectivity graph. We then introduce structural entropy in the objective function to capture such a graph. Extensive experiments conducted on clustering and link prediction tasks under random-noises and meta-attack over three datasets show USER outperforms benchmarks and is robust to heavier randomness.
@article{wang2023user,
title={USER: Unsupervised Structural Entropy-based Robust Graph Neural Network},
author={Wang, Yifei and Wang, Yupan and Zhang, Zeyu and Yang, Song and Zhao, Kaiqi and Liu, Jiamou},
journal={arXiv preprint arXiv:2302.05889},
year={2023}
}
- python == 3.7
- pytorch ==1.8
- networkx == 2.5
- deeprobust == 0.2.4
- torch-geometric == 2.0.1
python random_attack.py
python meta_attack.py
python attack_main.py
python lp_random_attack.py
python lp_attack_main.py