Skip to content

zuoyigehaobing/DeepFool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DeepFool presentation

Songlin Liu, Zihan Wang, Bingzhao Shan

Feb 09, 2021

Paper

DeepFool Original Paper: HERE

FGSM Original Paper: HERE

Replication Code Summary

We did the replication experiment on a two-layer fully connected neural network on the MNIST dataset. Our experiments include:

  • Implemented the experimental neural network, the robustness function and the visual demonstration codes. [Section2, Section3, Section 4]

  • Generated adversarial samples using DeepFool as the experimental group and FGSM as the control group. Adversarial samples on the MNIST dataset are shown in the colab file. [Section 3]

  • Attacked the neural network using DeepFool and FGSM correspondingly and did quantitative analysis on the results (accuracy and speed). [Section 4]

  • Fine-tuned the model using adversarial samples generated by DeepFool and FGSM. Evaluated the fine-tuned models. [Section 5]

  • Reproduced the over-perturbed experiment in the fine-tuning process. [Section 5]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published