Object Detection

3697 papers with code • 84 benchmarks • 256 datasets

Object Detection is a computer vision task in which the goal is to detect and locate objects of interest in an image or video. The task involves identifying the position and boundaries of objects in an image, and classifying the objects into different categories. It forms a crucial part of vision recognition, alongside image classification and retrieval.

The state-of-the-art methods can be categorized into two main types: one-stage methods and two stage-methods:

  • One-stage methods prioritize inference speed, and example models include YOLO, SSD and RetinaNet.

  • Two-stage methods prioritize detection accuracy, and example models include Faster R-CNN, Mask R-CNN and Cascade R-CNN.

The most popular benchmark is the MSCOCO dataset. Models are typically evaluated according to a Mean Average Precision metric.

( Image credit: Detectron )

Libraries

Use these libraries to find Object Detection models and implementations
64 papers
27,708
20 papers
2,917
See all 40 libraries.

Multi-resolution Rescored ByteTrack for Video Object Detection on Ultra-low-power Embedded Systems

bomps4/multi_resolution_rescored_bytetrack 17 Apr 2024

This paper introduces Multi-Resolution Rescored Byte-Track (MR2-ByteTrack), a novel video object detection framework for ultra-low-power embedded processors.

1
17 Apr 2024

Learning Feature Inversion for Multi-class Anomaly Detection under General-purpose COCO-AD Benchmark

zhangzjn/ader 16 Apr 2024

Moreover, current metrics such as AU-ROC have nearly reached saturation on simple datasets, which prevents a comprehensive evaluation of different methods.

45
16 Apr 2024

Low-Light Image Enhancement Framework for Improved Object Detection in Fisheye Lens Datasets

daitranskku/aic2024-track4-team15 15 Apr 2024

This study addresses the evolving challenges in urban traffic monitoring detection systems based on fisheye lens cameras by proposing a framework that improves the efficacy and accuracy of these systems.

1
15 Apr 2024

Training-free Boost for Open-Vocabulary Object Detection with Confidence Aggregation

faceonlive/ai-research 12 Apr 2024

Specifically, in the region-proposal stage, proposals that contain novel instances showcase lower objectness scores, since they are treated as background proposals during the training phase.

131
12 Apr 2024

SFSORT: Scene Features-based Simple Online Real-Time Tracker

faceonlive/ai-research 11 Apr 2024

This paper introduces SFSORT, the world's fastest multi-object tracking system based on experiments conducted on MOT Challenge datasets.

131
11 Apr 2024

ConsistencyDet: A Robust Object Detector with a Denoising Paradigm of Consistency Model

tankowa/consistencydet 11 Apr 2024

In the present study, we introduce a novel framework designed to articulate object detection as a denoising diffusion process, which operates on the perturbed bounding boxes of annotated entities.

0
11 Apr 2024

Scaling Multi-Camera 3D Object Detection through Weak-to-Strong Eliciting

faceonlive/ai-research 10 Apr 2024

Finally, for MC3D-Det joint training, the elaborate dataset merge strategy is designed to solve the problem of inconsistent camera numbers and camera parameters.

131
10 Apr 2024

Retrieval-Augmented Open-Vocabulary Object Detection

faceonlive/ai-research 8 Apr 2024

Specifically, RALF consists of two modules: Retrieval Augmented Losses (RAL) and Retrieval-Augmented visual Features (RAF).

131
08 Apr 2024

Better Monocular 3D Detectors with LiDAR from the Past

faceonlive/ai-research 8 Apr 2024

Accurate 3D object detection is crucial to autonomous driving.

131
08 Apr 2024

Detecting Every Object from Events

faceonlive/ai-research 8 Apr 2024

Object detection is critical in autonomous driving, and it is more practical yet challenging to localize objects of unknown categories: an endeavour known as Class-Agnostic Object Detection (CAOD).

131
08 Apr 2024