Object Detection

3727 papers with code • 92 benchmarks • 262 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,894
20 papers
2,923
See all 41 libraries.

Latest papers with no code

Leveraging PointNet and PointNet++ for Lyft Point Cloud Classification Challenge

no code yet • 29 Apr 2024

This study investigates the application of PointNet and PointNet++ in the classification of LiDAR-generated point cloud data, a critical component for achieving fully autonomous vehicles.

Efficient Meta-Learning Enabled Lightweight Multiscale Few-Shot Object Detection in Remote Sensing Images

no code yet • 29 Apr 2024

Presently, the task of few-shot object detection (FSOD) in remote sensing images (RSIs) has become a focal point of attention.

Multi-modal Perception Dataset of In-water Objects for Autonomous Surface Vehicles

no code yet • 29 Apr 2024

This paper introduces the first publicly accessible multi-modal perception dataset for autonomous maritime navigation, focusing on in-water obstacles within the aquatic environment to enhance situational awareness for Autonomous Surface Vehicles (ASVs).

FAD-SAR: A Novel Fishing Activity Detection System via Synthetic Aperture Radar Images Based on Deep Learning Method

no code yet • 28 Apr 2024

This paper proposes a deep learning-based system for detecting fishing activities.

RadSimReal: Bridging the Gap Between Synthetic and Real Data in Radar Object Detection With Simulation

no code yet • 28 Apr 2024

Object detection in radar imagery with neural networks shows great potential for improving autonomous driving.

A Hybrid Approach for Document Layout Analysis in Document images

no code yet • 27 Apr 2024

This paper navigates the complexities of understanding various elements within document images, such as text, images, tables, and headings.

BoostRad: Enhancing Object Detection by Boosting Radar Reflections

no code yet • 27 Apr 2024

Subsequently, a second DNN is employed to detect objects within the boosted reflection image.

Inhomogeneous illuminated image enhancement under extremely low visibility condition

no code yet • 26 Apr 2024

Imaging through fog significantly impacts fields such as object detection and recognition.

Cost-Sensitive Uncertainty-Based Failure Recognition for Object Detection

no code yet • 26 Apr 2024

Therefore, a process that mitigates false detections is crucial for both safety and accuracy.

IMWA: Iterative Model Weight Averaging Benefits Class-Imbalanced Learning Tasks

no code yet • 25 Apr 2024

Model Weight Averaging (MWA) is a technique that seeks to enhance model's performance by averaging the weights of multiple trained models.