Browse State-of-the-Art › Semi-Supervised Object Detection
Semi-Supervised Object Detection
51 papers with code · 7 benchmarks · 1 dataset archive 2025-07-28
Semi-supervised object detection uses both labeled data and unlabeled data for training. It not only reduces the annotation burden for training high-performance object detectors but also further improves the object detector by using a large number of unlabeled data.
Description from the archive archive 2025-07-28.
Benchmarks archive 2025-07-28
7 leaderboard tables shown for this task, 7 with rows (a “benchmark” on this site is a table with at least one row, as on /sota), ordered by row count. “Best model” is the first row in the archive's own order at snapshot; nothing is re-ranked here and metric direction is not recorded in the archive. PwC's Trend sparklines are not in the archive, so that column is omitted.
| Dataset | Best model (first row in archive order) | Paper | Code | Syntology | Compare |
|---|---|---|---|---|---|
| COCO 10% labeled data (27 rows) | MixPL | Mixed Pseudo Labels for Semi-Supervised Object Detection | code | — | Compare |
| COCO 5% labeled data (23 rows) | Semi-DETR | Semi-DETR: Semi-Supervised Object Detection with Detection Transformers | code | — | Compare |
| COCO 1% labeled data (22 rows) | MixPL | Mixed Pseudo Labels for Semi-Supervised Object Detection | code | — | Compare |
| COCO 2% labeled data (19 rows) | MixPL | Mixed Pseudo Labels for Semi-Supervised Object Detection | code | — | Compare |
| COCO 100% labeled data (13 rows) | MixPL | Mixed Pseudo Labels for Semi-Supervised Object Detection | code | — | Compare |
| COCO 0.5% labeled data (5 rows) | Unbiased Teacher v2 | Unbiased Teacher v2: Semi-supervised Object Detection for... | code | — | Compare |
| COCO (1 row) | Sparse Semi-DETR | Sparse Semi-DETR: Sparse Learnable Queries for Semi-Supervised... | — | — | Compare |
Syntology column: samples harvested from the paper's repositories and executed on synthesized fixtures; “ran” is not a correctness claim and does not order the table. A dash means no Syntology record for that paper, not a recorded non-run. Read from the graph 2026-09-24.
Libraries
Not in the archive: the export carries no per-task library table, so there is nothing to show at snapshot 2025-07-28.
Datasets archive 2025-07-28
1 dataset whose archive record lists this task, ordered by the archive's paper count.
Subtasks archive 2025-07-28
No subtask under this task in the archive's task tree.
Parent tasks archive 2025-07-28
Most implemented papers archive 2025-07-28
30 shown of 51 papers with code (115 tagged with this task in all), ordered by repositories listed in the archive, not by stars (the archive holds no stars, so PwC's “Social” and “Latest” sorts cannot be reproduced). Papers without a page here are shown as plain text.
-
16 Jun 2021 8 repositories listedThis paper presents an end-to-end semi-supervised object detection approach, in contrast to previous more complex multi-stage methods.
-
10 May 2020 7 repositories listed Syntology ran 0 of 1 samples · 1 unverifiedSemi-supervised learning (SSL) has a potential to improve the predictive performance of machine learning models using unlabeled data.
-
15 Feb 2023 4 repositories listed Syntology ran 3 of 3 samples · 0 unverified · 3 pointer-only (licence)The Pseudo Label Assigner prevents the occurrence of bias caused by a large number of low-quality pseudo labels that may interfere with the Dense Detector during the student-teacher mutual learning mechanism, and the…
-
18 Feb 2021 4 repositories listedTo address this, we introduce Unbiased Teacher, a simple yet effective approach that jointly trains a student and a gradually progressing teacher in a mutually-beneficial manner.
-
16 Jul 2023 3 repositories listedSpecifically, we propose a Stage-wise Hybrid Matching strategy that combines the one-to-many assignment and one-to-one assignment strategies to improve the training efficiency of the first stage and thus provide…
-
14 Jun 2022 3 repositories listedTo remedy this issue, we present a novel label assignment mechanism for self-training framework, namely proposal self-assignment, which injects the proposals from student into teacher and generates accurate pseudo…
-
6 Jul 2022 2 repositories listed Syntology ran 0 of 3 samples · 3 unverifiedTo 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.
-
1 Dec 2019 2 repositories listedMaking a precise annotation in a large dataset is crucial to the performance of object detection.
-
28 Dec 2024 1 repository listedRecent years have witnessed tremendous advances on modern visual recognition systems.
-
8 Jul 2024 1 repository listedWe experimentally find three gaps between general and oriented object detection in semi-supervised learning: 1) Sampling inconsistency: the common center sampling is not suitable for oriented objects with larger aspect…
-
1 Jul 2024 1 repository listedSpecifically, we observe that objects from aerial images are usually arbitrary orientations, small scales, and aggregation, which inspires the following core designs: a Simple Instance-aware Dense Sampling (SIDS)…
-
31 May 2024 1 repository listedTo address these two issues, we have constructed a multi-class 3D LiDAR dataset reflecting diverse urban environments and object characteristics, and developed a robust 3D semi-supervised object detection (SSOD) based…
-
22 Mar 2024 1 repository listedTo tackle the confirmation bias from incorrect pseudo labels of minority classes, the class-rebalancing sampling module resamples unlabeled data following the guidance of the gradient-based reweighting module.
-
12 Dec 2023 1 repository listedWhile the pseudo-label method has demonstrated considerable success in semi-supervised object detection tasks, this paper uncovers notable limitations within this approach.
-
5 Dec 2023 1 repository listed Syntology ran 5 of 8 samples · 3 unverified · 8 pointer-only (licence)Semi-supervised object detection is crucial for 3D scene understanding, efficiently addressing the limitation of acquiring large-scale 3D bounding box annotations.
-
29 Nov 2023 1 repository listed Syntology ran 4 of 4 samples · 0 unverifiedOn 1Mpx, RVT-S with 10% labels even surpasses its fully-supervised counterpart using 100% labels.
-
21 Nov 2023 1 repository listedTherefore, we propose Density-Guided Dense Pseudo Label Selection (DDPLS) for semi-supervised oriented object detection.
-
30 Oct 2023 1 repository listedFor 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.
-
26 Oct 2023 1 repository listed Syntology ran 2 of 2 samples · 0 unverifiedFederated Learning (FL) has emerged as a potent framework for training models across distributed data sources while maintaining data privacy.
-
9 Oct 2023 1 repository listedSemi-supervised object detection (SSOD) methods tackle this issue by generating pseudo-labels for the unlabeled data, assuming that all classes found in the unlabeled dataset are also represented in the labeled data.
-
14 Sep 2023 1 repository listedIn this work, we propose ALWOD, a new framework that addresses this problem by fusing active learning (AL) with weakly and semi-supervised object detection paradigms.
-
9 Aug 2023 1 repository listedOne of the important bottlenecks in training modern object detectors is the need for labeled images where bounding box annotations have to be produced for each object present in the image.
-
10 Apr 2023 1 repository listedSemi-Supervised Object Detection (SSOD), aiming to explore unlabeled data for boosting object detectors, has become an active task in recent years.
-
4 Apr 2023 1 repository listed Syntology ran 0 of 6 samples · 6 unverifiedState-of-the-art 3D object detectors are usually trained on large-scale datasets with high-quality 3D annotations.
-
27 Mar 2023 1 repository listedIt employs a "divide-and-conquer" strategy and separately exploits positives for the classification and localization task, which is more robust to the assignment ambiguity.
-
16 Mar 2023 1 repository listedDespite the remarkable progress made by modern detection models, this challenge is particularly evident in the semi-supervised case.
-
15 Mar 2023 1 repository listedIn this paper, we study teacher-student learning from the perspective of data initialization and propose a novel algorithm called Active Teacher(Source code are available at: \url{https://github.
-
22 Feb 2023 1 repository listedIn 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.
-
19 Dec 2022 1 repository listedIn this work, we propose an object-level point augmentor (OPA) that performs local transformations for semi-supervised 3D object detection.
-
7 Dec 2022 1 repository listedIn this work, we introduce our method Adaptive Self-Training for Object Detection (ASTOD), which is a simple yet effective teacher-student method.
Syntology lines on 7 of the papers shown; no Syntology record for the others (a paper without an arXiv id cannot be joined to the graph, and absence from the graph layer is not a recorded non-run). “Ran” means the sample executed on a synthesized fixture, not that the paper's result was reproduced. Read from the graph 2026-09-24.
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections