ANP-VS couples a new latent-feature distortion loss with adversarial Bayesian pruning, improving PGD robustness on three datasets while compressing the network.
DeepCloak: Masking Deep Neural Network Models for Robustness Against Adversarial Samples
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Recent studies have shown that deep neural networks (DNN) are vulnerable to adversarial samples: maliciously-perturbed samples crafted to yield incorrect model outputs. Such attacks can severely undermine DNN systems, particularly in security-sensitive settings. It was observed that an adversary could easily generate adversarial samples by making a small perturbation on irrelevant feature dimensions that are unnecessary for the current classification task. To overcome this problem, we introduce a defensive mechanism called DeepCloak. By identifying and removing unnecessary features in a DNN model, DeepCloak limits the capacity an attacker can use generating adversarial samples and therefore increase the robustness against such inputs. Comparing with other defensive approaches, DeepCloak is easy to implement and computationally efficient. Experimental results show that DeepCloak can increase the performance of state-of-the-art DNN models against adversarial samples.
fields
cs.LG 1years
2019 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Adversarial Neural Pruning with Latent Vulnerability Suppression
ANP-VS couples a new latent-feature distortion loss with adversarial Bayesian pruning, improving PGD robustness on three datasets while compressing the network.