English

Adversarial Robustness via Label-Smoothing

Machine Learning 2019-10-16 v2 Artificial Intelligence Machine Learning

Abstract

We study Label-Smoothing as a means for improving adversarial robustness of supervised deep-learning models. After establishing a thorough and unified framework, we propose several variations to this general method: adversarial, Boltzmann and second-best Label-Smoothing methods, and we explain how to construct your own one. On various datasets (MNIST, CIFAR10, SVHN) and models (linear models, MLPs, LeNet, ResNet), we show that Label-Smoothing in general improves adversarial robustness against a variety of attacks (FGSM, BIM, DeepFool, Carlini-Wagner) by better taking account of the dataset geometry. The proposed Label-Smoothing methods have two main advantages: they can be implemented as a modified cross-entropy loss, thus do not require any modifications of the network architecture nor do they lead to increased training times, and they improve both standard and adversarial accuracy.

Keywords

Cite

@article{arxiv.1906.11567,
  title  = {Adversarial Robustness via Label-Smoothing},
  author = {Morgane Goibert and Elvis Dohmatob},
  journal= {arXiv preprint arXiv:1906.11567},
  year   = {2019}
}
R2 v1 2026-06-23T10:05:14.854Z