Cascade Adversarial Machine Learning Regularized with a Unified EmbeddingDownload PDF

15 Feb 2018 (modified: 10 Feb 2022)ICLR 2018 Conference Blind SubmissionReaders: Everyone
Abstract: Injecting adversarial examples during training, known as adversarial training, can improve robustness against one-step attacks, but not for unknown iterative attacks. To address this challenge, we first show iteratively generated adversarial images easily transfer between networks trained with the same strategy. Inspired by this observation, we propose cascade adversarial training, which transfers the knowledge of the end results of adversarial training. We train a network from scratch by injecting iteratively generated adversarial images crafted from already defended networks in addition to one-step adversarial images from the network being trained. We also propose to utilize embedding space for both classification and low-level (pixel-level) similarity learning to ignore unknown pixel level perturbation. During training, we inject adversarial images without replacing their corresponding clean images and penalize the distance between the two embeddings (clean and adversarial). Experimental results show that cascade adversarial training together with our proposed low-level similarity learning efficiently enhances the robustness against iterative attacks, but at the expense of decreased robustness against one-step attacks. We show that combining those two techniques can also improve robustness under the worst case black box attack scenario.
TL;DR: Cascade adversarial training + low level similarity learning improve robustness against both white box and black box attacks.
Keywords: adversarial machine learning, embedding, regularization, adversarial attack
Code: [![github](/images/github_icon.svg) taesikna/cascade_adv_training](https://github.com/taesikna/cascade_adv_training)
Data: [CIFAR-10](https://paperswithcode.com/dataset/cifar-10)
9 Replies

Loading