Real-Time Object Detection

110 papers with code • 7 benchmarks • 8 datasets

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 )

Libraries

Use these libraries to find Real-Time Object Detection models and implementations
8 papers
28,038
8 papers
21,482
8 papers
2,926
See all 36 libraries.

BED: A Real-Time Object Detection System for Edge Devices

datamllab/bed_main 14 Feb 2022

DNNs have been an effective tool for data processing and analysis.

56
14 Feb 2022

A ConvNet for the 2020s

keras-team/keras CVPR 2022

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.

60,884
10 Jan 2022

YOLO-ReT: Towards High Accuracy Real-time Object Detection on Edge GPUs

prakharg24/yoloret 26 Oct 2021

Performance of object detection models has been growing rapidly on two major fronts, model accuracy and efficiency.

90
26 Oct 2021

Non-deep Networks

imankgoyal/NonDeepNetworks 14 Oct 2021

This begs the question -- is it possible to build high-performing "non-deep" neural networks?

583
14 Oct 2021

FOVEA: Foveated Image Magnification for Autonomous Navigation

tchittesh/fovea ICCV 2021

Efficient processing of high-res video streams is safety-critical for many robotics applications such as autonomous driving.

11
27 Aug 2021

Workshop on Autonomous Driving at CVPR 2021: Technical Report for Streaming Perception Challenge

Megvii-BaseDetection/YOLOX 27 Jul 2021

In this report, we introduce our real-time 2D object detection system for the realistic autonomous driving scenario.

9,054
27 Jul 2021

Parallel Detection for Efficient Video Analytics at the Edge

git-disl/EVA 27 Jul 2021

A common performance requirement in these mission-critical edge services is the near real-time latency of online object detection on edge devices.

6
27 Jul 2021

YOLOX: Exceeding YOLO Series in 2021

open-mmlab/mmdetection 18 Jul 2021

In this report, we present some experienced improvements to YOLO series, forming a new high-performance detector -- YOLOX.

28,038
18 Jul 2021

CBNet: A Composite Backbone Network Architecture for Object Detection

PaddlePaddle/PaddleDetection 1 Jul 2021

With multi-scale testing, we push the current best single model result to a new record of 60. 1% box AP and 52. 3% mask AP without using extra training data.

12,173
01 Jul 2021