paper-with-me

홈 › Papers

JumpReLU: A Retrofit Defense Strategy for Adversarial Attacks

2019-04-07 · N. Benjamin Erichson, Zhewei Yao, Michael W. Mahoney

It has been demonstrated that very simple attacks can fool highly-sophisticated neural network architectures. In particular, so-called adversarial examples, constructed from perturbations of input data that are small or imperceptible to humans but lead to different predictions, may lead to an enormous risk in certain critical applications. In light of this, there has been a great deal of work on developing adversarial training strategies to improve model robustness. These training strategies are very expensive, in both human and computational time. To complement these approaches, we propose a very simple and inexpensive strategy which can be used to ``retrofit'' a previously-trained network to improve its resilience to adversarial attacks. More concretely, we propose a new activation function---the JumpReLU---which, when used in place of a ReLU in an already-trained model, leads to a trade-off between predictive accuracy and robustness. This trade-off is controlled by the jump size, a hyper-parameter which can be tuned during the validation stage. Our empirical results demonstrate that this increases model robustness, protecting against adversarial attacks with substantially increased levels of perturbations. This is accomplished simply by retrofitting existing networks with our JumpReLU activation function, without the need for retraining the model. Additionally, we demonstrate that adversarially trained (robust) models can greatly benefit from retrofitting.

📄 PDF Abstract BibTeX arXiv:1904.03750

Code (1)

erichson/JumpReLU 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Defending against Whitebox Adversarial Attacks via Randomized Discretization

2019-03-25 · Yuchen Zhang, Percy Liang

Adversarial perturbations dramatically decrease the accuracy of state-of-the-art image classifiers. In this paper, we propose and analyze a simple and computationally efficient defense strategy: inject random Gaussian no…

Adversarial AttackGeneral Classification

Progressive Defense Against Adversarial Attacks for Deep Learning as a Service in Internet of Things

2020-10-15 · Ling Wang, Cheng Zhang, Zejian Luo, ChenGuang Liu 외

Nowadays, Deep Learning as a service can be deployed in Internet of Things (IoT) to provide smart services and sensor data processing. However, recent research has revealed that some Deep Neural Networks (DNN) can be eas…

Game Theoretic Mixed Experts for Combinational Adversarial Machine Learning

2022-11-26 · Ethan Rathbun, Kaleel Mahmood, Sohaib Ahmad, Caiwen Ding 외

Recent advances in adversarial machine learning have shown that defenses considered to be robust are actually susceptible to adversarial attacks which are specifically customized to target their weaknesses. These defense…

Adversarial Defense

Minimax Defense against Gradient-based Adversarial Attacks

2020-02-04 · Blerta Lindqvist, Rauf Izmailov

State-of-the-art adversarial attacks are aimed at neural network classifiers. By default, neural networks use gradient descent to minimize their loss function. The gradient of a classifier's loss function is used by grad…

Generative Adversarial Network

Tricking Adversarial Attacks To Fail

2020-06-08 · Blerta Lindqvist

Recent adversarial defense approaches have failed. Untargeted gradient-based attacks cause classifiers to choose any wrong class. Our novel white-box defense tricks untargeted attacks into becoming attacks targeted at de…

Adversarial Defense