paper-with-me

Papers

Detecting Adversarial Image Examples in Deep Networks with Adaptive Noise Reduction

2017-05-23 · Bin Liang, Hongcheng Li, Miaoqiang Su, Xirong Li, Wenchang Shi, Xiao-Feng Wang

Recently, many studies have demonstrated deep neural network (DNN) classifiers can be fooled by the adversarial example, which is crafted via introducing some perturbations into an original sample. Accordingly, some powerful defense techniques were proposed. However, existing defense techniques often require modifying the target model or depend on the prior knowledge of attacks. In this paper, we propose a straightforward method for detecting adversarial image examples, which can be directly deployed into unmodified off-the-shelf DNN models. We consider the perturbation to images as a kind of noise and introduce two classic image processing techniques, scalar quantization and smoothing spatial filter, to reduce its effect. The image entropy is employed as a metric to implement an adaptive noise reduction for different kinds of images. Consequently, the adversarial example can be effectively detected by comparing the classification results of a given sample and its denoised version, without referring to any prior knowledge of attacks. More than 20,000 adversarial examples against some state-of-the-art DNN models are used to evaluate the proposed method, which are crafted with different attack techniques. The experiments show that our detection method can achieve a high overall F1 score of 96.39% and certainly raises the bar for defense-aware attacks.

📄 PDF Abstract BibTeX arXiv:1705.08378

Code (2)

OwenSec/DeepDetector 공식 구현 tf
son-of-win/DeepDetectorDefense tf

Tasks

Quantization

Similar Papers 제목 키워드 기반

HOLMES: to Detect Adversarial Examples with Multiple Detectors

2024-05-30 · Jing Wen

Deep neural networks (DNNs) can easily be cheated by some imperceptible but purposeful noise added to images, and erroneously classify them. Previous defensive work mostly focused on retraining the models or detecting th…

Noise Flooding for Detecting Audio Adversarial Examples Against Automatic Speech Recognition

2018-12-25 · Krishan Rajaratnam, Jugal Kalita

Neural models enjoy widespread use across a variety of tasks and have grown to become crucial components of many industrial systems. Despite their effectiveness and extensive popularity, they are not without their exploi…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

Detecting Adversarial Examples by Additional Evidence from Noise Domain

2021-01-01 · Song Gao, Shui Yu, Shaowen Yao

Deep neural networks are widely adopted powerful tools for perceptual tasks. However, recent research indicated that they are easily fooled by adversarial examples, which are produced by adding imperceptible adversarial …

Steganalysis

Towards Robust Vision Transformer via Masked Adaptive Ensemble

2024-07-22 · Fudong Lin, Jiadong Lou, Xu Yuan, Nian-Feng Tzeng

Adversarial training (AT) can help improve the robustness of Vision Transformers (ViT) against adversarial attacks by intentionally injecting adversarial examples into the training data. However, this way of adversarial …

Adversarial Robustness

Detecting Adversarial Examples through Nonlinear Dimensionality Reduction

2019-04-30 · Francesco Crecchi, Davide Bacciu, Battista Biggio

Deep neural networks are vulnerable to adversarial examples, i.e., carefully-perturbed inputs aimed to mislead classification. This work proposes a detection method based on combining non-linear dimensionality reduction …

Density EstimationDimensionality ReductionGeneral Classification