Object Detection

3727 papers with code • 91 benchmarks • 263 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,908
20 papers
2,923
See all 41 libraries.

Generating Minimalist Adversarial Perturbations to Test Object-Detection Models: An Adaptive Multi-Metric Evolutionary Search Approach

cmcin019/tm-evo 25 Apr 2024

Deep Learning (DL) models excel in computer vision tasks but can be susceptible to adversarial examples.

0
25 Apr 2024

Vision Transformer-based Adversarial Domain Adaptation

lluckyyh/vt-ada 24 Apr 2024

Unsupervised domain adaptation (UDA) aims to transfer knowledge from a labeled source domain to an unlabeled target domain.

3
24 Apr 2024

Revisiting Out-of-Distribution Detection in LiDAR-based 3D Object Detection

uulm-mrm/mmood3d 24 Apr 2024

LiDAR-based 3D object detection has become an essential part of automated driving due to its ability to localize and classify objects precisely in 3D.

1
24 Apr 2024

Unified Unsupervised Salient Object Detection via Knowledge Transfer

moothes/a2s-v2 23 Apr 2024

Firstly, we propose a Progressive Curriculum Learning-based Saliency Distilling (PCL-SD) mechanism to extract saliency cues from a pre-trained deep network.

44
23 Apr 2024

Efficient and Concise Explanations for Object Detection with Gaussian-Class Activation Mapping Explainer

khanhnguyenuet/GCAME 20 Apr 2024

To address the challenges of providing quick and plausible explanations in Explainable AI (XAI) for object detection models, we introduce the Gaussian Class Activation Mapping Explainer (G-CAME).

4
20 Apr 2024

The devil is in the object boundary: towards annotation-free instance segmentation using Foundation Models

chengshiest/zip-your-clip 18 Apr 2024

Foundation models, pre-trained on a large amount of data have demonstrated impressive zero-shot capabilities in various downstream tasks.

14
18 Apr 2024

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.

3
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.

59
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.

2
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.

205
12 Apr 2024