Browse State-of-the-Art › Real-Time Object Detection
Real-Time Object Detection
134 papers with code · 8 benchmarks · 9 datasets archive 2025-07-28
Real-Time Object Detection is a computer vision task that involves identifying and locating objects of interest in real-time video sequences with fast inference while maintaining a base level of accuracy.
This is typically solved using algorithms that combine object detection and tracking techniques to accurately detect and track objects in real-time. They use a combination of feature extraction, object proposal generation, and classification to detect and localize objects of interest.
( Image credit: CenterNet )
Description from the archive archive 2025-07-28.
Benchmarks archive 2025-07-28
8 leaderboard tables shown for this task, 8 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 (Common Objects in Context) (82 rows) | DEIM-D-FINE-X+ | DEIM: DETR with Improved Matching for Fast Convergence | code | Syntology ran 1 of 13 samples · 12 unverified | Compare |
| Argoverse-HD (Full-Stack, Val) (4 rows) | RL-Based Dynamic-Online Policy | — | — | — | Compare |
| PASCAL VOC 2007 (4 rows) | YOLO | You Only Look Once: Unified, Real-Time Object Detection | code | Syntology ran 80 of 148 samples · 68 unverified | Compare |
| Argoverse-HD (Detection-Only, Test) (3 rows) | YOLOX | YOLOX: Exceeding YOLO Series in 2021 | code | Syntology ran 1 of 23 samples · 22 unverified | Compare |
| Argoverse-HD (Full-Stack, Test) (3 rows) | YOLOX | YOLOX: Exceeding YOLO Series in 2021 | code | Syntology ran 1 of 23 samples · 22 unverified | Compare |
| Argoverse-HD (Detection-Only, Val) (2 rows) | YOLOX | YOLOX: Exceeding YOLO Series in 2021 | code | Syntology ran 1 of 23 samples · 22 unverified | Compare |
| COCO (1 row) | Mask R-CNN X-152-32x8d | Mask R-CNN | code | Syntology ran 42 of 140 samples · 98 unverified | Compare |
| PASCAL VOC 2007 (15+5) (1 row) | Faster R-CNN | Faster R-CNN: Towards Real-Time Object Detection with Region... | code | Syntology ran 59 of 124 samples · 65 unverified | 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
9 datasets 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 134 papers with code (259 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.
-
8 Apr 2018 311 repositories listed Syntology ran 18 of 124 samples · 106 unverified · 19 pointer-only (licence)At 320x320 YOLOv3 runs in 22 ms at 28.
-
7 Aug 2017 234 repositories listed Syntology ran 11 of 11 samples · 0 unverified · 6 pointer-only (licence)Our novel Focal Loss focuses training on a sparse set of hard examples and prevents the vast number of easy negatives from overwhelming the detector during training.
-
25 Dec 2016 231 repositories listed Syntology ran 16 of 60 samples · 44 unverified · 22 pointer-only (licence)On the 156 classes not in COCO, YOLO9000 gets 16.
-
23 Apr 2020 223 repositories listed Syntology ran 24 of 184 samples · 160 unverified · 8 pointer-only (licence)There are a huge number of features which are said to improve Convolutional Neural Network (CNN) accuracy.
-
4 Jun 2015 196 repositories listed Syntology ran 59 of 124 samples · 65 unverified · 42 pointer-only (licence)In this work, we introduce a Region Proposal Network (RPN) that shares full-image convolutional features with the detection network, thus enabling nearly cost-free region proposals.
-
20 Mar 2017 179 repositories listed Syntology ran 42 of 140 samples · 98 unverified · 23 pointer-only (licence)Our approach efficiently detects objects in an image while simultaneously generating a high-quality segmentation mask for each instance.
-
8 Jun 2015 144 repositories listed Syntology ran 80 of 148 samples · 68 unverified · 98 pointer-only (licence)A single neural network predicts bounding boxes and class probabilities directly from full images in one evaluation.
-
27 Nov 2019 123 repositories listedNeural networks have enabled state-of-the-art approaches to achieve incredible results on computer vision tasks such as object detection.
-
25 Mar 2021 80 repositories listed Syntology ran 108 of 207 samples · 99 unverified · 43 pointer-only (licence)This paper presents a new vision Transformer, called Swin Transformer, that capably serves as a general-purpose backbone for computer vision.
-
16 Apr 2019 76 repositories listed Syntology ran 10 of 130 samples · 120 unverifiedWe model an object as a single point --- the center point of its bounding box.
-
20 Nov 2019 64 repositories listed Syntology ran 11 of 70 samples · 59 unverified · 3 pointer-only (licence)Model efficiency has become increasingly important in computer vision.
-
10 Jan 2022 54 repositories listed Syntology ran 54 of 80 samples · 26 unverified · 11 pointer-only (licence)The "Roaring 20s" of visual recognition began with the introduction of Vision Transformers (ViTs), which quickly superseded ConvNets as the state-of-the-art image classification model.
-
20 May 2016 48 repositories listed Syntology ran 1 of 11 samples · 10 unverifiedIn contrast to previous region-based detectors such as Fast/Faster R-CNN that apply a costly per-region subnetwork hundreds of times, our region-based detector is fully convolutional with almost all computation shared…
-
18 Jul 2021 42 repositories listed Syntology ran 1 of 23 samples · 22 unverifiedIn this report, we present some experienced improvements to YOLO series, forming a new high-performance detector -- YOLOX.
-
16 Nov 2020 41 repositories listed Syntology ran 1 of 1 samples · 0 unverified · 1 pointer-only (licence)We show that the YOLOv4 object detection neural network based on the CSP approach, scales both up and down and is applicable to small and large networks while maintaining optimal speed and accuracy.
-
26 May 2020 37 repositories listed Syntology ran 59 of 92 samples · 33 unverified · 19 pointer-only (licence)We present a new method that views object detection as a direct set prediction problem.
-
31 Jul 2018 29 repositories listed Syntology ran 2 of 6 samples · 4 unverified · 2 pointer-only (licence)In this paper, we propose an automated mobile neural architecture search (MNAS) approach, which explicitly incorporate model latency into the main objective so that the search can identify a model that achieves a good…
-
3 Sep 2019 24 repositories listedWe propose a Harmonic Densely Connected Network to achieve high efficiency in terms of both low MACs and memory traffic.
-
6 Jul 2022 21 repositories listed Syntology ran 1 of 11 samples · 10 unverifiedYOLOv7 surpasses all known object detectors in both speed and accuracy in the range from 5 FPS to 160 FPS and has the highest accuracy 56.
-
8 Oct 2020 20 repositories listed Syntology ran 29 of 55 samples · 26 unverified · 21 pointer-only (licence)DETR has been recently proposed to eliminate the need for many hand-designed components in object detection while demonstrating good performance.
-
7 Mar 2022 16 repositories listed Syntology ran 7 of 15 samples · 8 unverified · 5 pointer-only (licence)Compared to other models on the leaderboard, DINO significantly reduces its model size and pre-training data size while achieving better results.
-
14 Dec 2022 14 repositories listed Syntology ran 3 of 20 samples · 17 unverifiedIn this paper, we aim to design an efficient real-time object detector that exceeds the YOLO series and is easily extensible for many object recognition tasks such as instance segmentation and rotated object detection.
-
10 Dec 2019 13 repositories listedWe propose SpineNet, a backbone with scale-permuted intermediate features and cross-scale connections that is learned on an object detection task by Neural Architecture Search.
-
22 Apr 2019 12 repositories listedAs DenseNet conserves intermediate features with diverse receptive fields by aggregating them with dense connection, it shows good performance on the object detection task.
-
4 Dec 2016 12 repositories listed Syntology ran 0 of 30 samples · 30 unverifiedIn addition to requiring high accuracy to ensure safety, object detection for autonomous driving also requires real-time inference speed to guarantee prompt vehicle control, as well as small model size and energy…
-
28 Nov 2018 10 repositories listed Syntology ran 2 of 4 samples · 2 unverifiedCompared to YOLOv2 on the MS-COCO object detection, ESPNetv2 delivers 4.
-
17 Apr 2023 9 repositories listed Syntology ran 2 of 4 samples · 2 unverifiedOur RT-DETR-R50 / R101 achieves 53.
-
10 May 2021 9 repositories listedIn this paper, we propose a unified network to encode implicit knowledge and explicit knowledge together, just like the human brain can learn knowledge from normal learning as well as subconsciousness learning.
-
18 Apr 2018 9 repositories listedIn this study, we propose an efficient architecture named PeleeNet, which is built with conventional convolution instead.
-
23 Nov 2016 9 repositories listedIn object detection, reducing computational cost is as important as improving accuracy for most practical usages.
Syntology lines on 23 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