Skip to content

wangyifeibeijing/USER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

USER: Unsupervised Structural Entropy-based Robust Graph Neural Network (AAAI-2023)

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

Introduction

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.

image

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.

image

Link

Citation

@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}
}

Datasets

Requirements

  • python == 3.7
  • pytorch ==1.8
  • networkx == 2.5
  • deeprobust == 0.2.4
  • torch-geometric == 2.0.1

Command and configurations

Node clustering

Generate random noises

python random_attack.py  

Generate meta-attack result

python meta_attack.py  

USER for node clustering

python attack_main.py

Link prediction

Generate random noises

python lp_random_attack.py  

USER for link prediction

python lp_attack_main.py

About

The code of AAAI-2023 paper ‘USER: Unsupervised Structural Entropy-based Robust Graph Neural Network’

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages