Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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.

Amir Bar, Xin Wang, Vadim Kantorov, Colorado J Reed, Roei Herzig, Gal Chechik, Anna Rohrbach, Trevor Darrell, Amir Globerson• 2021

Related benchmarks

TaskDatasetResultRank
Object DetectionCOCO 2017 (val)
AP45.5
2454
Instance SegmentationCOCO 2017 (val)--
1144
Object DetectionPASCAL VOC 2007 (test)
mAP59.7
821
Object DetectionPASCAL VOC 2007+2012 (test)
mAP (mean Average Precision)63.5
95
Object DetectionSAR-Aircraft v1.0 (test)--
27
Object DetectionMS-COCO Standard 10% 2017 (val)
AP50:9529.12
19
Object DetectionPASCAL VOC 2007 (test)
AP63.5
18
Class-agnostic Object DetectionMS-COCO 2017 (val)
AP (Overall)1
15
Object DetectionMS COCO 20 novel categories 2017 (val)
Novel AP @ 10 Shots13.7
13
Object DetectionMS-COCO Standard 5% 2017 (val)
AP50:9524.8
11
Showing 10 of 13 rows

Other info

Code

Follow for update