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

Adversarial Training #169

Closed COD1995 closed 6 months ago

COD1995 commented 7 months ago

❔ Any questions

Is there a demo of how to do adversarial training using this library?

rikonaka commented 7 months ago

❔ Any questions

Is there a demo of how to do adversarial training using this library?

Well, you can check the Harry's new project https://github.com/Harry24k/MAIR/ , this library is about adversarial training. 👍 In fact, there are many methods for adversarial training, but most of them use PGD as the adversarial example generation for adversarial training. This library will only provide attack algorithms, the adversarial training algorithm will not be covered here.

COD1995 commented 6 months ago

Thanks a lot much appreciated