English

Curriculum Adversarial Training

Machine Learning 2018-05-15 v1 Cryptography and Security Machine Learning

Abstract

Recently, deep learning has been applied to many security-sensitive applications, such as facial authentication. The existence of adversarial examples hinders such applications. The state-of-the-art result on defense shows that adversarial training can be applied to train a robust model on MNIST against adversarial examples; but it fails to achieve a high empirical worst-case accuracy on a more complex task, such as CIFAR-10 and SVHN. In our work, we propose curriculum adversarial training (CAT) to resolve this issue. The basic idea is to develop a curriculum of adversarial examples generated by attacks with a wide range of strengths. With two techniques to mitigate the forgetting and the generalization issues, we demonstrate that CAT can improve the prior art's empirical worst-case accuracy by a large margin of 25% on CIFAR-10 and 35% on SVHN. At the same, the model's performance on non-adversarial inputs is comparable to the state-of-the-art models.

Keywords

Cite

@article{arxiv.1805.04807,
  title  = {Curriculum Adversarial Training},
  author = {Qi-Zhi Cai and Min Du and Chang Liu and Dawn Song},
  journal= {arXiv preprint arXiv:1805.04807},
  year   = {2018}
}

Comments

IJCAI 2018

R2 v1 2026-06-23T01:53:05.870Z