CVOct 14, 2024

Out-of-Bounding-Box Triggers: A Stealthy Approach to Cheat Object Detectors

arXiv:2410.10091v13 citationsh-index: 7Has CodeECCV
Originality Incremental advance
AI Analysis

This addresses a security vulnerability in object detection systems for real-world applications, but it is an incremental improvement over existing adversarial attack methods.

The paper tackles the problem of making adversarial attacks on object detectors more stealthy by introducing triggers placed outside bounding boxes, which achieved high performance in both digital and physical tests.

In recent years, the study of adversarial robustness in object detection systems, particularly those based on deep neural networks (DNNs), has become a pivotal area of research. Traditional physical attacks targeting object detectors, such as adversarial patches and texture manipulations, directly manipulate the surface of the object. While these methods are effective, their overt manipulation of objects may draw attention in real-world applications. To address this, this paper introduces a more subtle approach: an inconspicuous adversarial trigger that operates outside the bounding boxes, rendering the object undetectable to the model. We further enhance this approach by proposing the Feature Guidance (FG) technique and the Universal Auto-PGD (UAPGD) optimization strategy for crafting high-quality triggers. The effectiveness of our method is validated through extensive empirical testing, demonstrating its high performance in both digital and physical environments. The code and video will be available at: https://github.com/linToTao/Out-of-bbox-attack.

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