Skip to content

Adversarial attack methods, FGSM and TGSM, implemented in Chainer

Notifications You must be signed in to change notification settings

naoto0804/chainer-adversarial-examples

Repository files navigation

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

About

Adversarial attack methods, FGSM and TGSM, implemented in Chainer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages