Jossome / disguise-attack

Disguise attack, based on "One pixel attack for fooling deep neural networks". Original paper link:

Home Page:https://arxiv.org/abs/1710.08864

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disguise Attack

An extreme attack base on the paper "One pixel attack for fooling deep neural networks".

Demo

  • Our results:
  • One-pixel-attack results:

What's new?

  • Our adversarial pixel is harder or even impossible to find.
  • Objective:
    • $$ L = e^{\gamma(C-1)} + \Delta $$, a soft manner.
    • where C stands for real class label, $\Delta$ stands for the difference between the pixel before and after attack.
    • $\gamma$ is a threshold to control the exponential growth rate.
  • YUV color space:

TODO

  • Run on cifar10.
  • Run on basic leNet and ResNet.
  • Regulation on $\Delta$.
  • Run on more models.
  • Run on imageNet.

About

Disguise attack, based on "One pixel attack for fooling deep neural networks". Original paper link:

https://arxiv.org/abs/1710.08864

License:MIT License


Languages

Language:Jupyter Notebook 98.0%Language:Python 2.0%