This is the complete code for the RobustMF framework to defense Graph Neural Netowrks GNN against adverisrial Attacks. The work is pubished in the following papers:
(Paper)
Will be posted after it gets published
Comments/Bugs/Problems:
maburidi@ucmerced.edu
maburidi@gmail.com
May, 2024. Initial release
First install dependencies:
!bash install_dependencies.shAlso, install DeepRobust
!git clone https://github.com/DSE-MSU/DeepRobust.git
%cd DeepRobust
!python setup.py installUse Pertrubation rate = 10% , on Cora and using MetaAttach to perturb
!python main.py --ptb_rate 0.1 --dataset 'cora' --attack 'meta' --epochs 250
Cite as:
Will be poseted once published