CVLGApr 17, 2019

Semantic Adversarial Attacks: Parametric Transformations That Fool Deep Classifiers

arXiv:1904.08489v2114 citations
Originality Incremental advance
AI Analysis

This work addresses the vulnerability of deep neural networks to adversarial attacks in a more realistic setting where attackers can only alter specific attributes, which is incremental but domain-specific.

The paper tackles the problem of adversarial attacks on deep classifiers by generating natural-looking, perceptible changes through parametric transformations, demonstrating their existence and effectiveness on face image classifiers with empirical and theoretical validation.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes