paper-with-me

홈 › Papers

Enhance DNN Adversarial Robustness and Efficiency via Injecting Noise to Non-Essential Neurons

2024-02-06 · Zhenyu Liu, Garrett Gagnon, Swagath Venkataramani, Liu Liu

Deep Neural Networks (DNNs) have revolutionized a wide range of industries, from healthcare and finance to automotive, by offering unparalleled capabilities in data analysis and decision-making. Despite their transforming impact, DNNs face two critical challenges: the vulnerability to adversarial attacks and the increasing computational costs associated with more complex and larger models. In this paper, we introduce an effective method designed to simultaneously enhance adversarial robustness and execution efficiency. Unlike prior studies that enhance robustness via uniformly injecting noise, we introduce a non-uniform noise injection algorithm, strategically applied at each DNN layer to disrupt adversarial perturbations introduced in attacks. By employing approximation techniques, our approach identifies and protects essential neurons while strategically introducing noise into non-essential neurons. Our experimental results demonstrate that our method successfully enhances both robustness and efficiency across several attack scenarios, model architectures, and datasets.

📄 PDF Abstract BibTeX arXiv:2402.04325

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial RobustnessDecision Making

Similar Papers 제목 키워드 기반

Cascade Adversarial Machine Learning Regularized with a Unified Embedding

2017-08-08 · ICLR 2018 1 · Taesik Na, Jong Hwan Ko, Saibal Mukhopadhyay

Injecting adversarial examples during training, known as adversarial training, can improve robustness against one-step attacks, but not for unknown iterative attacks. To address this challenge, we first show iteratively …

BIG-bench Machine Learning

Certified Adversarial Robustness via Anisotropic Randomized Smoothing

2022-07-12 · Hanbin Hong, Yuan Hong

Randomized smoothing has achieved great success for certified robustness against adversarial perturbations. Given any arbitrary classifier, randomized smoothing can guarantee the classifier's prediction over the perturbe…

Adversarial RobustnessAll

Ensemble Federated Adversarial Training with Non-IID data

2021-10-26 · Shuang Luo, Didi Zhu, Zexi Li, Chao Wu

Despite federated learning endows distributed clients with a cooperative training mode under the premise of protecting data privacy and security, the clients are still vulnerable when encountering adversarial samples due…

DiversityFederated Learning

Theoretical evidence for adversarial robustness through randomization

2019-02-04 · NeurIPS 2019 12 · Rafael Pinot, Laurent Meunier, Alexandre Araujo, Hisashi Kashima 외

This paper investigates the theory of robustness against adversarial attacks. It focuses on the family of randomization techniques that consist in injecting noise in the network at inference time. These techniques have p…

Adversarial Robustness

PDA: Progressive Data Augmentation for General Robustness of Deep Neural Networks

2019-09-11 · Hang Yu, Aishan Liu, Xianglong Liu, Gengchao Li 외

Adversarial images are designed to mislead deep neural networks (DNNs), attracting great attention in recent years. Although several defense strategies achieved encouraging robustness against adversarial samples, most of…

Data Augmentation