English

Sparse DNNs with Improved Adversarial Robustness

Machine Learning 2019-11-07 v2 Cryptography and Security Computer Vision and Pattern Recognition Neural and Evolutionary Computing Machine Learning

Abstract

Deep neural networks (DNNs) are computationally/memory-intensive and vulnerable to adversarial attacks, making them prohibitive in some real-world applications. By converting dense models into sparse ones, pruning appears to be a promising solution to reducing the computation/memory cost. This paper studies classification models, especially DNN-based ones, to demonstrate that there exists intrinsic relationships between their sparsity and adversarial robustness. Our analyses reveal, both theoretically and empirically, that nonlinear DNN-based classifiers behave differently under l2l_2 attacks from some linear ones. We further demonstrate that an appropriately higher model sparsity implies better robustness of nonlinear DNNs, whereas over-sparsified models can be more difficult to resist adversarial examples.

Keywords

Cite

@article{arxiv.1810.09619,
  title  = {Sparse DNNs with Improved Adversarial Robustness},
  author = {Yiwen Guo and Chao Zhang and Changshui Zhang and Yurong Chen},
  journal= {arXiv preprint arXiv:1810.09619},
  year   = {2019}
}

Comments

l1 regularization on weights --> l1 regularization on activations

R2 v1 2026-06-23T04:49:13.070Z