A Simple Semi-Supervised Learning Framework for Object Detection
Kihyuk Sohn, Zizhao Zhang, Chun-Liang Li, Han Zhang, Chen-Yu Lee, and, Tomas Pfister

TL;DR
This paper introduces STAC, a simple semi-supervised learning framework for object detection that leverages pseudo labels and strong data augmentation to improve performance with limited labeled data.
Contribution
The paper presents a novel semi-supervised object detection framework, STAC, combining pseudo labeling and strong augmentation, demonstrating significant improvements over supervised baselines.
Findings
STAC improves AP^0.5 on VOC07 from 76.30 to 79.08.
On MS-COCO, STAC achieves 24.38 mAP with only 5% labeled data.
STAC demonstrates 2x higher data efficiency compared to supervised methods.
Abstract
Semi-supervised learning (SSL) has a potential to improve the predictive performance of machine learning models using unlabeled data. Although there has been remarkable recent progress, the scope of demonstration in SSL has mainly been on image classification tasks. In this paper, we propose STAC, a simple yet effective SSL framework for visual object detection along with a data augmentation strategy. STAC deploys highly confident pseudo labels of localized objects from an unlabeled image and updates the model by enforcing consistency via strong augmentations. We propose experimental protocols to evaluate the performance of semi-supervised object detection using MS-COCO and show the efficacy of STAC on both MS-COCO and VOC07. On VOC07, STAC improves the AP from to ; on MS-COCO, STAC demonstrates higher data efficiency by achieving 24.38 mAP using only…
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 · Domain Adaptation and Few-Shot Learning
MethodsSTAC
