paper-with-me

Papers

Efficient Adversarial Training With Data Pruning

2022-07-01 · Maximilian Kaufmann, Yiren Zhao, Ilia Shumailov, Robert Mullins, Nicolas Papernot

Neural networks are susceptible to adversarial examples-small input perturbations that cause models to fail. Adversarial training is one of the solutions that stops adversarial examples; models are exposed to attacks during training and learn to be resilient to them. Yet, such a procedure is currently expensive-it takes a long time to produce and train models with adversarial samples, and, what is worse, it occasionally fails. In this paper we demonstrate data pruning-a method for increasing adversarial training efficiency through data sub-sampling.We empirically show that data pruning leads to improvements in convergence and reliability of adversarial training, albeit with different levels of utility degradation. For example, we observe that using random sub-sampling of CIFAR10 to drop 40% of data, we lose 8% adversarial accuracy against the strongest attackers, while by using only 20% of data we lose 14% adversarial accuracy and reduce runtime by a factor of 3. Interestingly, we discover that in some settings data pruning brings benefits from both worlds-it both improves adversarial accuracy and training time.

📄 PDF Abstract BibTeX arXiv:2207.00694

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Finding Dynamics Preserving Adversarial Winning Tickets

2022-02-14 · Xupeng Shi, Pengfei Zheng, A. Adam Ding, Yuan Gao 외

Modern deep neural networks (DNNs) are vulnerable to adversarial attacks and adversarial training has been shown to be a promising method for improving the adversarial robustness of DNNs. Pruning methods have been consid…

Adversarial Robustness

Pruning Adversarially Robust Neural Networks without Adversarial Examples

2022-10-09 · Tong Jian, Zifeng Wang, Yanzhi Wang, Jennifer Dy 외

Adversarial pruning compresses models while preserving robustness. Current methods require access to adversarial examples during pruning. This significantly hampers training efficiency. Moreover, as new adversarial attac…

Adversarial Robustness

Adversarial Robustness vs Model Compression, or Both?

2019-03-29 · Shaokai Ye, Kaidi Xu, Sijia Liu, Jan-Henrik Lambrechts 외

It is well known that deep neural networks (DNNs) are vulnerable to adversarial attacks, which are implemented by adding crafted perturbations onto benign examples. Min-max robust optimization based adversarial training …

Adversarial RobustnessmodelModel CompressionNetwork Pruning

Adversarial Robustness vs. Model Compression, or Both?

2019-10-01 · ICCV 2019 10 · Shaokai Ye, Kaidi Xu, Sijia Liu, Hao Cheng 외

It is well known that deep neural networks (DNNs) are vulnerable to adversarial attacks, which are implemented by adding crafted perturbations onto benign examples. Min-max robust optimization based adversarial training …

Adversarial RobustnessmodelModel Compression

On the Effect of Pruning on Adversarial Robustness

2021-08-10 · Artur Jordao, Helio Pedrini

Pruning is a well-known mechanism for reducing the computational cost of deep convolutional networks. However, studies have shown the potential of pruning as a form of regularization, which reduces overfitting and improv…

Adversarial Robustness