paper-with-me

홈 › Papers

Are L2 adversarial examples intrinsically different?

2020-02-28 · Mingxuan Li, Jingyuan Wang, Yufan Wu

Deep Neural Network (DDN) has achieved notable success in various tasks, including many security concerning scenarios. However, a considerable amount of work has proved its vulnerability to adversaries. We unravel the properties that can intrinsically differentiate adversarial examples and normal inputs through theoretical analysis. That is, adversarial examples generated by $L_2$ attacks usually have larger input sensitivity which can be used to identify them efficiently. We also found that those generated by $L_\infty$ attacks will be different enough in the pixel domain to be detected empirically. To verify our analysis, we proposed a \textbf{G}uided \textbf{C}omplementary \textbf{D}efense module (\textbf{GCD}) integrating detection and recovery processes. When compared with adversarial detection methods, our detector achieves a detection AUC of over 0.98 against most of the attacks. When comparing our guided rectifier with commonly used adversarial training methods and other rectification methods, our rectifier outperforms them by a large margin. We achieve a recovered classification accuracy of up to 99\% on MNIST, 89\% on CIFAR-10, and 87\% on ImageNet subsets against $L_2$ attacks. Furthermore, under the white-box setting, our holistic defensive module shows a promising degree of robustness. Thus, we confirm that at least $L_2$ adversarial examples are intrinsically different enough from normal inputs both theoretically and empirically. And we shed light upon designing simple yet effective defensive methods with these properties.

📄 PDF Abstract BibTeX arXiv:2002.12527

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Adversarial Training with Bi-directional Likelihood Regularization for Visual Classification

2020-08-01 · ECCV 2020 8 · Weitao Wan, Jiansheng Chen, Ming-Hsuan Yang

Neural networks are vulnerable to adversarial attacks. Practically, adversarial training is by far the most effective approach for enhancing the robustness of neural networks against adversarial examples. The current adv…

ClassificationGeneral ClassificationRobust classification

Recent Advances in Adversarial Training for Adversarial Robustness

2021-02-02 · Tao Bai, Jinqi Luo, Jun Zhao, Bihan Wen 외

Adversarial training is one of the most effective approaches defending against adversarial examples for deep learning models. Unlike other defense strategies, adversarial training aims to promote the robustness of models…

Adversarial Robustness

Seq2Sick: Evaluating the Robustness of Sequence-to-Sequence Models with Adversarial Examples

2018-03-03 · Minhao Cheng, Jin-Feng Yi, Pin-Yu Chen, huan zhang 외

Crafting adversarial examples has become an important technique to evaluate the robustness of deep neural networks (DNNs). However, most existing works focus on attacking the image classification problem since its input …

image-classificationImage ClassificationMachine TranslationText Summarization+1

Discretization based Solutions for Secure Machine Learning against Adversarial Attacks

2019-02-08 · Priyadarshini Panda, Indranil Chakraborty, Kaushik Roy

Adversarial examples are perturbed inputs that are designed (from a deep learning network's (DLN) parameter gradients) to mislead the DLN during test time. Intuitively, constraining the dimensionality of inputs or parame…

Adversarial RobustnessBIG-bench Machine Learning

Birds look like cars: Adversarial analysis of intrinsically interpretable deep learning

2025-03-11 · Hubert Baniecki, Przemyslaw Biecek

A common belief is that intrinsically interpretable deep learning models ensure a correct, intuitive understanding of their behavior and offer greater robustness against accidental errors or intentional manipulation. How…

Deep Learning