bethgelab / foolbox

A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX
https://foolbox.jonasrauber.de
MIT License
2.73k stars 422 forks source link

the fgsm and deepfool adversarial example is not transferable between two models #434

Closed SophieChang66 closed 4 years ago

SophieChang66 commented 4 years ago

hi, I generated respectively my adversarial examples using fgsm and deepfool of deepbox, and I saved it in pickle format. Then I tested them using original, the prob was near 0.5(my model is a binary classification), they are right. But when I tesed them using another different architecture model, the prob is almost same with the original example. Why the adversarial examples are not transferable between two models as theory in paper.

jonasrauber commented 4 years ago

Is this still relevant?