CVLGJul 15, 2022

Feasibility of Inconspicuous GAN-generated Adversarial Patches against Object Detection

arXiv:2207.07347v114 citationsh-index: 13
Originality Synthesis-oriented
AI Analysis

This addresses the challenge of creating less detectable adversarial attacks for object detection systems, but it is incremental as it adapts existing methods to a specific use case.

The paper tackled the problem of generating inconspicuous adversarial patches for object detection, evaluating GAN-based methods on YOLOv3 with COCO and showing that pre-trained GANs achieve realistic patches while maintaining performance similar to conventional patches.

Standard approaches for adversarial patch generation lead to noisy conspicuous patterns, which are easily recognizable by humans. Recent research has proposed several approaches to generate naturalistic patches using generative adversarial networks (GANs), yet only a few of them were evaluated on the object detection use case. Moreover, the state of the art mostly focuses on suppressing a single large bounding box in input by overlapping it with the patch directly. Suppressing objects near the patch is a different, more complex task. In this work, we have evaluated the existing approaches to generate inconspicuous patches. We have adapted methods, originally developed for different computer vision tasks, to the object detection use case with YOLOv3 and the COCO dataset. We have evaluated two approaches to generate naturalistic patches: by incorporating patch generation into the GAN training process and by using the pretrained GAN. For both cases, we have assessed a trade-off between performance and naturalistic patch appearance. Our experiments have shown, that using a pre-trained GAN helps to gain realistic-looking patches while preserving the performance similar to conventional adversarial patches.

Foundations

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

Your Notes