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 338 forks source link

Add a new file which named nifgsm.py #65

Closed Zhijin-Ge closed 2 years ago

Zhijin-Ge commented 2 years ago

NI-FGSM in the paper 'NESTEROV ACCELERATED GRADIENT AND SCALEINVARIANCE FOR ADVERSARIAL ATTACKS'. [https://arxiv.org/abs/1908.06281], Published as a conference paper at ICLR 2020.

Harry24k commented 2 years ago

Nice work! Thank you :)