Dense Teacher: Dense Pseudo-Labels for Semi-supervised Object Detection
HongYu Zhou, Zheng Ge, Songtao Liu, Weixin Mao, Zeming Li, Haiyan Yu, Jian Sun
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/megvii-basedetection/denseteacherOfficialIn paperpytorch★ 0
- github.com/PaddlePaddle/PaddleDetection/tree/develop/configs/semi_detpaddle★ 0
Abstract
To date, the most powerful semi-supervised object detectors (SS-OD) are based on pseudo-boxes, which need a sequence of post-processing with fine-tuned hyper-parameters. In this work, we propose replacing the sparse pseudo-boxes with the dense prediction as a united and straightforward form of pseudo-label. Compared to the pseudo-boxes, our Dense Pseudo-Label (DPL) does not involve any post-processing method, thus retaining richer information. We also introduce a region selection technique to highlight the key information while suppressing the noise carried by dense labels. We name our proposed SS-OD algorithm that leverages the DPL as Dense Teacher. On COCO and VOC, Dense Teacher shows superior performance under various settings compared with the pseudo-box-based methods.
Tasks
Benchmark Results
| Dataset | Model | Metric | Claimed | Verified | Status |
|---|---|---|---|---|---|
| COCO 100% labeled data | Dense Teacher | mAP | 46.2 | — | Unverified |
| COCO 10% labeled data | Dense Teacher | mAP | 37.13 | — | Unverified |
| COCO 5% labeled data | Dense Teacher | mAP | 33.01 | — | Unverified |