CVAIJun 22, 2022

SSMI: How to Make Objects of Interest Disappear without Accessing Object Detectors?

arXiv:2206.10809v1h-index: 9
Originality Incremental advance
AI Analysis

This addresses security vulnerabilities in object detection systems for applications like autonomous vehicles, though it is incremental as it builds on existing black-box attack methods.

The paper tackles the problem of black-box adversarial attacks on object detectors by proposing SSMI, a scheme that uses semantic segmentation and model inversion to make objects disappear without accessing the detector, achieving up to a 36% decrease in mAP and a 16% increase in disappearing labels.

Most black-box adversarial attack schemes for object detectors mainly face two shortcomings: requiring access to the target model and generating inefficient adversarial examples (failing to make objects disappear in large numbers). To overcome these shortcomings, we propose a black-box adversarial attack scheme based on semantic segmentation and model inversion (SSMI). We first locate the position of the target object using semantic segmentation techniques. Next, we design a neighborhood background pixel replacement to replace the target region pixels with background pixels to ensure that the pixel modifications are not easily detected by human vision. Finally, we reconstruct a machine-recognizable example and use the mask matrix to select pixels in the reconstructed example to modify the benign image to generate an adversarial example. Detailed experimental results show that SSMI can generate efficient adversarial examples to evade human-eye perception and make objects of interest disappear. And more importantly, SSMI outperforms existing same kinds of attacks. The maximum increase in new and disappearing labels is 16%, and the maximum decrease in mAP metrics for object detection is 36%.

Foundations

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

Your Notes