/chainer-adversarial-examples

Adversarial attack methods, FGSM and TGSM, implemented in Chainer

Primary LanguagePython

Adversarial Attack with Chainer

Two adversarial images crafting algorithms are implemented with Chainer. The two attacking algorithms can be found in attacks folder.

Requirements

Usage

$ python demo.py --gpu gpu
  • Examples generated by Fast Gradient Sign Method (iterative) fgsm_iterative

References

Related Work