TL;DR
This paper investigates how spatial context can be exploited by adversarial patches to fool object detectors like YOLO, and proposes training strategies to improve robustness against such attacks.
Contribution
It introduces category-specific adversarial patches that deceive detectors and demonstrates that reducing spatial context during training enhances robustness.
Findings
Adversarial patches can fool object detectors without overlapping objects.
Limiting spatial context during training improves robustness.
Context-based adversarial attacks pose a significant threat to detection systems.
Abstract
The benefits of utilizing spatial context in fast object detection algorithms have been studied extensively. Detectors increase inference speed by doing a single forward pass per image which means they implicitly use contextual reasoning for their predictions. However, one can show that an adversary can design adversarial patches which do not overlap with any objects of interest in the scene and exploit contextual reasoning to fool standard detectors. In this paper, we examine this problem and design category specific adversarial patches which make a widely used object detector like YOLO blind to an attacker chosen object category. We also show that limiting the use of spatial context during object detector training improves robustness to such adversaries. We believe the existence of context based adversarial attacks is concerning since the adversarial patch can affect predictions…
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
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
