paper-with-me

홈 › Papers

Deep Defense: Training DNNs with Improved Adversarial Robustness

2018-02-23 · NeurIPS 2018 12 · Ziang Yan, Yiwen Guo, Chang-Shui Zhang

Despite the efficacy on a variety of computer vision tasks, deep neural networks (DNNs) are vulnerable to adversarial attacks, limiting their applications in security-critical systems. Recent works have shown the possibility of generating imperceptibly perturbed image inputs (a.k.a., adversarial examples) to fool well-trained DNN classifiers into making arbitrary predictions. To address this problem, we propose a training recipe named "deep defense". Our core idea is to integrate an adversarial perturbation-based regularizer into the classification objective, such that the obtained models learn to resist potential attacks, directly and precisely. The whole optimization problem is solved just like training a recursive network. Experimental results demonstrate that our method outperforms training with adversarial/Parseval regularizations by large margins on various datasets (including MNIST, CIFAR-10 and ImageNet) and different DNN architectures. Code and models for reproducing our results are available at https://github.com/ZiangYan/deepdefense.pytorch

📄 PDF Abstract BibTeX arXiv:1803.00404

Code (1)

ZiangYan/deepdefense.pytorch 공식 구현 pytorch

Tasks

Adversarial Robustness

Similar Papers 제목 키워드 기반

Jacobian Norm with Selective Input Gradient Regularization for Improved and Interpretable Adversarial Defense

2022-07-09 · Deyin Liu, Lin Wu, Haifeng Zhao, Farid Boussaid 외

Deep neural networks (DNNs) are known to be vulnerable to adversarial examples that are crafted with imperceptible perturbations, i.e., a small change in an input image can induce a mis-classification, and thus threatens…

Adversarial Defense

Robust Overfitting Does Matter: Test-Time Adversarial Purification With FGSM

2024-03-18 · CVPR 2024 1 · Linyu Tang, Lei Zhang

Numerous studies have demonstrated the susceptibility of deep neural networks (DNNs) to subtle adversarial perturbations, prompting the development of many advanced adversarial defense methods aimed at mitigating adversa…

Adversarial AttackAdversarial DefenseAdversarial PurificationAdversarial Robustness

A Mask-Based Adversarial Defense Scheme

2022-04-21 · Weizhen Xu, Chenyi Zhang, Fangzhen Zhao, Liangda Fang

Adversarial attacks hamper the functionality and accuracy of Deep Neural Networks (DNNs) by meddling with subtle perturbations to their inputs.In this work, we propose a new Mask-based Adversarial Defense scheme (MAD) fo…

Adversarial AttackAdversarial DefenseDenoising

Dual Head Adversarial Training

2021-04-21 · Yujing Jiang, Xingjun Ma, Sarah Monazam Erfani, James Bailey

Deep neural networks (DNNs) are known to be vulnerable to adversarial examples/attacks, raising concerns about their reliability in safety-critical applications. A number of defense methods have been proposed to train ro…

On the Noise Stability and Robustness of Adversarially Trained Networks on NVM Crossbars

2021-09-19 · Chun Tao, Deboleena Roy, Indranil Chakraborty, Kaushik Roy

Applications based on Deep Neural Networks (DNNs) have grown exponentially in the past decade. To match their increasing computational needs, several Non-Volatile Memory (NVM) crossbar based accelerators have been propos…