Efficient Teacher: Semi-Supervised Object Detection for YOLOv5
Bowen Xu, Mingtao Chen, Wenlong Guan, Lulu Hu

TL;DR
The paper introduces the Efficient Teacher framework for semi-supervised object detection with YOLOv5, improving pseudo label quality and training stability, leading to state-of-the-art results with fewer computational resources.
Contribution
It proposes a novel semi-supervised training framework for one-stage anchor-based detectors, specifically enhancing YOLOv5 with refined pseudo label assignment and adaptive training strategies.
Findings
Achieves state-of-the-art results on VOC and COCO datasets.
Reduces computational costs compared to previous methods.
Demonstrates effective semi-supervised training for YOLOv5.
Abstract
Semi-Supervised Object Detection (SSOD) has been successful in improving the performance of both R-CNN series and anchor-free detectors. However, one-stage anchor-based detectors lack the structure to generate high-quality or flexible pseudo labels, leading to serious inconsistency problems in SSOD. In this paper, we propose the Efficient Teacher framework for scalable and effective one-stage anchor-based SSOD training, consisting of Dense Detector, Pseudo Label Assigner, and Epoch Adaptor. Dense Detector is a baseline model that extends RetinaNet with dense sampling techniques inspired by YOLOv5. The Efficient Teacher framework introduces a novel pseudo label assignment mechanism, named Pseudo Label Assigner, which makes more refined use of pseudo labels from Dense Detector. Epoch Adaptor is a method that enables a stable and efficient end-to-end semi-supervised training schedule for…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Advanced Image and Video Retrieval Techniques · Remote-Sensing Image Classification
MethodsFocal Loss · Convolution · 1x1 Convolution · Feature Pyramid Network · RetinaNet
