Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Learnable Boundary Guided Adversarial Training

About

Previous adversarial training raises model robustness under the compromise of accuracy on natural data. In this paper, we reduce natural accuracy degradation. We use the model logits from one clean model to guide learning of another one robust model, taking into consideration that logits from the well trained clean model embed the most discriminative features of natural data, {\it e.g.}, generalizable classifier boundary. Our solution is to constrain logits from the robust model that takes adversarial examples as input and makes it similar to those from the clean model fed with corresponding natural data. It lets the robust model inherit the classifier boundary of the clean model. Moreover, we observe such boundary guidance can not only preserve high natural accuracy but also benefit model robustness, which gives new insights and facilitates progress for the adversarial community. Finally, extensive experiments on CIFAR-10, CIFAR-100, and Tiny ImageNet testify to the effectiveness of our method. We achieve new state-of-the-art robustness on CIFAR-100 without additional real or synthetic data with auto-attack benchmark \footnote{\url{https://github.com/fra31/auto-attack}}. Our code is available at \url{https://github.com/dvlab-research/LBGAT}.

Jiequan Cui, Shu Liu, Liwei Wang, Jiaya Jia• 2020

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-100 (test)
Accuracy71
3518
Image ClassificationCIFAR-10 (test)
Accuracy88.7
3381
Image ClassificationTinyImageNet (test)
Accuracy47.8
366
Image ClassificationCIFAR-100
Nominal Accuracy30.2
116
Image ClassificationCIFAR-10
AA Accuracy53.57
38
Image ClassificationCIFAR-10 (test)
Normalized Accuracy (Acc_n)88.7
17
Image ClassificationCIFAR-10 8/255 perturbation (test)
Clean Accuracy88.7
10
Adversarial RobustnessCIFAR-100 l_inf, epsilon=8/255 (test)
Clean Accuracy60.64
9
Image ClassificationCIFAR-10 (test)
BAccr87.2
6
Showing 9 of 9 rows

Other info

Code

Follow for update