Adversarial YOLO: Defense Human Detection Patch Attacks via Detecting Adversarial Patches
Nan Ji, YanFei Feng, Haidong Xie, Xueshuang Xiang, Naijin Liu

TL;DR
This paper introduces Ad-YOLO, a novel defense mechanism for YOLO-based human detection systems against adversarial patch attacks, demonstrating high effectiveness and robustness in both digital and physical scenarios.
Contribution
The paper presents the first defense strategy against human detection patch attacks by adding a patch class to YOLO, with an adversarial training process to enhance detection of diverse patches.
Findings
Ad-YOLO achieves 80.31% AP for persons, outperforming YOLOv2's 33.93%.
Ad-YOLO maintains high detection accuracy with minimal inference overhead.
The approach demonstrates strong generalization in physical-world attack scenarios.
Abstract
The security of object detection systems has attracted increasing attention, especially when facing adversarial patch attacks. Since patch attacks change the pixels in a restricted area on objects, they are easy to implement in the physical world, especially for attacking human detection systems. The existing defenses against patch attacks are mostly applied for image classification problems and have difficulty resisting human detection attacks. Towards this critical issue, we propose an efficient and effective plug-in defense component on the YOLO detection system, which we name Ad-YOLO. The main idea is to add a patch class on the YOLO architecture, which has a negligible inference increment. Thus, Ad-YOLO is expected to directly detect both the objects of interest and adversarial patches. To the best of our knowledge, our approach is the first defense strategy against human detection…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Anomaly Detection Techniques and Applications · Bacillus and Francisella bacterial research
MethodsYou Only Look Once · Average Pooling · 1x1 Convolution · Global Average Pooling · Convolution · Softmax · Batch Normalization · Max Pooling · Darknet-19 · YOLOv2
