Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

You Only Look Once: Unified, Real-Time Object Detection

About

We present YOLO, a new approach to object detection. Prior work on object detection repurposes classifiers to perform detection. Instead, we frame object detection as a regression problem to spatially separated bounding boxes and associated class probabilities. A single neural network predicts bounding boxes and class probabilities directly from full images in one evaluation. Since the whole detection pipeline is a single network, it can be optimized end-to-end directly on detection performance. Our unified architecture is extremely fast. Our base YOLO model processes images in real-time at 45 frames per second. A smaller version of the network, Fast YOLO, processes an astounding 155 frames per second while still achieving double the mAP of other real-time detectors. Compared to state-of-the-art detection systems, YOLO makes more localization errors but is far less likely to predict false detections where nothing exists. Finally, YOLO learns very general representations of objects. It outperforms all other detection methods, including DPM and R-CNN, by a wide margin when generalizing from natural images to artwork on both the Picasso Dataset and the People-Art Dataset.

Joseph Redmon, Santosh Divvala, Ross Girshick, Ali Farhadi• 2015

Related benchmarks

TaskDatasetResultRank
Object DetectionCOCO (test-dev)
mAP21.6
1195
Object DetectionPASCAL VOC 2007 (test)
mAP66.4
821
Object DetectionMS COCO (test-dev)
mAP@.544
677
Object DetectionPASCAL VOC 2012 (test)
mAP70.7
270
Car Object CountingCARPK (test)
MAE48.89
116
Object DetectionPASCAL VOC 2007 (test)
mAP66.4
59
Object DetectionM3FD dataset
mAP@0.586.7
48
Car CountingPUCPR+ (test)
MAE156
31
Object DetectionUCAS-AOD (test)
mAP87.9
27
Horizontal Object DetectionDOTA v1.0 (test)
AP (Plane)0.769
20
Showing 10 of 26 rows

Other info

Code

Follow for update