paper-with-me

홈 › Papers

Adversarial Robustness via Label-Smoothing

2019-06-27 · Morgane Goibert, Elvis Dohmatob

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.

📄 PDF Abstract BibTeX arXiv:1906.11567

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Robustness

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
LeNet LeNet is a classic convolutional neural network employing the use of convolutions, pooling and fully connected layers. It was used for the handwritten digit recognition task…

Similar Papers 제목 키워드 기반

In and Out-of-Domain Text Adversarial Robustness via Label Smoothing

2022-12-20 · Yahan Yang, Soham Dan, Dan Roth, Insup Lee

Recently it has been shown that state-of-the-art NLP models are vulnerable to adversarial attacks, where the predictions of a model can be drastically altered by slight modifications to the input (such as synonym substit…

Adversarial Robustness

Label Smoothing and Adversarial Robustness

2020-09-17 · Chaohao Fu, Hongbin Chen, Na Ruan, Weijia Jia

Recent studies indicate that current adversarial attack methods are flawed and easy to fail when encountering some deliberately designed defense. Sometimes even a slight modification in the model details will invalidate …

Adversarial AttackAdversarial Robustness

Label Smoothing and Logit Squeezing: A Replacement for Adversarial Training?

2019-10-25 · Ali Shafahi, Amin Ghiasi, Furong Huang, Tom Goldstein

Adversarial training is one of the strongest defenses against adversarial attacks, but it requires adversarial examples to be generated for every mini-batch during optimization. The expense of producing these examples du…

Adversarial Robustness

Adversarial Robustness via Adaptive Label Smoothing

2021-09-29 · Qibing Ren, Liangliang Shi, Lanjun Wang, Junchi Yan

Adversarial training (AT) has become a dominant defense paradigm by enforcing the model's predictions to be locally invariant to adversarial examples. Being a simple technique, Label smoothing (LS) has shown its potentia…

Adversarial Robustness

Variational Randomized Smoothing for Sample-Wise Adversarial Robustness

2024-07-16 · Ryo Hase, Ye Wang, Toshiaki Koike-Akino, Jing Liu 외

Randomized smoothing is a defensive technique to achieve enhanced robustness against adversarial examples which are small input perturbations that degrade the performance of neural network models. Conventional randomized…

Adversarial Robustness