English

Attacks Which Do Not Kill Training Make Adversarial Learning Stronger

Machine Learning 2020-09-08 v2 Machine Learning

Abstract

Adversarial training based on the minimax formulation is necessary for obtaining adversarial robustness of trained models. However, it is conservative or even pessimistic so that it sometimes hurts the natural generalization. In this paper, we raise a fundamental question---do we have to trade off natural generalization for adversarial robustness? We argue that adversarial training is to employ confident adversarial data for updating the current model. We propose a novel approach of friendly adversarial training (FAT): rather than employing most adversarial data maximizing the loss, we search for least adversarial (i.e., friendly adversarial) data minimizing the loss, among the adversarial data that are confidently misclassified. Our novel formulation is easy to implement by just stopping the most adversarial data searching algorithms such as PGD (projected gradient descent) early, which we call early-stopped PGD. Theoretically, FAT is justified by an upper bound of the adversarial risk. Empirically, early-stopped PGD allows us to answer the earlier question negatively---adversarial robustness can indeed be achieved without compromising the natural generalization.

Keywords

Cite

@article{arxiv.2002.11242,
  title  = {Attacks Which Do Not Kill Training Make Adversarial Learning Stronger},
  author = {Jingfeng Zhang and Xilie Xu and Bo Han and Gang Niu and Lizhen Cui and Masashi Sugiyama and Mohan Kankanhalli},
  journal= {arXiv preprint arXiv:2002.11242},
  year   = {2020}
}

Comments

Thirty-seventh International Conference on Machine Learning (ICML 2020)

R2 v1 2026-06-23T13:53:58.934Z