paper-with-me

홈 › Papers

Attacking Adversarial Attacks as A Defense

2021-06-09 · Boxi Wu, Heng Pan, Li Shen, Jindong Gu, Shuai Zhao, Zhifeng Li, Deng Cai, Xiaofei He, Wei Liu

It is well known that adversarial attacks can fool deep neural networks with imperceptible perturbations. Although adversarial training significantly improves model robustness, failure cases of defense still broadly exist. In this work, we find that the adversarial attacks can also be vulnerable to small perturbations. Namely, on adversarially-trained models, perturbing adversarial examples with a small random noise may invalidate their misled predictions. After carefully examining state-of-the-art attacks of various kinds, we find that all these attacks have this deficiency to different extents. Enlightened by this finding, we propose to counter attacks by crafting more effective defensive perturbations. Our defensive perturbations leverage the advantage that adversarial training endows the ground-truth class with smaller local Lipschitzness. By simultaneously attacking all the classes, the misled predictions with larger Lipschitzness can be flipped into correct ones. We verify our defensive perturbation with both empirical experiments and theoretical analyses on a linear model. On CIFAR10, it boosts the state-of-the-art model from 66.16% to 72.66% against the four attacks of AutoAttack, including 71.76% to 83.30% against the Square attack. On ImageNet, the top-1 robust accuracy of FastAT is improved from 33.18% to 38.54% under the 100-step PGD attack.

📄 PDF Abstract BibTeX arXiv:2106.04938

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Regional Homogeneity: Towards Learning Transferable Universal Adversarial Perturbations Against Defenses

2019-04-01 · ECCV 2020 8 · Yingwei Li, Song Bai, Cihang Xie, Zhenyu Liao 외

This paper focuses on learning transferable adversarial examples specifically against defense models (models to defense adversarial attacks). In particular, we show that a simple universal perturbation can fool a series …

object-detectionObject DetectionSemantic Segmentation

Towards Adversarial Robustness via Transductive Learning

2021-06-15 · Jiefeng Chen, Yang Guo, Xi Wu, Tianqi Li 외

There has been emerging interest to use transductive learning for adversarial robustness (Goldwasser et al., NeurIPS 2020; Wu et al., ICML 2020). Compared to traditional "test-time" defenses, these defense mechanisms "dy…

Adversarial RobustnessBilevel OptimizationTransductive Learning

Robustifying Models Against Adversarial Attacks by Langevin Dynamics

2018-05-30 · Vignesh Srinivasan, Arturo Marban, Klaus-Robert Müller, Wojciech Samek 외

Adversarial attacks on deep learning models have compromised their performance considerably. As remedies, a lot of defense methods were proposed, which however, have been circumvented by newer attacking strategies. In th…

Denoising

Towards Evaluating the Robustness of Neural Networks Learned by Transduction

2021-10-27 · ICLR 2022 4 · Jiefeng Chen, Xi Wu, Yang Guo, YIngyu Liang 외

There has been emerging interest in using transductive learning for adversarial robustness (Goldwasser et al., NeurIPS 2020; Wu et al., ICML 2020; Wang et al., ArXiv 2021). Compared to traditional defenses, these defense…

Adversarial RobustnessBilevel OptimizationTransductive Learning

Searching for an Effective Defender: Benchmarking Defense against Adversarial Word Substitution

2021-08-29 · EMNLP 2021 11 · Zongyi Li, Jianhan Xu, Jiehang Zeng, Linyang Li 외

Recent studies have shown that deep neural networks are vulnerable to intentionally crafted adversarial examples, and various methods have been proposed to defend against adversarial word-substitution attacks for neural …

Benchmarking