LGCRCVMLMay 19, 2020

Synthesizing Unrestricted False Positive Adversarial Objects Using Generative Models

arXiv:2005.09294v11 citations
Originality Incremental advance
AI Analysis

This addresses security vulnerabilities in object detection systems, but it is incremental as it builds on prior unrestricted adversarial example concepts.

The paper tackles the problem of creating unrestricted adversarial examples for object detection by generating adversarial objects unrelated to detector classes using off-the-shelf GANs, achieving results where these objects are indistinguishable, transferable, and robust in the physical world.

Adversarial examples are data points misclassified by neural networks. Originally, adversarial examples were limited to adding small perturbations to a given image. Recent work introduced the generalized concept of unrestricted adversarial examples, without limits on the added perturbations. In this paper, we introduce a new category of attacks that create unrestricted adversarial examples for object detection. Our key idea is to generate adversarial objects that are unrelated to the classes identified by the target object detector. Different from previous attacks, we use off-the-shelf Generative Adversarial Networks (GAN), without requiring any further training or modification. Our method consists of searching over the latent normal space of the GAN for adversarial objects that are wrongly identified by the target object detector. We evaluate this method on the commonly used Faster R-CNN ResNet-101, Inception v2 and SSD Mobilenet v1 object detectors using logo generative iWGAN-LC and SNGAN trained on CIFAR-10. The empirical results show that the generated adversarial objects are indistinguishable from non-adversarial objects generated by the GANs, transferable between the object detectors and robust in the physical world. This is the first work to study unrestricted false positive adversarial examples for object detection.

Foundations

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

Your Notes