LGCRSep 22, 2019

HAWKEYE: Adversarial Example Detector for Deep Neural Networks

arXiv:1909.09938v16 citations
Originality Incremental advance
AI Analysis

This work addresses the issue of adversarial example detection for deep neural network security, representing an incremental improvement over existing methods.

The paper tackles the problem of high false positive rates in adversarial example detection for deep neural networks by proposing HAWKEYE, a separate neural network that analyzes DNN outputs using quantized reference images, resulting in drastically reduced false positive rates while maintaining high detection rates.

Adversarial examples (AEs) are images that can mislead deep neural network (DNN) classifiers via introducing slight perturbations into original images. Recent work has shown that detecting AEs can be more effective against AEs than preventing them from being generated. However, the state-of-the-art AE detection still shows a high false positive rate, thereby rejecting a considerable amount of normal images. To address this issue, we propose HAWKEYE, which is a separate neural network that analyzes the output layer of the DNN, and detects AEs. HAWKEYE's AE detector utilizes a quantized version of an input image as a reference, and is trained to distinguish the variation characteristics of the DNN output on an input image from the DNN output on its reference image. We also show that cascading our AE detectors that are trained for different quantization step sizes can drastically reduce a false positive rate, while keeping a detection rate high.

Foundations

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

Your Notes