Label-Efficient Object Detection via Region Proposal Network Pre-Training
Nanqing Dong, Linus Ericsson, Yongxin Yang, Ales Leonardis, Steven McDonagh
TL;DR
This work addresses the localization bottleneck in self-supervised object detection by pre-training the region proposal network (RPN) with unsupervised region proposals and aligning detector-head pre-training with the RPN. The proposed ADePT framework enables end-to-end self-supervised pre-training of a two-stage detector, incorporating separate and joint training strategies and BYOL-style contrastive objectives. Empirical results across COCO, SODA10M, and PASCAL VOC show that RPN pre-training reduces localization errors and provides noticeable gains, particularly in label-scarce and few-shot scenarios, with strong performance on challenging domain shifts. The findings highlight the value of aligning pretext tasks with localization components, suggesting practical benefits for label-efficient object detection and future extensions to improve unsupervised proposals and instance segmentation.
Abstract
Self-supervised pre-training, based on the pretext task of instance discrimination, has fueled the recent advance in label-efficient object detection. However, existing studies focus on pre-training only a feature extractor network to learn transferable representations for downstream detection tasks. This leads to the necessity of training multiple detection-specific modules from scratch in the fine-tuning phase. We argue that the region proposal network (RPN), a common detection-specific module, can additionally be pre-trained towards reducing the localization error of multi-stage detectors. In this work, we propose a simple pretext task that provides an effective pre-training for the RPN, towards efficiently improving downstream object detection performance. We evaluate the efficacy of our approach on benchmark object detection tasks and additional downstream tasks, including instance segmentation and few-shot detection. In comparison with multi-stage detectors without RPN pre-training, our approach is able to consistently improve downstream task performance, with largest gains found in label-scarce settings.
