All Projects → danielzuegner → Gnn Meta Attack

danielzuegner / Gnn Meta Attack

Licence: mit
Implementation of the paper "Adversarial Attacks on Graph Neural Networks via Meta Learning".

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Gnn Meta Attack

Discogan Tensorflow
An implementation of DiscoGAN in tensorflow
Stars: ✭ 82 (-17.17%)
Mutual labels:  neural-networks
Pytorch Openai Transformer Lm
🐥A PyTorch implementation of OpenAI's finetuned transformer language model with a script to import the weights pre-trained by OpenAI
Stars: ✭ 1,268 (+1180.81%)
Mutual labels:  neural-networks
Tageditor
🏖TagEditor - Annotation tool for spaCy
Stars: ✭ 92 (-7.07%)
Mutual labels:  neural-networks
Dltk
Deep Learning Toolkit for Medical Image Analysis
Stars: ✭ 1,249 (+1161.62%)
Mutual labels:  neural-networks
Knet.jl
Koç University deep learning framework.
Stars: ✭ 1,260 (+1172.73%)
Mutual labels:  neural-networks
Vvedenie Mashinnoe Obuchenie
📝 Подборка ресурсов по машинному обучению
Stars: ✭ 1,282 (+1194.95%)
Mutual labels:  neural-networks
Pytorch Meta
A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch
Stars: ✭ 1,239 (+1151.52%)
Mutual labels:  meta-learning
Factorized Tdnn
PyTorch implementation of the Factorized TDNN (TDNN-F) from "Semi-Orthogonal Low-Rank Matrix Factorization for Deep Neural Networks" and Kaldi
Stars: ✭ 98 (-1.01%)
Mutual labels:  neural-networks
Backpropaganda
A simple JavaScript neural network framework.
Stars: ✭ 86 (-13.13%)
Mutual labels:  neural-networks
Deeplearninganimepapers
A list of papers and other resources on deep learning with anime style images.
Stars: ✭ 1,307 (+1220.2%)
Mutual labels:  neural-networks
Sonnet
TensorFlow-based neural network library
Stars: ✭ 9,129 (+9121.21%)
Mutual labels:  neural-networks
Pumas.jl
Pharmaceutical Modeling and Simulation for Nonlinear Mixed Effects (NLME), Quantiative Systems Pharmacology (QsP), Physiologically-Based Pharmacokinetics (PBPK) models mixed with machine learning
Stars: ✭ 84 (-15.15%)
Mutual labels:  neural-networks
Ennui
An Elegant Neural Network User Interface to build drag-and-drop neural networks, train in the browser, visualize during training, and export to Python.
Stars: ✭ 90 (-9.09%)
Mutual labels:  neural-networks
Neural Networks
brief introduction to Python for neural networks
Stars: ✭ 82 (-17.17%)
Mutual labels:  neural-networks
Face Attribute Prediction
Face Attribute Prediction on CelebA benchmark with PyTorch Implementation
Stars: ✭ 92 (-7.07%)
Mutual labels:  neural-networks
Attend infer repeat
A Tensorfflow implementation of Attend, Infer, Repeat
Stars: ✭ 82 (-17.17%)
Mutual labels:  neural-networks
Awesome Medical Imaging
Awesome list of software that I use to do research in medical imaging.
Stars: ✭ 87 (-12.12%)
Mutual labels:  neural-networks
Pytorch Esn
An Echo State Network module for PyTorch.
Stars: ✭ 98 (-1.01%)
Mutual labels:  neural-networks
R2d2
[ICLR'19] Meta-learning with differentiable closed-form solvers
Stars: ✭ 96 (-3.03%)
Mutual labels:  meta-learning
Riddle
Race and ethnicity Imputation from Disease history with Deep LEarning
Stars: ✭ 91 (-8.08%)
Mutual labels:  neural-networks

Adversarial Attacks on Graph Neural Networks via Meta Learning

Implementation of the paper:
Adversarial Attacks on Graph Neural Networks via Meta Learning

by Daniel Zügner and Stephan Günnemann.
Published at ICLR'19, May 2019, New Orleans, USA

Copyright (C) 2019
Daniel Zügner
Technical University of Munich

Requirements

  • Python 3.6 or newer
  • numpy
  • scipy
  • scikit-learn
  • tensorflow
  • matplotlib (for the demo notebook)
  • seaborn (for the demo notebook)

Installation

python setup.py install

Run the code

To try our code, you can use the IPython notebook demo.ipynb.

Contact

Please contact [email protected] in case you have any questions.

References

Datasets

In the data folder we provide the following datasets originally published by

Cora

McCallum, Andrew Kachites, Nigam, Kamal, Rennie, Jason, and Seymore, Kristie.
Automating the construction of internet portals with machine learning.
Information Retrieval, 3(2):127–163, 2000.

and the graph was extracted by

Bojchevski, Aleksandar, and Stephan Günnemann. "Deep gaussian embedding of
attributed graphs: Unsupervised inductive learning via ranking."
ICLR 2018.

Citeseer

Sen, Prithviraj, Namata, Galileo, Bilgic, Mustafa, Getoor, Lise, Galligher, Brian, and Eliassi-Rad, Tina.
Collective classification in network data.
AI magazine, 29(3):93, 2008.

PolBlogs

Lada A Adamic and Natalie Glance. 2005. The political blogosphere and the 2004
US election: divided they blog.

In Proceedings of the 3rd international workshop on Link discovery. 36–43.

Graph Convolutional Networks

Our implementation of the GCN algorithm is based on the authors' implementation, available on GitHub here.

The paper was published as

Thomas N Kipf and Max Welling. 2017.
Semi-supervised classification with graph convolutional networks. ICLR (2017).

Cite

Please cite our paper if you use the model or this code in your own work:

@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}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].