Why are the images generated by using DeepFool to attack CIFAR-10 so strange? #2541
Unanswered
leo-bleuming
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
Why are the images generated by using DeepFool to attack CIFAR-10 so strange?
It seems that this is related to the cnn model I built. When I use DeepFool to attack the CNN model in adversarial_training_cifar10.py, the attack can be successful and the perturbation is invisible to the naked eye. However, if I use the CNN model built by myself, the perturbation generated by using DeepFool to attack the CNN model is visible to the naked eye, and it cannot be adjusted through parameters.
Screenshots
System information (please complete the following information):
the cnn model of mine
cnn_cifar10.txt
adversarial_training_cifar10.txt
Beta Was this translation helpful? Give feedback.
All reactions