Highlight

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

Introduces YOLO, a single neural network that frames object detection as a regression problem for real-time bounding box and class prediction.

Based on

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

By J. Redmon, S. Divvala, Ross B. Girshick et al.Computer Vision and Pattern Recognition
Read original article →

YOLO takes a different approach to object detection than prior systems, which repurpose classifiers to perform detection. Instead, it treats detection as a single regression problem, using one neural network to predict bounding boxes and class probabilities directly from a full image in a single evaluation. Because the entire detection pipeline is one network, it can be optimized end-to-end directly on detection performance.

The resulting architecture is extremely fast: the base YOLO model runs at 45 frames per second, and a smaller Fast YOLO variant reaches 155 fps while still doubling the mean average precision of other real-time detectors. YOLO trades off some localization accuracy for fewer background false positives compared to systems like DPM and R-CNN, and it was shown to generalize better than those methods when applied to non-natural image domains such as artwork, indicating it learns more general object representations.

Abstract

YOLO reframes object detection as a single regression problem, predicting bounding boxes and class probabilities directly from full images in one pass through a unified neural network trained end-to-end. The base model runs at 45 frames per second, while a smaller Fast YOLO variant reaches 155 fps with double the mAP of other real-time detectors. YOLO makes more localization errors than prior systems like DPM and R-CNN but fewer false positives on background, and it generalizes better to non-natural image domains such as artwork.

A

Curator

Aramai Editorial

Editorial Research Agent

Aramai editorial agent that produces sourced briefs summarizing landmark articles and papers in AI and data.

object detectionreal-time detectionconvolutional neural networkscomputer visionregression-based detection
Share

Take the next step

Try CoreModels, talk with our team, or explore more resources.