paper-with-me

홈 › Papers

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 successful methods to take advantage of raw images on a Semi-Supervised Learning (SSL) setting is the Mean Teacher technique, where the operations of pseudo-labeling by the Teacher and the Knowledge Transfer from the Student to the Teacher take place simultaneously. However, the pseudo-labeling by thresholding is not the best solution since the confidence value is not strictly related to the prediction uncertainty, not permitting to safely filter predictions. In this paper, we introduce an additional classification task for bounding box localization to improve the filtering of the predicted bounding boxes and obtain higher quality on Student training. Furthermore, we empirically prove that bounding box regression on the unsupervised part can equally contribute to the training as much as category classification. Our experiments show that our IL-net (Improving Localization net) increases SSOD performance by 1.14% AP on COCO dataset in limited-annotation regime. The code is available at https://github.com/IMPLabUniPr/unbiased-teacher/tree/ilnet

📄 PDF Abstract BibTeX arXiv:2206.10186

Code (1)

implabunipr/unbiased-teacher 공식 구현 pytorch

Tasks

Objectobject-detectionObject DetectionSemi-Supervised Object DetectionTransfer Learning

Similar Papers 제목 키워드 기반

Multi-clue Consistency Learning to Bridge Gaps Between General and Oriented Object in Semi-supervised Detection

2024-07-08 · Chenxu Wang, Chunyan Xu, Ziqi Gu, Zhen Cui

While existing semi-supervised object detection (SSOD) methods perform well in general scenes, they encounter challenges in handling oriented objects in aerial images. We experimentally find three gaps between general an…

object-detectionObject DetectionOriented Object DetectionSemi-Supervised Object Detection

Rethinking Pseudo Labels for Semi-Supervised Object Detection

2021-06-01 · Hengduo Li, Zuxuan Wu, Abhinav Shrivastava, Larry S. Davis

Recent advances in semi-supervised object detection (SSOD) are largely driven by consistency-based pseudo-labeling methods for image classification tasks, producing pseudo labels as supervisory signals. However, when usi…

Classificationimage-classificationImage ClassificationObject+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

Lesion Localization in OCT by Semi-Supervised Object Detection

2022-04-24 · Yue Wu, Yang Zhou, Jianchun Zhao, Jingyuan Yang 외

Over 300 million people worldwide are affected by various retinal diseases. By noninvasive Optical Coherence Tomography (OCT) scans, a number of abnormal structural changes in the retina, namely retinal lesions, can be i…

object-detectionObject DetectionSemi-Supervised Object Detection

Not Every Side Is Equal: Localization Uncertainty Estimation for Semi-Supervised 3D Object Detection

2023-12-16 · ICCV 2023 1 · Chuxin Wang, Wenfei Yang, Tianzhu Zhang

Semi-supervised 3D object detection from point cloud aims to train a detector with a small number of labeled data and a large number of unlabeled data. The core of existing methods lies in how to select high-quality pseu…

3D Object Detectionobject-detectionObject DetectionPseudo Label