Fundamental Tradeoffs between Invariance and Sensitivity to Adversarial Perturbations

Florian Tramèr, Jens Behrmann, Nicholas Carlini, Nicolas Papernot and Jörn-Henrik Jacobsen

International Conference on Machine Learning (ICML) 2020

Subsumes the workshop paper Exploiting Excessive Invariance caused by Norm-Bounded Adversarial Robustness



Abstract

Adversarial examples are malicious inputs crafted to induce misclassification. Commonly studied sensitivity-based adversarial examples introduce semantically-small changes to an input that result in a different model prediction. This paper studies a complementary failure mode, invariance-based adversarial examples, that introduce minimal semantic changes that modify an input’s true label yet preserve the model’s prediction. We demonstrate fundamental tradeoffs between these two types of adversarial examples.
We show that defenses against sensitivity-based attacks actively harm a model’s accuracy on invariance-based attacks, and that new approaches are needed to resist both attack types. In particular, we break state-of-the-art adversarially-trained and certifiably-robust models by generating small perturbations that the models are (provably) robust to, yet that change an input’s class according to human labelers. Finally, we formally show that the existence of excessively invariant classifiers arises from the presence of overly-robust predictive features in standard datasets.


BibTeX
@inproceedings{TBCP+20,
  author   =   {Tram{\`e}r, Florian and Behrmann, Jens and Carlini, Nicholas and Papernot, Nicolas and Jacobsen, J{\"o}rn-Henrik},
  title   =   {Fundamental Tradeoffs between Invariance and Sensitivity to Adversarial Perturbations},
  booktitle   =   {International Conference on Machine Learning (ICML)},
  year   =   {2020},
  howpublished   =   {arXiv preprint arXiv:2002.04599},
  url   =   {https://arxiv.org/abs/2002.04599}
}