Harry24k / adversarial-attacks-pytorch

PyTorch implementation of adversarial attacks [torchattacks].
https://adversarial-attacks-pytorch.readthedocs.io/en/latest/index.html
MIT License
1.79k stars 337 forks source link

Implementation of SuperDeepFool attack #190

Open alirezaabdollahpour opened 3 days ago

alirezaabdollahpour commented 3 days ago

✨ Short description of the feature [tl;dr]

SuperDeepFool is a state-of-the-art minimum-norm adversarial attack proposed in this paper. The original implementation of the SuperDeepFool attack is located here based on the structure of the "torchattacks library." Please add this attack to the torch attack list.

💬 Detailed motivation and codes

The implementation of SuperDeepFool is straightforward. It is heavily based on the structure of the "torch attacks library."

rikonaka commented 2 days ago

It seems that you are the author of this attack method, so maybe it would be better if you came to modify and submit to torchattacks. 😀