Pytorch implementation of the paper Adversarial Attacks on Graph Neural Networks via Meta Learning.
Original implementation in Tensorflow by Daniel Zügner is available here. https://github.com/danielzuegner/gnn-meta-attack
- Python 3.6+
- Pytorch 1.0.1+
- numpy
- scipy
sh run_attack.sh
@inproceedings{zugner_adversarial_2019,
title = {Adversarial Attacks on Graph Neural Networks via Meta Learning},
author={Z{\"u}gner, Daniel and G{\"u}nnemann, Stephan},
booktitle={International Conference on Learning Representations (ICLR)},
year = {2019}
}