Skip to content
forked from BUPT-GAMMA/RoHe

学习论文 Robust Heterogeneous Graph Neural Networks against Adversarial Attacks 抗对抗性攻击的鲁棒异构图神经网络

Notifications You must be signed in to change notification settings

mengyao-postg/RoHe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

RoHe

The code of paper ”Robust Heterogeneous Graph Neural Networks against Adversarial Attacks“ (AAAI2022).

Here we show the attack process in "attack_HAN.ipynb and attack_HAN_RoHe.ipynb".

To clearly compare the robustness of HAN and our HAN-RoHe, we also provide their visualizations in Figure attack_HAN.png and attack_HAN_RoHe.png. *For simplicity, in the code we take 100 target nodes as example, which can be change to 500 in codes.

Usage

Run attack_HAN.ipynb and attack_HAN_RoHe.ipynb

Requirements

-torch 1.3.1

-dgl

-deeprobust

-sklearn

More details will be published soon (^▽^)

About

学习论文 Robust Heterogeneous Graph Neural Networks against Adversarial Attacks 抗对抗性攻击的鲁棒异构图神经网络

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 69.2%
  • Jupyter Notebook 30.8%