LGCRCVNEMLAug 12, 2019

Adversarial Neural Pruning with Latent Vulnerability Suppression

arXiv:1908.04355v424 citations
AI Analysis

This addresses the problem of deploying neural networks in safety-critical applications by reducing susceptibility to adversarial perturbations, though it appears incremental as it builds on existing adversarial learning methods.

The paper tackles adversarial vulnerability in deep neural networks by suppressing distortions in the latent feature space, resulting in state-of-the-art adversarial robustness and improved performance on clean examples with fewer parameters.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes