English

Adversarial Neural Pruning with Latent Vulnerability Suppression

Machine Learning 2020-07-03 v4 Cryptography and Security Computer Vision and Pattern Recognition Neural and Evolutionary Computing Machine Learning

Abstract

Despite the remarkable performance of deep neural networks on various computer vision tasks, they are known to be susceptible to adversarial perturbations, which makes it challenging to deploy them in real-world safety-critical applications. In this paper, we conjecture that the leading cause of adversarial vulnerability is the distortion in the latent feature space, and provide methods to suppress them effectively. Explicitly, we define \emph{vulnerability} for each latent feature and then propose a new loss for adversarial learning, \emph{Vulnerability Suppression (VS)} loss, that aims to minimize the feature-level vulnerability during training. We further propose a Bayesian framework to prune features with high vulnerability to reduce both vulnerability and loss on adversarial samples. We validate our \emph{Adversarial Neural Pruning with Vulnerability Suppression (ANP-VS)} method on multiple benchmark datasets, on which it not only obtains state-of-the-art adversarial robustness but also improves the performance on clean examples, using only a fraction of the parameters used by the full network. Further qualitative analysis suggests that the improvements come from the suppression of feature-level vulnerability.

Keywords

Cite

@article{arxiv.1908.04355,
  title  = {Adversarial Neural Pruning with Latent Vulnerability Suppression},
  author = {Divyam Madaan and Jinwoo Shin and Sung Ju Hwang},
  journal= {arXiv preprint arXiv:1908.04355},
  year   = {2020}
}

Comments

Accepted to ICML 2020. Code available at https://github.com/divyam3897/ANP_VS

R2 v1 2026-06-23T10:45:37.240Z