CVSep 30, 2019

Role of Spatial Context in Adversarial Robustness for Object Detection

arXiv:1910.00068v360 citations
Originality Incremental advance
AI Analysis

This addresses a concerning vulnerability in object detection systems, where adversarial patches can fool detectors without proximity to objects, posing challenges for defense in applications like autonomous driving.

The paper tackles the problem of adversarial attacks exploiting spatial context in object detectors, showing that category-specific adversarial patches can make YOLO blind to chosen object categories, and that limiting spatial context during training improves robustness.

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 without being in vicinity of any objects of interest. Hence, defending against such attacks becomes challenging and we urge the research community to give attention to this vulnerability.

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