SOTAVerified

MixTeacher: Mining Promising Labels with Mixed Scale Teacher for Semi-Supervised Object Detection

2023-03-16CVPR 2023Code Available1· sign in to hype

Liang Liu, Boshen Zhang, Jiangning Zhang, Wuhao Zhang, Zhenye Gan, Guanzhong Tian, Wenbing Zhu, Yabiao Wang, Chengjie Wang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Scale variation across object instances remains a key challenge in object detection task. Despite the remarkable progress made by modern detection models, this challenge is particularly evident in the semi-supervised case. While existing semi-supervised object detection methods rely on strict conditions to filter high-quality pseudo labels from network predictions, we observe that objects with extreme scale tend to have low confidence, resulting in a lack of positive supervision for these objects. In this paper, we propose a novel framework that addresses the scale variation problem by introducing a mixed scale teacher to improve pseudo label generation and scale-invariant learning. Additionally, we propose mining pseudo labels using score promotion of predictions across scales, which benefits from better predictions from mixed scale features. Our extensive experiments on MS COCO and PASCAL VOC benchmarks under various semi-supervised settings demonstrate that our method achieves new state-of-the-art performance. The code and models are available at https://github.com/lliuz/MixTeacher.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
COCO 10% labeled dataMixTeacher-FCOSmAP36.95Unverified
COCO 10% labeled dataMixTeacher-FRCNNmAP36.72Unverified
COCO 1% labeled dataMixTeacher-FCOSmAP23.83Unverified
COCO 1% labeled dataMixTeacher-FRCNNmAP25.16Unverified
COCO 2% labeled dataMixTeacher-FRCNNmAP29.11Unverified
COCO 2% labeled dataMixTeacher-FCOSmAP27.88Unverified
COCO 5% labeled dataMixTeacher-FRCNNmAP34.06Unverified
COCO 5% labeled dataMixTeacher-FCOSmAP33.42Unverified

Reproductions