ZhouZhenkun / Model-Attacking-Defending

In this project, I implemented FGSM and the basic iterative method to attack a pre-trained model. Then I tried to protect my model by doing randomization to the images before I feed them into my model.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Model Attacking & Defending

A project that includes adversarial attacks and passive defenses of a model

Task

Conduct the Fast Gradient Sign Method and the basic iterative method to attack a pre-trained model.
Then, protect the model by conducting randomization to the images before feeding them into the model.

Run on Colab (cannot save your own version)

Run on Colab (can save your own version)

About

In this project, I implemented FGSM and the basic iterative method to attack a pre-trained model. Then I tried to protect my model by doing randomization to the images before I feed them into my model.


Languages

Language:Jupyter Notebook 100.0%