paper-with-me

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 object detection dataset involves an order of magnitude more effort compared to standard datasets. Hence, we propose semi-supervised learning to effectively use the large amount of unlabeled data available in the retail domain. We adapt a popular self supervised method called noisy student initially proposed for object classification to the task of dense object detection. We show that using unlabeled data with the noisy student training methodology, we can improve the state of the art on precise detection of objects in densely packed retail scenes. We also show that performance of the model increases as you increase the amount of unlabeled data.

📄 PDF Abstract BibTeX arXiv:2107.02114

Code (0)

등록된 구현이 없습니다.

Tasks

Dense Object DetectionObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Stochastic Depth Stochastic Depth aims to shrink the depth of a network during training, while keeping it unchanged during testing. This is achieved by randomly dropping entire…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
RandAugment 설명 없음
Noisy Student 설명 없음

Similar Papers 제목 키워드 기반

A Co-Training Semi-Supervised Framework Using Faster R-CNN and YOLO Networks for Object Detection in Densely Packed Retail Images

2025-09-11 · Hossein Yazdanjouei, Arash Mansouri, Mohammad Shokouhifar arxiv

This study proposes a semi-supervised co-training framework for object detection in densely packed retail environments, where limited labeled data and complex conditions pose major challenges. The framework combines Fast…

Object 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