Semantics-Preserving Adversarial Training
Wonseok Lee, Hanbit Lee, Sang-goo Lee

TL;DR
This paper introduces semantics-preserving adversarial training (SPAT), a method that enhances neural network robustness by generating adversarial examples that maintain the original data's semantics, leading to improved performance on CIFAR datasets.
Contribution
The paper proposes SPAT, a novel adversarial training approach that preserves semantics in adversarial examples to improve robustness, achieving state-of-the-art results.
Findings
SPAT improves adversarial robustness on CIFAR-10 and CIFAR-100.
Semantic preservation in adversarial examples enhances model robustness.
State-of-the-art results are achieved with SPAT.
Abstract
Adversarial training is a defense technique that improves adversarial robustness of a deep neural network (DNN) by including adversarial examples in the training data. In this paper, we identify an overlooked problem of adversarial training in that these adversarial examples often have different semantics than the original data, introducing unintended biases into the model. We hypothesize that such non-semantics-preserving (and resultingly ambiguous) adversarial data harm the robustness of the target models. To mitigate such unintended semantic changes of adversarial examples, we propose semantics-preserving adversarial training (SPAT) which encourages perturbation on the pixels that are shared among all classes when generating adversarial examples in the training stage. Experiment results show that SPAT improves adversarial robustness and achieves state-of-the-art results in CIFAR-10…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Anomaly Detection Techniques and Applications · Advanced Neural Network Applications
