Object Detection

3704 papers with code • 91 benchmarks • 257 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,765
20 papers
2,917
See all 40 libraries.

Latest papers with no code

Watch Your Step: Optimal Retrieval for Continual Learning at Scale

no code yet • 16 Apr 2024

One of the most widely used approaches in continual learning is referred to as replay.

Camera clustering for scalable stream-based active distillation

no code yet • 16 Apr 2024

We present a scalable framework designed to craft efficient lightweight models for video object detection utilizing self-training and knowledge distillation techniques.

OSR-ViT: A Simple and Modular Framework for Open-Set Object Detection and Discovery

no code yet • 16 Apr 2024

Our method also excels in low-data settings, outperforming supervised baselines using a fraction of the training data.

VFMM3D: Releasing the Potential of Image by Vision Foundation Model for Monocular 3D Object Detection

no code yet • 15 Apr 2024

Therefore, an effective solution involves transforming monocular images into LiDAR-like representations and employing a LiDAR-based 3D object detector to predict the 3D coordinates of objects.

Explainable Light-Weight Deep Learning Pipeline for Improved Drought Stres

no code yet • 15 Apr 2024

The novelty lies in the synergistic combination of a pretrained network with carefully designed custom layers.

Fusion-Mamba for Cross-modality Object Detection

no code yet • 14 Apr 2024

In this paper, we investigate cross-modality fusion by associating cross-modal features in a hidden state space based on an improved Mamba with a gating mechanism.

TEXT2TASTE: A Versatile Egocentric Vision System for Intelligent Reading Assistance Using Large Language Model

no code yet • 14 Apr 2024

The LLM processes the data and allows the user to interact with the text and responds to a given query, thus extending the functionality of corrective lenses with the ability to find and summarize knowledge from the text.

DetCLIPv3: Towards Versatile Generative Open-vocabulary Object Detection

no code yet • 14 Apr 2024

This is followed by a fine-tuning stage that leverages a small number of high-resolution samples to further enhance detection performance.

Coreset Selection for Object Detection

no code yet • 14 Apr 2024

Coreset selection is a method for selecting a small, representative subset of an entire dataset.

BG-YOLO: A Bidirectional-Guided Method for Underwater Object Detection

no code yet • 13 Apr 2024

When training the enhancement branch, the object detection subnet in the enhancement branch guides the image enhancement subnet to be optimized towards the direction that is most conducive to the detection task.