Semantic Adversarial Attacks: Parametric Transformations That Fool Deep Classifiers

Abstract

Deep neural networks have been shown to exhibit an intriguing vulnerability to adversarial input images corrupted with imperceptible perturbations. However, the majority of adversarial attacks assume global, fine-grained control over the image pixel space. In this paper, we consider a different setting: what happens if the adversary could only alter specific attributes of the input image? These would generate inputs that might be perceptibly different, but still natural-looking and enough to fool a classifier. We propose a novel approach to generate such "semantic" adversarial examples by optimizing a particular adversarial loss over the range-space of a parametric conditional generative model. We demonstrate implementations of our attacks on binary classifiers trained on face images, and show that such natural-looking semantic adversarial examples exist. We evaluate the effectiveness of our attack on synthetic and real data, and present detailed comparisons with existing attack methods. We supplement our empirical results with theoretical bounds that demonstrate the existence of such parametric adversarial examples.

Cite

Text

Joshi et al. "Semantic Adversarial Attacks: Parametric Transformations That Fool Deep Classifiers." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019. doi:10.1109/ICCV.2019.00487

Markdown

[Joshi et al. "Semantic Adversarial Attacks: Parametric Transformations That Fool Deep Classifiers." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019.](https://mlanthology.org/iccv/2019/joshi2019iccv-semantic/) doi:10.1109/ICCV.2019.00487

BibTeX

@inproceedings{joshi2019iccv-semantic,
  title     = {{Semantic Adversarial Attacks: Parametric Transformations That Fool Deep Classifiers}},
  author    = {Joshi, Ameya and Mukherjee, Amitangshu and Sarkar, Soumik and Hegde, Chinmay},
  booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision},
  year      = {2019},
  doi       = {10.1109/ICCV.2019.00487},
  url       = {https://mlanthology.org/iccv/2019/joshi2019iccv-semantic/}
}