paper-with-me

Papers

Feature Squeezing: Detecting Adversarial Examples in Deep Neural Networks

2017-04-04 · Network and Distributed System Security Symposium 2018 2 · Weilin Xu, David Evans, Yanjun Qi

Although deep neural networks (DNNs) have achieved great success in many tasks, they can often be fooled by \emph{adversarial examples} that are generated by adding small but purposeful distortions to natural examples. Previous studies to defend against adversarial examples mostly focused on refining the DNN models, but have either shown limited success or required expensive computation. We propose a new strategy, \emph{feature squeezing}, that can be used to harden DNN models by detecting adversarial examples. Feature squeezing reduces the search space available to an adversary by coalescing samples that correspond to many different feature vectors in the original space into a single sample. By comparing a DNN model's prediction on the original input with that on squeezed inputs, feature squeezing detects adversarial examples with high accuracy and few false positives. This paper explores two feature squeezing methods: reducing the color bit depth of each pixel and spatial smoothing. These simple strategies are inexpensive and complementary to other defenses, and can be combined in a joint detection framework to achieve high detection rates against state-of-the-art attacks.

📄 PDF Abstract BibTeX arXiv:1704.01155

Code (2)

VishaalMK/VectorDefense tf
mzweilin/EvadeML-Zoo tf

Similar Papers 제목 키워드 기반

Feature Squeezing Mitigates and Detects Carlini/Wagner Adversarial Examples

2017-05-30 · Weilin Xu, David Evans, Yanjun Qi

Feature squeezing is a recently-introduced framework for mitigating and detecting adversarial examples. In previous work, we showed that it is effective against several earlier methods for generating adversarial examples…

Bypassing Feature Squeezing by Increasing Adversary Strength

2018-03-27 · Yash Sharma, Pin-Yu Chen

Feature Squeezing is a recently proposed defense method which reduces the search space available to an adversary by coalescing samples that correspond to many different feature vectors in the original space into a single…

Label Smoothing and Logit Squeezing: A Replacement for Adversarial Training?

2019-10-25 · Ali Shafahi, Amin Ghiasi, Furong Huang, Tom Goldstein

Adversarial training is one of the strongest defenses against adversarial attacks, but it requires adversarial examples to be generated for every mini-batch during optimization. The expense of producing these examples du…

Adversarial Robustness

Theoretical and Empirical Study of Adversarial Examples

2018-09-27 · Fuchen Liu, Hongwei Shang, Hong Zhang

Many techniques are developed to defend against adversarial examples at scale. So far, the most successful defenses generate adversarial examples during each training step and add them to the training data. Yet, this bri…

Data Augmentation

Detecting Adversarial Examples from Sensitivity Inconsistency of Spatial-Transform Domain

2021-03-07 · Jinyu Tian, Jiantao Zhou, Yuanman Li, Jia Duan

Deep neural networks (DNNs) have been shown to be vulnerable against adversarial examples (AEs), which are maliciously designed to cause dramatic model output errors. In this work, we reveal that normal examples (NEs) ar…

Sensitivity