Out-of-Bounding-Box Triggers: A Stealthy Approach to Cheat Object Detectors
Tao Lin, Lijia Yu, Gaojie Jin, Renjue Li, Peng Wu, Lijun Zhang
TL;DR
The paper tackles adversarial vulnerabilities in object detectors by proposing inconspicuous triggers placed outside object bounding boxes. It combines Feature Guidance ($L_{FG}$) with Universal Auto-PGD (UAPGD) to craft a universal trigger for class $t$, optimizing a composite loss $L_{all}=L_{det}+\lambda_{FG}L_{FG}+\lambda_{tv}L_{tv}$ under a differentiable transform $T$ and robustness mechanisms like EOT and total-variation regularization. Through digital (COCO), simulator (Carla), and real-world experiments, the method achieves high attack success rates and robust misdetections across distances and angles, outperforming prior approaches such as Dpatch2. The work highlights the practical risks posed by covert, universal, physically realizable triggers and motivates defenses to strengthen object detectors against out-of-bbox perturbations in real-world settings.
Abstract
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.
