CVCRLGApr 4, 2017

Feature Squeezing: Detecting Adversarial Examples in Deep Neural Networks

arXiv:1704.01155v21651 citations
Originality Incremental advance
AI Analysis

This addresses the security vulnerability of DNNs to adversarial attacks, offering an incremental but practical defense method.

The paper tackles the problem of adversarial examples fooling deep neural networks by proposing feature squeezing, a detection strategy that compares predictions on original and squeezed inputs, achieving high detection accuracy with few false positives.

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.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes