HASI: Hardware-Accelerated Stochastic Inference, A Defense Against Adversarial Machine Learning Attacks
Mohammad Hossein Samavatian, Saikat Majumdar, Kristin Barber, Radu, Teodorescu

TL;DR
HASI introduces a hardware-accelerated stochastic inference method that detects adversarial inputs in DNNs by injecting noise during inference, achieving high detection rates with low performance overhead.
Contribution
The paper proposes a novel hardware-accelerated defense mechanism using stochastic inference to detect adversarial inputs efficiently.
Findings
Detection rate of 86% on VGG16
Detection rate of 93% on ResNet50
Overhead reduced to 1.58X-2X with co-designs
Abstract
Deep Neural Networks (DNNs) are employed in an increasing number of applications, some of which are safety critical. Unfortunately, DNNs are known to be vulnerable to so-called adversarial attacks that manipulate inputs to cause incorrect results that can be beneficial to an attacker or damaging to the victim. Multiple defenses have been proposed to increase the robustness of DNNs. In general, these defenses have high overhead, some require attack-specific re-training of the model or careful tuning to adapt to different attacks. This paper presents HASI, a hardware-accelerated defense that uses a process we call stochastic inference to detect adversarial inputs. We show that by carefully injecting noise into the model at inference time, we can differentiate adversarial inputs from benign ones. HASI uses the output distribution characteristics of noisy inference compared to a non-noisy…
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 · Advanced Neural Network Applications · Anomaly Detection Techniques and Applications
