HAWKEYE: Adversarial Example Detector for Deep Neural Networks
Jinkyu Koo, Michael Roth, Saurabh Bagchi

TL;DR
HAWKEYE is a neural network-based adversarial example detector that analyzes DNN output variations using quantized references, significantly reducing false positives while maintaining high detection rates.
Contribution
The paper introduces HAWKEYE, a novel AE detection method that leverages output analysis with quantized references and cascading detectors for improved accuracy.
Findings
Reduces false positive rate in AE detection.
Maintains high detection rate for adversarial examples.
Cascading detectors enhance overall detection performance.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Anomaly Detection Techniques and Applications · Integrated Circuits and Semiconductor Failure Analysis
MethodsAutoencoders
