paper-with-me

홈 › Papers

Dense Learning based Semi-Supervised Object Detection

2022-04-15 · CVPR 2022 1 · Binghui Chen, Pengyu Li, Xiang Chen, Biao Wang, Lei Zhang, Xian-Sheng Hua

Semi-supervised object detection (SSOD) aims to facilitate the training and deployment of object detectors with the help of a large amount of unlabeled data. Though various self-training based and consistency-regularization based SSOD methods have been proposed, most of them are anchor-based detectors, ignoring the fact that in many real-world applications anchor-free detectors are more demanded. In this paper, we intend to bridge this gap and propose a DenSe Learning (DSL) based anchor-free SSOD algorithm. Specifically, we achieve this goal by introducing several novel techniques, including an Adaptive Filtering strategy for assigning multi-level and accurate dense pixel-wise pseudo-labels, an Aggregated Teacher for producing stable and precise pseudo-labels, and an uncertainty-consistency-regularization term among scales and shuffled patches for improving the generalization capability of the detector. Extensive experiments are conducted on MS-COCO and PASCAL-VOC, and the results show that our proposed DSL method records new state-of-the-art SSOD performance, surpassing existing methods by a large margin. Codes can be found at \textcolor{blue}{https://github.com/chenbinghui1/DSL}.

📄 PDF Abstract BibTeX arXiv:2204.07300

Code (1)

chenbinghui1/dsl 공식 구현 pytorch

Tasks

Objectobject-detectionObject DetectionSemi-Supervised Object Detection

Similar Papers 제목 키워드 기반

Semi-supervised Learning for Dense Object Detection in Retail Scenes

2021-07-05 · Jaydeep Chauhan, Srikrishna Varadarajan, Muktabh Mayank Srivastava

Retail scenes usually contain densely packed high number of objects in each image. Standard object detection techniques use fully supervised training methodology. This is highly costly as annotating a large dense retail …

Dense Object DetectionObjectobject-detectionObject Detection

Density-Guided Dense Pseudo Label Selection For Semi-supervised Oriented Object Detection

2023-11-21 · Tong Zhao, Qiang Fang, Shuohao Shi, Xin Xu

Recently, dense pseudo-label, which directly selects pseudo labels from the original output of the teacher model without any complicated post-processing steps, has received considerable attention in semi-supervised objec…

Objectobject-detectionObject DetectionOriented Object Detection+2

Efficient Teacher: Semi-Supervised Object Detection for YOLOv5

2023-02-15 · Bowen Xu, Mingtao Chen, Wenlong Guan, Lulu Hu

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-quali…

Objectobject-detectionObject DetectionPseudo Label+1

DTG-SSOD: Dense Teacher Guidance for Semi-Supervised Object Detection

2022-07-12 · Gang Li, Xiang Li, Yujie Wang, Yichao Wu 외

The Mean-Teacher (MT) scheme is widely adopted in semi-supervised object detection (SSOD). In MT, the sparse pseudo labels, offered by the final predictions of the teacher (e.g., after Non Maximum Suppression (NMS) post-…

object-detectionObject DetectionSemi-Supervised Object Detection

DDS3D: Dense Pseudo-Labels with Dynamic Threshold for Semi-Supervised 3D Object Detection

2023-03-09 · Jingyu Li, Zhe Liu, Jinghua Hou, Dingkang Liang

In this paper, we present a simple yet effective semi-supervised 3D object detector named DDS3D. Our main contributions have two-fold. On the one hand, different from previous works using Non-Maximal Suppression (NMS) or…

3D Object Detectionobject-detectionObject DetectionPseudo Label