English

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

Computer Vision and Pattern Recognition 2023-03-17 v1

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 \url{https://github.com/lliuz/MixTeacher}.

Keywords

Cite

@article{arxiv.2303.09061,
  title  = {MixTeacher: Mining Promising Labels with Mixed Scale Teacher for Semi-Supervised Object Detection},
  author = {Liang Liu and Boshen Zhang and Jiangning Zhang and Wuhao Zhang and Zhenye Gan and Guanzhong Tian and Wenbing Zhu and Yabiao Wang and Chengjie Wang},
  journal= {arXiv preprint arXiv:2303.09061},
  year   = {2023}
}

Comments

Accepted by CVPR 2023. Implementation available: https://github.com/lliuz/MixTeacher

R2 v1 2026-06-28T09:19:45.726Z