Proposal Learning for Semi-Supervised Object Detection
In this paper, we focus on semi-supervised object detection to boost performance of proposal-based object detectors (a.k.a. two-stage object detectors) by training on both labeled and unlabeled data. However, it is non-trivial to train object detectors on unlabeled data due to the unavailability of ground truth labels. To address this problem, we present a proposal learning approach to learn proposal features and predictions from both labeled and unlabeled data. The approach consists of a self-supervised proposal learning module and a consistency-based proposal learning module. In the self-supervised proposal learning module, we present a proposal location loss and a contrastive loss to learn context-aware and noise-robust proposal features respectively. In the consistency-based proposal learning module, we apply consistency losses to both bounding box classification and regression predictions of proposals to learn noise-robust proposal features and predictions. Our approach enjoys the following benefits: 1) encouraging more context information to delivered in the proposals learning procedure; 2) noisy proposal features and enforcing consistency to allow noise-robust object detection; 3) building a general and high-performance semi-supervised object detection framework, which can be easily adapted to proposal-based object detectors with different backbone architectures. Experiments are conducted on the COCO dataset with all available labeled and unlabeled data. Results demonstrate that our approach consistently improves the performance of fully-supervised baselines. In particular, after combining with data distillation, our approach improves AP by about 2.0% and 0.9% on average compared to fully-supervised baselines and data distillation baselines respectively.
Code (0)
등록된 구현이 없습니다.
Tasks
Objectobject-detectionObject DetectionRobust Object DetectionSemi-Supervised Object DetectionSimilar Papers 제목 키워드 기반
LEDetection: A Simple Framework for Semi-Supervised Few-Shot Object Detection
Few-shot object detection (FSOD) is a challenging problem aimed at detecting novel concepts from few exemplars. Existing approaches to FSOD all assume abundant base labels to adapt to novel objects. This paper studies th…
Few-Shot Object DetectionNovel Conceptsobject-detectionObject Detection+1Learning Temporal Action Proposals With Fewer Labels
Temporal action proposals are a common module in action detection pipelines today. Most current methods for training action proposal modules rely on fully supervised approaches that require large amounts of annotated tem…
Action DetectionSemi-Supervised Action DetectionSESS: Self-Ensembling Semi-Supervised 3D Object Detection
The performance of existing point cloud-based 3D object detection methods heavily relies on large-scale high-quality 3D annotations. However, such annotations are often tedious and expensive to collect. Semi-supervised l…
3D Object Detectionimage-classificationImage ClassificationObject+3Deep Semi-supervised Metric Learning with Dual Alignment for Cervical Cancer Cell Detection
Deep learning has achieved unprecedented success in various object detection tasks with huge amounts of labeled data. However, obtaining large-scale annotations for medical images is extremely challenging due to the high…
Cell DetectionMetric Learningobject-detectionObject DetectionTowards End-to-End Semi-Supervised Table Detection with Deformable Transformer
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