English

Adversarial Feature Desensitization

Machine Learning 2022-01-06 v3 Machine Learning

Abstract

Neural networks are known to be vulnerable to adversarial attacks -- slight but carefully constructed perturbations of the inputs which can drastically impair the network's performance. Many defense methods have been proposed for improving robustness of deep networks by training them on adversarially perturbed inputs. However, these models often remain vulnerable to new types of attacks not seen during training, and even to slightly stronger versions of previously seen attacks. In this work, we propose a novel approach to adversarial robustness, which builds upon the insights from the domain adaptation field. Our method, called Adversarial Feature Desensitization (AFD), aims at learning features that are invariant towards adversarial perturbations of the inputs. This is achieved through a game where we learn features that are both predictive and robust (insensitive to adversarial attacks), i.e. cannot be used to discriminate between natural and adversarial data. Empirical results on several benchmarks demonstrate the effectiveness of the proposed approach against a wide range of attack types and attack strengths. Our code is available at https://github.com/BashivanLab/afd.

Keywords

Cite

@article{arxiv.2006.04621,
  title  = {Adversarial Feature Desensitization},
  author = {Pouya Bashivan and Reza Bayat and Adam Ibrahim and Kartik Ahuja and Mojtaba Faramarzi and Touraj Laleh and Blake Aaron Richards and Irina Rish},
  journal= {arXiv preprint arXiv:2006.04621},
  year   = {2022}
}

Comments

Accepted at Neurips 2021

R2 v1 2026-06-23T16:08:52.434Z