Harry24k / adversarial-attacks-pytorch

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

Fixed a small bug and add tow algorithms named VMI-FGSM, VNI-FGSM #67

Closed Zhijin-Ge closed 2 years ago

Zhijin-Ge commented 2 years ago

Excuse, Today when I reproduced the algorithms(VMI-FGSM and VNI-FGSM) in a paper published as a conference paper at CVPR 2021, I review the algorithm of NI-FGSM and SI-NI-FGSM, I found a little bug in this code, and I fixed them. I also do some experiments and the results show more excellent than before.

Harry24k commented 2 years ago

I will check the performance of the attacks soon!