Daedalus: Breaking Non-Maximum Suppression in Object Detection via Adversarial Examples
Derui Wang, Chaoran Li, Sheng Wen, Qing-Long Han, Surya Nepal, Xiangyu, Zhang, Yang Xiang

TL;DR
This paper introduces Daedalus, an adversarial attack that exploits vulnerabilities in Non-Maximum Suppression in object detection systems, causing dense false positives and compromising safety-critical applications.
Contribution
The paper presents a novel adversarial attack method that effectively disrupts NMS in object detection models, including a robust ensemble-based approach for real-world scenarios.
Findings
Daedalus increases false positives to 99.9%
Reduces mean average precision to 0
Effective against real-world systems via printed posters
Abstract
This paper demonstrates that Non-Maximum Suppression (NMS), which is commonly used in Object Detection (OD) tasks to filter redundant detection results, is no longer secure. Considering that NMS has been an integral part of OD systems, thwarting the functionality of NMS can result in unexpected or even lethal consequences for such systems. In this paper, an adversarial example attack which triggers malfunctioning of NMS in end-to-end OD models is proposed. The attack, namely \texttt{Daedalus}, compresses the dimensions of detection boxes to evade NMS. As a result, the final detection output contains extremely dense false positives. This can be fatal for many OD applications such as autonomous vehicles and surveillance systems. The attack can be generalised to different end-to-end OD models, such that the attack cripples various OD applications. Furthermore, a way to craft robust…
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 · Advanced Neural Network Applications · Physical Unclonable Functions (PUFs) and Hardware Security
