YOLO (You Only Look Once)

Last Updated: July 29, 2026 | By Mihail Sebastian | AI Dictionary

A single-pass object detection algorithm that predicts every bounding box and class label in one network evaluation, fast enough for real-time video.

What is YOLO (You Only Look Once)?

YOLO (You Only Look Once) is an object detection algorithm that predicts all of an image’s bounding boxes and class labels in a single pass through a neural network, fast enough to run on live video. Joseph Redmon and colleagues introduced it in the 2016 paper “You Only Look Once: Unified, Real-Time Object Detection.”

The name is the method. Earlier detectors examined an image region by region, running a model many times per frame; YOLO looks at the whole image once.

How YOLO Works

  1. Grid division: The image is split into a grid, and each cell is responsible for objects centered inside it.
  2. Single prediction pass: One convolutional neural network evaluation produces every cell’s bounding boxes, confidence scores, and class probabilities at once.
  3. Non-max suppression: Overlapping boxes that cover the same object are pruned, keeping only the most confident one.

The single-pass design trades some accuracy on small or crowded objects for speed. Later versions narrowed that gap, and the YOLO name has since been carried forward through successor versions built by different teams.

Example of YOLO

A dashcam collision-warning system runs YOLO on every frame, dozens of times per second. A frame arrives; one network evaluation returns boxes for two cars and a cyclist within tens of milliseconds; the warning logic checks whether any box is growing too fast, which means the object is closing in.

A two-stage detector with better benchmark accuracy would be useless here if its answer arrived after the moment to brake had passed. That trade, accuracy the application can spare in exchange for speed it cannot, is what YOLO was built for.

Related AI terms: Object Detection · Computer Vision · Convolutional Neural Network · Image Recognition

Did you like the YOLO (You Only Look Once) gist?

Learn about 250+ need-to-know artificial intelligence terms in the AI Dictionary.

Mihail Sebastian — Writes about AI governance, regulation, and the technology behind them. Placeholder bio — replace with a real credential line. About

Read the Governor's Letter

Stay ahead with Governor's Letter, the newsletter delivering expert insights, AI updates, and curated knowledge directly to your inbox.

By subscribing to the Governor's Letter, you consent to receive emails from AI Guv.
We respect your privacy - read our Privacy Policy to learn how we protect your information.

Browse All AI Terms A–Z

Every term in the dictionary, in alphabetical order. Jump to a letter or scroll the full list.

A

B

C

D

E

F

G

H

I

J

K

L

M

N

O

P

Q

R

S

T

U

V

W

X

Y

Z