Case-Aware Adversarial Training
Mingyuan Fan, Yang Liu, Cen Chen

TL;DR
This paper introduces case-aware adversarial training (CAT), a novel method that efficiently improves neural network robustness against adversarial examples by selectively using the most informative AEs, reducing computation while maintaining effectiveness.
Contribution
The paper proposes a generic, efficient adversarial training scheme that estimates AE informativeness and employs class-level sampling to enhance defense with lower computational cost.
Findings
CAT is up to 3x faster than vanilla adversarial training.
CAT maintains competitive defense effectiveness against adversarial attacks.
The method effectively filters and diversifies AEs to improve training efficiency.
Abstract
The neural network (NN) becomes one of the most heated type of models in various signal processing applications. However, NNs are extremely vulnerable to adversarial examples (AEs). To defend AEs, adversarial training (AT) is believed to be the most effective method while due to the intensive computation, AT is limited to be applied in most applications. In this paper, to resolve the problem, we design a generic and efficient AT improvement scheme, namely case-aware adversarial training (CAT). Specifically, the intuition stems from the fact that a very limited part of informative samples can contribute to most of model performance. Alternatively, if only the most informative AEs are used in AT, we can lower the computation complexity of AT significantly as maintaining the defense effect. To achieve this, CAT achieves two breakthroughs. First, a method to estimate the information degree…
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
MethodsAutoencoders
