HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

Learnable Boundary Guided Adversarial Training

Jiequan Cui Shu Liu Liwei Wang Jiaya Jia

Learnable Boundary Guided Adversarial Training

Abstract

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}.

Code Repositories

jiequancui/LBGAT
Official
pytorch
Mentioned in GitHub
fra31/auto-attack
Official
pytorch
Mentioned in GitHub
dvlab-research/LBGAT
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
adversarial-defense-on-cifar-100wideresnet-34-10
autoattack: 70.25/27.16
adversarial-defense-on-cifar-100wideresnet-34-20
autoattack: 62.55/30.20

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Learnable Boundary Guided Adversarial Training | Papers | HyperAI