Skip to main content
QUICK REVIEW

[論文レビュー] Daedalus: Breaking Non-Maximum Suppression in Object Detection via Adversarial Examples

Derui Wang, Chaoran Li|arXiv (Cornell University)|Feb 6, 2019
Adversarial Robustness in Machine Learning参考文献 71被引用数 35
ひとこと要約

Daedalus はエンドツーエンドの物体検出において NMS を無効化する敵対的な例を作成し、偽陽性を大幅に増加させ、特定設定下で mAP をゼロに押し込む。物理的なポスターでも実現可能で、複数のモデルにまたがって機能する。

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 exttt{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 adversarial examples is developed by using an ensemble of popular detection models as the substitutes. Considering the pervasive nature of model reusing in real-world OD scenarios, Daedalus examples crafted based on an extit{ensemble of substitutes} can launch attacks without knowing the parameters of the victim models. Experimental results demonstrate that the attack effectively stops NMS from filtering redundant bounding boxes. As the evaluation results suggest, Daedalus increases the false positive rate in detection results to $99.9\%$ and reduces the mean average precision scores to $0$, while maintaining a low cost of distortion on the original inputs. It is also demonstrated that the attack can be practically launched against real-world OD systems via printed posters.

研究の動機と目的

  • Motivate and demonstrate that Non-Maximum Suppression (NMS) can be broken by adversarial inputs in end-to-end object detectors.
  • Show that breaking NMS degrades detection performance and can be realized as a universal, transferable attack.
  • Develop an ensemble-substitute strategy to craft robust adversarial examples that work across multiple models.
  • Explore practical, physical-world deployment of the attack using printed posters.

提案手法

  • Formulate Daedalus as a constrained optimization to maximize adversarial objectives while bounding perturbations.
  • Exploit NMS vulnerability by reducing IoU among bounding boxes or compressing box dimensions to prevent NMS filtering.
  • Propose three adversarial loss functions (f1, f2, f3) to induce dense, overlapping, or small boxes that evade NMS.
  • Use an ensemble of substitute detectors (e.g., YOLO-v3, SSD, RetinaNet) to generate universal adversarial examples for black-box scenarios.
  • Provide L2 and L0 variants of Daedalus to study all-pixel and selective-pixel perturbations, including a physical poster realization.

実験結果

リサーチクエスチョン

  • RQ1Can NMS be reliably broken by carefully crafted adversarial perturbations in end-to-end object detectors?
  • RQ2Do universal adversarial examples generated from an ensemble of substitute models transfer to other detectors in black-box settings?
  • RQ3How do Daedalus perturbations affect standard OD metrics like FP rate and mAP across varying NMS thresholds and attack confidences?
  • RQ4Is it feasible to deploy Daedalus in real-world scenarios via printed posters or other physical media?

主な発見

  • Daedalus can cause extremely dense false positives by preventing NMS from filtering outputs.
  • Under evaluation, FP rate reaches up to 99.9% for high-confidence attacks, while mAP can drop to 0% under certain settings.
  • An ensemble-substitute approach yields universal adversarial examples that can attack multiple popular OD models.
  • The attack is demonstrated in a physical poster setting to attack real-world OD systems.

より良い研究を、今すぐ始めましょう

論文の読解から最終レビューまで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。