paper-with-me

Papers

Ambiguity-Resistant Semi-Supervised Learning for Dense Object Detection

2023-03-27 · CVPR 2023 1 · Chang Liu, Weiming Zhang, Xiangru Lin, Wei zhang, Xiao Tan, Junyu Han, Xiaomao Li, Errui Ding, Jingdong Wang

With basic Semi-Supervised Object Detection (SSOD) techniques, one-stage detectors generally obtain limited promotions compared with two-stage clusters. We experimentally find that the root lies in two kinds of ambiguities: (1) Selection ambiguity that selected pseudo labels are less accurate, since classification scores cannot properly represent the localization quality. (2) Assignment ambiguity that samples are matched with improper labels in pseudo-label assignment, as the strategy is misguided by missed objects and inaccurate pseudo boxes. To tackle these problems, we propose a Ambiguity-Resistant Semi-supervised Learning (ARSL) for one-stage detectors. Specifically, to alleviate the selection ambiguity, Joint-Confidence Estimation (JCE) is proposed to jointly quantifies the classification and localization quality of pseudo labels. As for the assignment ambiguity, Task-Separation Assignment (TSA) is introduced to assign labels based on pixel-level predictions rather than unreliable pseudo boxes. It employs a "divide-and-conquer" strategy and separately exploits positives for the classification and localization task, which is more robust to the assignment ambiguity. Comprehensive experiments demonstrate that ARSL effectively mitigates the ambiguities and achieves state-of-the-art SSOD performance on MS COCO and PASCAL VOC. Codes can be found at https://github.com/PaddlePaddle/PaddleDetection.

📄 PDF Abstract BibTeX arXiv:2303.14960

Code (1)

PaddlePaddle/PaddleDetection/tree/develop/configs/semi_det/arsl 공식 구현 paddle

Tasks

Dense Object DetectionObjectobject-detectionObject DetectionPseudo LabelSemi-Supervised Object Detection

Similar Papers 제목 키워드 기반

Combating Noise: Semi-supervised Learning by Region Uncertainty Quantification

2021-11-01 · NeurIPS 2021 12 · Zhenyu Wang, YaLi Li, Ye Guo, Shengjin Wang

Semi-supervised learning aims to leverage a large amount of unlabeled data for performance boosting. Existing works primarily focus on image classification. In this paper, we delve into semi-supervised learning for objec…

image-classificationImage Classificationobject-detectionObject Detection+1

Learning from Noisy Data for Semi-Supervised 3D Object Detection

2023-01-01 · ICCV 2023 1 · Zehui Chen, Zhenyu Li, Shuo Wang, Dengpan Fu 외

Pseudo-Labeling (PL) is a critical approach in semi-supervised 3D object detection (SSOD). In PL, delicately selected pseudo-labels, generated by the teacher model, are provided for the student model to supervise the…

3D Object Detectionobject-detectionObject DetectionPseudo Label+1

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

Dense Teacher: Dense Pseudo-Labels for Semi-supervised Object Detection

2022-07-06 · HongYu Zhou, Zheng Ge, Songtao Liu, Weixin Mao 외

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

object-detectionObject DetectionPseudo LabelSemi-Supervised Object Detection