paper-with-me

홈 › Papers

Feature Losses for Adversarial Robustness

2019-12-10 · Kirthi Shankar Sivamani

Deep learning has made tremendous advances in computer vision tasks such as image classification. However, recent studies have shown that deep learning models are vulnerable to specifically crafted adversarial inputs that are quasi-imperceptible to humans. In this work, we propose a novel approach to defending adversarial attacks. We employ an input processing technique based on denoising autoencoders as a defense. It has been shown that the input perturbations grow and accumulate as noise in feature maps while propagating through a convolutional neural network (CNN). We exploit the noisy feature maps by using an additional subnetwork to extract image feature maps and train an auto-encoder on perceptual losses of these feature maps. This technique achieves close to state-of-the-art results on defending MNIST and CIFAR10 datasets, but more importantly, shows a new way of employing a defense that cannot be trivially trained end-to-end by the attacker. Empirical results demonstrate the effectiveness of this approach on the MNIST and CIFAR10 datasets on simple as well as iterative LP attacks. Our method can be applied as a preprocessing technique to any off the shelf CNN.

📄 PDF Abstract BibTeX arXiv:1912.04497

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial RobustnessDenoisingimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Tightening the Approximation Error of Adversarial Risk with Auto Loss Function Search

2021-11-09 · Pengfei Xia, Ziqiang Li, Bin Li

Despite achieving great success, Deep Neural Networks (DNNs) are vulnerable to adversarial examples. How to accurately evaluate the adversarial robustness of DNNs is critical for their deployment in real-world applicatio…

Adversarial RobustnessAutoML

On the Existence of The Adversarial Bayes Classifier

2021-12-01 · NeurIPS 2021 12 · Pranjal Awasthi, Natalie Frank, Mehryar Mohri

Adversarial robustness is a critical property in a variety of modern machine learning applications. While it has been the subject of several recent theoretical studies, many important questions related to adversarial rob…

Adversarial Robustness

Understanding Zero-Shot Adversarial Robustness for Large-Scale Models

2022-12-14 · Chengzhi Mao, Scott Geng, Junfeng Yang, Xin Wang 외

Pretrained large-scale vision-language models like CLIP have exhibited strong generalization over unseen tasks. Yet imperceptible adversarial perturbations can significantly reduce CLIP's performance on new tasks. In thi…

Adversarial RobustnessContrastive LearningVisual Prompt Tuning

Standard-Deviation-Inspired Regularization for Improving Adversarial Robustness

2024-12-27 · Olukorede Fakorede, Modeste Atsague, Jin Tian

Adversarial Training (AT) has been demonstrated to improve the robustness of deep neural networks (DNNs) against adversarial attacks. AT is a min-max optimization procedure where in adversarial examples are generated to …

Adversarial Robustness

A Layer-wise Adversarial-aware Quantization Optimization for Improving Robustness

2021-10-23 · Chang Song, Riya Ranjan, Hai Li

Neural networks are getting better accuracy with higher energy and computational cost. After quantization, the cost can be greatly saved, and the quantized models are more hardware friendly with acceptable accuracy loss.…

Quantization