paper-with-me

홈 › Papers

Unbiased Teacher v2: Semi-supervised Object Detection for Anchor-free and Anchor-based Detectors

2022-06-19 · CVPR 2022 1 · Yen-Cheng Liu, Chih-Yao Ma, Zsolt Kira

With the recent development of Semi-Supervised Object Detection (SS-OD) techniques, object detectors can be improved by using a limited amount of labeled data and abundant unlabeled data. However, there are still two challenges that are not addressed: (1) there is no prior SS-OD work on anchor-free detectors, and (2) prior works are ineffective when pseudo-labeling bounding box regression. In this paper, we present Unbiased Teacher v2, which shows the generalization of SS-OD method to anchor-free detectors and also introduces Listen2Student mechanism for the unsupervised regression loss. Specifically, we first present a study examining the effectiveness of existing SS-OD methods on anchor-free detectors and find that they achieve much lower performance improvements under the semi-supervised setting. We also observe that box selection with centerness and the localization-based labeling used in anchor-free detectors cannot work well under the semi-supervised setting. On the other hand, our Listen2Student mechanism explicitly prevents misleading pseudo-labels in the training of bounding box regression; we specifically develop a novel pseudo-labeling selection mechanism based on the Teacher and Student's relative uncertainties. This idea contributes to favorable improvement in the regression branch in the semi-supervised setting. Our method, which works for both anchor-free and anchor-based methods, consistently performs favorably against the state-of-the-art methods in VOC, COCO-standard, and COCO-additional.

📄 PDF Abstract BibTeX arXiv:2206.09500

Code (1)

facebookresearch/unbiased-teacher-v2 공식 구현 pytorch

Tasks

Object DetectionregressionSemi-Supervised Object Detection

Similar Papers 제목 키워드 기반

Unbiased Teacher for Semi-Supervised Object Detection

2021-02-18 · ICLR 2021 1 · Yen-Cheng Liu, Chih-Yao Ma, Zijian He, Chia-Wen Kuo 외

Semi-supervised learning, i.e., training networks with both labeled and unlabeled data, has made significant progress recently. However, existing works have primarily focused on image classification tasks and neglected o…

image-classificationImage ClassificationObjectobject-detection+3

Applying the Lower-Biased Teacher Model in Semi-Supervised Object Detection

2024-09-29 · Shuang Wang

I present the Lower Biased Teacher model, an enhancement of the Unbiased Teacher model, specifically tailored for semi-supervised object detection tasks. The primary innovation of this model is the integration of a local…

Objectobject-detectionObject DetectionPseudo Label+1

Improving Localization for Semi-Supervised Object Detection

2022-06-21 · Leonardo Rossi, Akbar Karimi, Andrea Prati

Nowadays, Semi-Supervised Object Detection (SSOD) is a hot topic, since, while it is rather easy to collect images for creating a new dataset, labeling them is still an expensive and time-consuming task. One of the succe…

Objectobject-detectionObject DetectionSemi-Supervised Object Detection+1

Towards End-to-end Semi-supervised Learning for One-stage Object Detection

2023-02-22 · Gen Luo, Yiyi Zhou, Lei Jin, Xiaoshuai Sun 외

Semi-supervised object detection (SSOD) is a research hot spot in computer vision, which can greatly reduce the requirement for expensive bounding-box annotations. Despite great success, existing progress mainly focuses …

object-detectionObject DetectionPseudo LabelSemi-Supervised Object Detection

Training-based Model Refinement and Representation Disagreement for Semi-Supervised Object Detection

2023-07-25 · Seyed Mojtaba Marvasti-Zadeh, Nilanjan Ray, Nadir Erbilgin

Semi-supervised object detection (SSOD) aims to improve the performance and generalization of existing object detectors by utilizing limited labeled data and extensive unlabeled data. Despite many advances, recent SSOD m…

object-detectionObject DetectionSemi-Supervised Object Detection