paper-with-me

Papers

HASI: Hardware-Accelerated Stochastic Inference, A Defense Against Adversarial Machine Learning Attacks

2021-06-09 · Mohammad Hossein Samavatian, Saikat Majumdar, Kristin Barber, Radu Teodorescu

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 reference to detect adversarial inputs. We show an adversarial detection rate of 86% when applied to VGG16 and 93% when applied to ResNet50, which exceeds the detection rate of the state of the art approaches, with a much lower overhead. We demonstrate two software/hardware-accelerated co-designs, which reduces the performance impact of stochastic inference to 1.58X-2X relative to the unprotected baseline, compared to 15X-20X overhead for a software-only GPU implementation.

📄 PDF Abstract BibTeX arXiv:2106.05825

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningGPU

Similar Papers 제목 키워드 기반

DNNShield: Dynamic Randomized Model Sparsification, A Defense Against Adversarial Machine Learning

2022-07-31 · Mohammad Hossein Samavatian, Saikat Majumdar, Kristin Barber, Radu Teodorescu

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. Recent works have proposed approximate c…

BIG-bench Machine LearningCPUGPU

FaRAccel: FPGA-Accelerated Defense Architecture for Efficient Bit-Flip Attack Resilience in Transformer Models

2025-10-28 · Najmeh Nazari, Banafsheh Saber Latibari, Elahe Hosseini, Fatemeh Movafagh 외 arxiv

Forget and Rewire (FaR) methodology has demonstrated strong resilience against Bit-Flip Attacks (BFAs) on Transformer-based models by obfuscating critical parameters through dynamic rewiring of linear layers. However, th…

Hardware-accelerated Simulation-based Inference of Stochastic Epidemiology Models for COVID-19

2020-12-23 · Sourabh Kulkarni, Mario Michael Krell, Seth Nabarro, Csaba Andras Moritz

Epidemiology models are central in understanding and controlling large scale pandemics. Several epidemiology models require simulation-based inference such as Approximate Bayesian Computation (ABC) to fit their parameter…

CPUEpidemiologyGPU

Stochastic-HMDs: Adversarial Resilient Hardware Malware Detectors through Voltage Over-scaling

2021-03-11 · Md Shohidul Islam, Ihsen Alouani, Khaled N. Khasawneh

Machine learning-based hardware malware detectors (HMDs) offer a potential game changing advantage in defending systems against malware. However, HMDs suffer from adversarial attacks, can be effectively reverse-engineere…

Adversarial Attack

Logically Synthesized, Hardware-Accelerated, Restricted Boltzmann Machines for Combinatorial Optimization and Integer Factorization

2020-06-16 · Saavan Patel, Philip Canoza, Sayeef Salahuddin

The Restricted Boltzmann Machine (RBM) is a stochastic neural network capable of solving a variety of difficult tasks such as NP-Hard combinatorial optimization problems and integer factorization. The RBM architecture is…

Combinatorial Optimization