On the Importance of Backbone to the Adversarial Robustness of Object Detectors
Xiao Li, Hang Chen, Xiaolin Hu
TL;DR
The paper addresses the vulnerability of object detectors to adversarial perturbations and demonstrates that prior robustness claims are inflated due to lacking adversarially pre-trained backbones. It introduces a simple yet effective recipe for fast adversarial fine-tuning that leverages upstream adversarial pre-training without modifying detector architectures, achieving state-of-the-art robustness across multiple detectors and tasks. Through thorough re-evaluation on VOC and COCO and analysis across detectors and backbones, the work shows backbone robustness dominates adversarial performance, with downstream modules playing a lesser role under the proposed regime. The findings generalize to panoptic segmentation, highlighting practical implications for building robust dense-prediction systems and guiding future pre-training and fine-tuning strategies.
Abstract
Object detection is a critical component of various security-sensitive applications, such as autonomous driving and video surveillance. However, existing object detectors are vulnerable to adversarial attacks, which poses a significant challenge to their reliability and security. Through experiments, first, we found that existing works on improving the adversarial robustness of object detectors give a false sense of security. Second, we found that adversarially pre-trained backbone networks were essential for enhancing the adversarial robustness of object detectors. We then proposed a simple yet effective recipe for fast adversarial fine-tuning on object detectors with adversarially pre-trained backbones. Without any modifications to the structure of object detectors, our recipe achieved significantly better adversarial robustness than previous works. Finally, we explored the potential of different modern object detector designs for improving adversarial robustness with our recipe and demonstrated interesting findings, which inspired us to design state-of-the-art (SOTA) robust detectors. Our empirical results set a new milestone for adversarially robust object detection. Code and trained checkpoints are available at https://github.com/thu-ml/oddefense.
