paper-with-me

홈 › Papers

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

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

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 on two-stage detection networks like FasterRCNN, while the research on one-stage detectors is often ignored. In this paper, we focus on the semi-supervised learning for the advanced and popular one-stage detection network YOLOv5. Compared with Faster-RCNN, the implementation of YOLOv5 is much more complex, and the various training techniques used in YOLOv5 can also reduce the benefit of SSOD. In addition to this challenge, we also reveal two key issues in one-stage SSOD, which are low-quality pseudo-labeling and multi-task optimization conflict, respectively. To address these issues, we propose a novel teacher-student learning recipe called OneTeacher with two innovative designs, namely Multi-view Pseudo-label Refinement (MPR) and Decoupled Semi-supervised Optimization (DSO). In particular, MPR improves the quality of pseudo-labels via augmented-view refinement and global-view filtering, and DSO handles the joint optimization conflicts via structure tweaks and task-specific pseudo-labeling. In addition, we also carefully revise the implementation of YOLOv5 to maximize the benefits of SSOD, which is also shared with the existing SSOD methods for fair comparison. To validate OneTeacher, we conduct extensive experiments on COCO and Pascal VOC. The extensive experiments show that OneTeacher can not only achieve superior performance than the compared methods, e.g., 15.0% relative AP gains over Unbiased Teacher, but also well handle the key issues in one-stage SSOD. Our source code is available at: https://github.com/luogen1996/OneTeacher.

📄 PDF Abstract BibTeX arXiv:2302.11299

Code (1)

luogen1996/oneteacher 공식 구현 pytorch

Tasks

object-detectionObject DetectionPseudo LabelSemi-Supervised Object Detection

Similar Papers 제목 키워드 기반

Semi-DETR: Semi-Supervised Object Detection with Detection Transformers

2023-07-16 · CVPR 2023 1 · Jiacheng Zhang, Xiangru Lin, Wei zhang, Kuo Wang 외

We analyze the DETR-based framework on semi-supervised object detection (SSOD) and observe that (1) the one-to-one assignment strategy generates incorrect matching when the pseudo ground-truth bounding box is inaccurate,…

Objectobject-detectionObject DetectionPseudo Label+1

SADDE: Semi-supervised Anomaly Detection with Dependable Explanations

2024-11-18 · Yachao Yuan, Yu Huang, Yali Yuan, Jin Wang

Semi-supervised learning holds a pivotal position in anomaly detection applications, yet identifying anomaly patterns with a limited number of labeled samples poses a significant challenge. Furthermore, the absence of in…

Anomaly DetectionSemi-supervised Anomaly DetectionSupervised Anomaly Detection

Consistency-based Semi-supervised Learning for Object detection

2019-12-01 · NeurIPS 2019 12 · Jisoo Jeong, Seungeui Lee, Jeesoo Kim, Nojun Kwak

Making a precise annotation in a large dataset is crucial to the performance of object detection. While the object detection task requires a huge number of annotated samples to guarantee its performance, placing bounding…

Objectobject-detectionObject DetectionSemi-Supervised Object Detection

Towards Few-Annotation Learning for Object Detection: Are Transformer-based Models More Efficient ?

2023-10-30 · Quentin Bouniot, Angélique Loesch, Romaric Audigier, Amaury Habrard

For specialized and dense downstream tasks such as object detection, labeling data requires expertise and can be very expensive, making few-shot and semi-supervised models much more attractive alternatives. While in the …

Objectobject-detectionObject DetectionSemi-Supervised Object Detection

Towards End-to-End Semi-Supervised Table Detection with Deformable Transformer

2023-05-04 · Tahira Shehzadi, Khurram Azeem Hashmi, Didier Stricker, Marcus Liwicki 외

Table detection is the task of classifying and localizing table objects within document images. With the recent development in deep learning methods, we observe remarkable success in table detection. However, a significa…

Table Detection