paper-with-me

홈 › Papers

Adversarial Defense via Data Dependent Activation Function and Total Variation Minimization

2018-09-23 · Bao Wang, Alex T. Lin, Wei Zhu, Penghang Yin, Andrea L. Bertozzi, Stanley J. Osher

We improve the robustness of Deep Neural Net (DNN) to adversarial attacks by using an interpolating function as the output activation. This data-dependent activation remarkably improves both the generalization and robustness of DNN. In the CIFAR10 benchmark, we raise the robust accuracy of the adversarially trained ResNet20 from $\sim 46\%$ to $\sim 69\%$ under the state-of-the-art Iterative Fast Gradient Sign Method (IFGSM) based adversarial attack. When we combine this data-dependent activation with total variation minimization on adversarial images and training data augmentation, we achieve an improvement in robust accuracy by 38.9$\%$ for ResNet56 under the strongest IFGSM attack. Furthermore, We provide an intuitive explanation of our defense by analyzing the geometry of the feature space.

📄 PDF Abstract BibTeX arXiv:1809.08516

Code (1)

BaoWangMath/DNN-DataDependentActivation 공식 구현 pytorch

Tasks

Adversarial AttackAdversarial DefenseData Augmentation

Similar Papers 제목 키워드 기반

Low Curvature Activations Reduce Overfitting in Adversarial Training

2021-02-15 · ICCV 2021 10 · Vasu Singla, Sahil Singla, David Jacobs, Soheil Feizi

Adversarial training is one of the most effective defenses against adversarial attacks. Previous works suggest that overfitting is a dominant phenomenon in adversarial training leading to a large generalization gap betwe…

A No-Defense Defense Against Gradient-Based Adversarial Attacks on ML-NIDS: Is Less More?

2026-05-18 · Mohamed elShehaby, Ashraf Matrawy arxiv

Gradient-based adversarial attacks subtly manipulate inputs of Machine Learning (ML) models to induce incorrect predictions. This paper investigates whether careful architectural choices alone can yield an inherently rob…

Network Intrusion Detection

Improving Adversarial Robustness via Channel-wise Activation Suppressing

2021-03-11 · ICLR 2021 1 · Yang Bai, Yuyuan Zeng, Yong Jiang, Shu-Tao Xia 외

The study of adversarial examples and their activation has attracted significant attention for secure and robust learning with deep neural networks (DNNs). Different from existing works, in this paper, we highlight two n…

Adversarial Robustness

Block Switching: A Stochastic Approach for Deep Learning Security

2020-02-18 · Xiao Wang, Siyue Wang, Pin-Yu Chen, Xue Lin 외

Recent study of adversarial attacks has revealed the vulnerability of modern deep learning models. That is, subtly crafted perturbations of the input can make a trained network with high accuracy produce arbitrary incorr…

Deep Learning

Enhancing Adversarial Defense by k-Winners-Take-All

2019-05-25 · ICLR 2020 1 · Chang Xiao, Peilin Zhong, Changxi Zheng

We propose a simple change to existing neural network structures for better defending against gradient-based adversarial attacks. Instead of using popular activation functions (such as ReLU), we advocate the use of k-Win…

Adversarial DefenseAll