DPatch: An Adversarial Patch Attack on Object Detectors
Xin Liu, Huanrui Yang, Ziwei Liu, Linghao Song, Hai Li, Yiran Chen

TL;DR
This paper introduces DPatch, a black-box adversarial patch attack that effectively disables object detectors like Faster R-CNN and YOLO by manipulating both classification and bounding box regression, demonstrating high transferability and practicality.
Contribution
The paper presents DPatch, a novel adversarial patch attack that targets object detectors' multiple components and works effectively in black-box scenarios, with high transferability across models and datasets.
Findings
Degrades mAP from 75.10% to below 1% on Faster R-CNN.
Effective attack transferability between different detectors.
Patch size is small and location-independent, enabling real-world attacks.
Abstract
Object detectors have emerged as an indispensable module in modern computer vision systems. In this work, we propose DPatch -- a black-box adversarial-patch-based attack towards mainstream object detectors (i.e. Faster R-CNN and YOLO). Unlike the original adversarial patch that only manipulates image-level classifier, our DPatch simultaneously attacks the bounding box regression and object classification so as to disable their predictions. Compared to prior works, DPatch has several appealing properties: (1) DPatch can perform both untargeted and targeted effective attacks, degrading the mAP of Faster R-CNN and YOLO from 75.10% and 65.7% down to below 1%, respectively. (2) DPatch is small in size and its attacking effect is location-independent, making it very practical to implement real-world attacks. (3) DPatch demonstrates great transferability among different detectors as well as…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Bacillus and Francisella bacterial research · Advanced Neural Network Applications
MethodsRegion Proposal Network · Softmax · Convolution · RoIPool · Faster R-CNN
