Closed chawins closed 4 years ago
Paper: Improving Adversarial Robustness Through Progressive Hardening https://arxiv.org/abs/2003.09347
Venue: under review
Dataset and threat model: CIFAR-10, L-inf, 8/255
Code: https://github.com/chawins/ates-minimal
Pre-trained model: weight
Log file: log
Additional data: no
Clean and robust accuracy: 86.84/50.72
Architecture: WRN-34-10
Description of the model/defense: We use the curriculum learning framework to schedule the "difficulty" of adversarial examples generated during adversarial training. This improves both clean and robust accuracy.
Hi,
thanks for the submission! I could reproduce the results you report and I'm happy to add your model!
Thank you!
Paper: Improving Adversarial Robustness Through Progressive Hardening https://arxiv.org/abs/2003.09347
Venue: under review
Dataset and threat model: CIFAR-10, L-inf, 8/255
Code: https://github.com/chawins/ates-minimal
Pre-trained model: weight
Log file: log
Additional data: no
Clean and robust accuracy: 86.84/50.72
Architecture: WRN-34-10
Description of the model/defense: We use the curriculum learning framework to schedule the "difficulty" of adversarial examples generated during adversarial training. This improves both clean and robust accuracy.