English

DARCCC: Detecting Adversaries by Reconstruction from Class Conditional Capsules

Machine Learning 2018-11-19 v1 Cryptography and Security Computer Vision and Pattern Recognition Machine Learning

Abstract

We present a simple technique that allows capsule models to detect adversarial images. In addition to being trained to classify images, the capsule model is trained to reconstruct the images from the pose parameters and identity of the correct top-level capsule. Adversarial images do not look like a typical member of the predicted class and they have much larger reconstruction errors when the reconstruction is produced from the top-level capsule for that class. We show that setting a threshold on the l2l2 distance between the input image and its reconstruction from the winning capsule is very effective at detecting adversarial images for three different datasets. The same technique works quite well for CNNs that have been trained to reconstruct the image from all or part of the last hidden layer before the softmax. We then explore a stronger, white-box attack that takes the reconstruction error into account. This attack is able to fool our detection technique but in order to make the model change its prediction to another class, the attack must typically make the "adversarial" image resemble images of the other class.

Keywords

Cite

@article{arxiv.1811.06969,
  title  = {DARCCC: Detecting Adversaries by Reconstruction from Class Conditional Capsules},
  author = {Nicholas Frosst and Sara Sabour and Geoffrey Hinton},
  journal= {arXiv preprint arXiv:1811.06969},
  year   = {2018}
}

Comments

To be presented at NIPS 2018 Workshop on Security in Machine Learning

R2 v1 2026-06-23T05:18:33.482Z