Adversarial Examples that Fool Detectors
Jiajun Lu, Hussein Sibai, Evan Fabry

TL;DR
This paper demonstrates the existence of adversarial examples that can fool object detectors like Faster RCNN and YOLO, highlighting new security vulnerabilities in autonomous systems.
Contribution
It introduces a novel construction method for creating adversarial examples that successfully deceive object detectors, both digitally and physically.
Findings
Successfully fools Faster RCNN and YOLO detectors
Adversarial examples generalize across sequences digitally
Physical adversarial objects are feasible
Abstract
An adversarial example is an example that has been adjusted to produce a wrong label when presented to a system at test time. To date, adversarial example constructions have been demonstrated for classifiers, but not for detectors. If adversarial examples that could fool a detector exist, they could be used to (for example) maliciously create security hazards on roads populated with smart vehicles. In this paper, we demonstrate a construction that successfully fools two standard detectors, Faster RCNN and YOLO. The existence of such examples is surprising, as attacking a classifier is very different from attacking a detector, and that the structure of detectors - which must search for their own bounding box, and which cannot estimate that box very accurately - makes it quite likely that adversarial patterns are strongly disrupted. We show that our construction produces adversarial…
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 · Advanced Malware Detection Techniques · Physical Unclonable Functions (PUFs) and Hardware Security
