Evaluating the Adversarial Robustness of Detection Transformers
Amirhossein Nazeri, Chunheng Zhao, Pierluigi Pisu

TL;DR
This paper thoroughly evaluates the adversarial robustness of detection transformers (DETRs), revealing significant vulnerabilities under various attack methods and highlighting the need for improved defenses in safety-critical applications.
Contribution
It provides the first comprehensive assessment of DETR's susceptibility to adversarial attacks, extending attack methods, and proposing a novel attack tailored for DETR models.
Findings
DETR models are highly vulnerable to adversarial attacks, similar to CNN detectors.
High intra-network transferability among DETR variants, limited cross-network transferability.
Proposed a new untargeted attack exploiting DETR's loss functions.
Abstract
Robust object detection is critical for autonomous driving and mobile robotics, where accurate detection of vehicles, pedestrians, and obstacles is essential for ensuring safety. Despite the advancements in object detection transformers (DETRs), their robustness against adversarial attacks remains underexplored. This paper presents a comprehensive evaluation of DETR model and its variants under both white-box and black-box adversarial attacks, using the MS-COCO and KITTI datasets to cover general and autonomous driving scenarios. We extend prominent white-box attack methods (FGSM, PGD, and CW) to assess DETR vulnerability, demonstrating that DETR models are significantly susceptible to adversarial attacks, similar to traditional CNN-based detectors. Our extensive transferability analysis reveals high intra-network transferability among DETR variants, but limited cross-network…
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 · Fault Detection and Control Systems · Anomaly Detection Techniques and Applications
MethodsByte Pair Encoding · Linear Layer · Absolute Position Encodings · Dropout · Softmax · Attention Is All You Need · Dense Connections · Feedforward Network · Residual Connection · Multi-Head Attention
