DETReg: Unsupervised Pretraining with Region Priors for Object Detection
About
Recent self-supervised pretraining methods for object detection largely focus on pretraining the backbone of the object detector, neglecting key parts of detection architecture. Instead, we introduce DETReg, a new self-supervised method that pretrains the entire object detection network, including the object localization and embedding components. During pretraining, DETReg predicts object localizations to match the localizations from an unsupervised region proposal generator and simultaneously aligns the corresponding feature embeddings with embeddings from a self-supervised image encoder. We implement DETReg using the DETR family of detectors and show that it improves over competitive baselines when finetuned on COCO, PASCAL VOC, and Airbus Ship benchmarks. In low-data regimes DETReg achieves improved performance, e.g., when training with only 1% of the labels and in the few-shot learning settings.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Object Detection | COCO 2017 (val) | AP45.5 | 2454 | |
| Instance Segmentation | COCO 2017 (val) | -- | 1144 | |
| Object Detection | PASCAL VOC 2007 (test) | mAP59.7 | 821 | |
| Object Detection | PASCAL VOC 2007+2012 (test) | mAP (mean Average Precision)63.5 | 95 | |
| Object Detection | SAR-Aircraft v1.0 (test) | -- | 27 | |
| Object Detection | MS-COCO Standard 10% 2017 (val) | AP50:9529.12 | 19 | |
| Object Detection | PASCAL VOC 2007 (test) | AP63.5 | 18 | |
| Class-agnostic Object Detection | MS-COCO 2017 (val) | AP (Overall)1 | 15 | |
| Object Detection | MS COCO 20 novel categories 2017 (val) | Novel AP @ 10 Shots13.7 | 13 | |
| Object Detection | MS-COCO Standard 5% 2017 (val) | AP50:9524.8 | 11 |