Object Detection

3706 papers with code • 91 benchmarks • 261 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,806
20 papers
2,917
See all 40 libraries.

Latest papers with no code

A Survey on Visual Mamba

no code yet • 24 Apr 2024

This encompasses general visual tasks, Medical visual tasks (e. g., 2D / 3D segmentation, classification, and image registration, etc.

Efficient Transformer Encoders for Mask2Former-style models

no code yet • 23 Apr 2024

The third step is to use the aforementioned derived dataset to train a gating network that predicts the number of encoder layers to be used, conditioned on the input image.

Source-free Domain Adaptation for Video Object Detection Under Adverse Image Conditions

no code yet • 23 Apr 2024

When deploying pre-trained video object detectors in real-world scenarios, the domain gap between training and testing data caused by adverse image conditions often leads to performance degradation.

Gallbladder Cancer Detection in Ultrasound Images based on YOLO and Faster R-CNN

no code yet • 23 Apr 2024

A fusion method that leverages the benefits of both techniques is presented in this study.

External Prompt Features Enhanced Parameter-efficient Fine-tuning for Salient Object Detection

no code yet • 23 Apr 2024

To better harness the potential of transformers for SOD, we propose a novel parameter-efficient fine-tuning method aimed at reducing the number of training parameters while enhancing the salient object detection capability.

ContextualFusion: Context-Based Multi-Sensor Fusion for 3D Object Detection in Adverse Operating Conditions

no code yet • 23 Apr 2024

The fusion of multimodal sensor data streams such as camera images and lidar point clouds plays an important role in the operation of autonomous vehicles (AVs).

CFPFormer: Feature-pyramid like Transformer Decoder for Segmentation and Detection

no code yet • 23 Apr 2024

Feature pyramids have been widely adopted in convolutional neural networks (CNNs) and transformers for tasks like medical image segmentation and object detection.

CKD: Contrastive Knowledge Distillation from A Sample-wise Perspective

no code yet • 22 Apr 2024

Note that constraints on intra-sample similarities and inter-sample dissimilarities can be efficiently and effectively reformulated into a contrastive learning framework with newly designed positive and negative pairs.

NeRF-DetS: Enhancing Multi-View 3D Object Detection with Sampling-adaptive Network of Continuous NeRF-based Representation

no code yet • 22 Apr 2024

As a preliminary work, NeRF-Det unifies the tasks of novel view synthesis and 3D perception, demonstrating that perceptual tasks can benefit from novel view synthesis methods like NeRF, significantly improving the performance of indoor multi-view 3D object detection.

TeamTrack: A Dataset for Multi-Sport Multi-Object Tracking in Full-pitch Videos

no code yet • 22 Apr 2024

Multi-object tracking (MOT) is a critical and challenging task in computer vision, particularly in situations involving objects with similar appearances but diverse movements, as seen in team sports.