BadDet+: Robust Backdoor Attacks for Object Detection
Kealan Dunnett, Reza Arablouei, Dimity Miller, Volkan Dedeoglu, Raja Jurdak
TL;DR
This paper investigates backdoor threats in object detection, revealing weaknesses in existing attacks that rely on data poisoning alone. It introduces BadDet+, a unified, training-time penalty framework using a log-barrier term to suppress original-class predictions on trigger-bearing inputs, achieving both RMA and ODA with improved robustness to trigger scale and placement. Through extensive experiments on COCO, MTSD, and PTSD across multiple architectures, BadDet+ consistently attains high ASR@50 while preserving clean detection performance and reducing TDR@50, outperforming prior methods. The work also provides a rigorous evaluation protocol, analyzes defense limitations, and emphasizes the need for architecture-aware defenses in safe, real-world deployments.
Abstract
Backdoor attacks pose a severe threat to deep learning, yet their impact on object detection remains poorly understood compared to image classification. While attacks have been proposed, we identify critical weaknesses in existing detection-based methods, specifically their reliance on unrealistic assumptions and a lack of physical validation. To bridge this gap, we introduce BadDet+, a penalty-based framework that unifies Region Misclassification Attacks (RMA) and Object Disappearance Attacks (ODA). The core mechanism utilizes a log-barrier penalty to suppress true-class predictions for triggered inputs, resulting in (i) position and scale invariance, and (ii) enhanced physical robustness. On real-world benchmarks, BadDet+ achieves superior synthetic-to-physical transfer compared to existing RMA and ODA baselines while preserving clean performance. Theoretical analysis confirms the proposed penalty acts within a trigger-specific feature subspace, reliably inducing attacks without degrading standard inference. These results highlight significant vulnerabilities in object detection and the necessity for specialized defenses.
