Real-Time Object Detection

108 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
27,836
8 papers
21,458
8 papers
2,916
See all 36 libraries.

DPNet: Dual-Path Network for Real-time Object Detection with Lightweight Attention

huiminshii/dpnet 28 Sep 2022

The recent advances of compressing high-accuracy convolution neural networks (CNNs) have witnessed remarkable progress for real-time object detection.

15
28 Sep 2022

SuperYOLO: Super Resolution Assisted Object Detection in Multimodal Remote Sensing Imagery

icey-zhang/SuperYOLO 27 Sep 2022

Furthermore, we design a simple and flexible SR branch to learn HR feature representations that can discriminate small objects from vast backgrounds with low-resolution (LR) input, thus further improving the detection accuracy.

243
27 Sep 2022

Real Time Object Detection System with YOLO and CNN Models: A Review

viswas1/TinyML 23 Jul 2022

The field of artificial intelligence is built on object detection techniques.

0
23 Jul 2022

YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors

pjreddie/darknet CVPR 2023

YOLOv7 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% AP among all known real-time object detectors with 30 FPS or higher on GPU V100.

25,304
06 Jul 2022

Vision Transformer Adapter for Dense Predictions

czczup/vit-adapter 17 May 2022

This work investigates a simple yet powerful dense prediction task adapter for Vision Transformer (ViT).

1,119
17 May 2022

PP-YOLOE: An evolved version of YOLO

PaddlePaddle/PaddleDetection 30 Mar 2022

In this report, we present PP-YOLOE, an industrial state-of-the-art object detector with high performance and friendly deployment.

12,082
30 Mar 2022

Real-time Object Detection for Streaming Perception

yancie-yjr/StreamYOLO CVPR 2022

In this paper, instead of searching trade-offs between accuracy and speed like previous works, we point out that endowing real-time models with the ability to predict the future is the key to dealing with this problem.

297
23 Mar 2022

DINO: DETR with Improved DeNoising Anchor Boxes for End-to-End Object Detection

IDEA-Research/Grounded-Segment-Anything 7 Mar 2022

Compared to other models on the leaderboard, DINO significantly reduces its model size and pre-training data size while achieving better results.

13,519
07 Mar 2022

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