YOLO 提出实时目标检测

一次前向推理完成全图检测,让「看一眼就认出目标」成为可能

Redmon 等人提出 YOLO(You Only Look Once),把目标检测变成单次回归问题,一帧图像一次前向推理即可输出所有目标的位置与类别,速度达到实时。它开创了单阶段检测路线,深刻影响自动驾驶、监控与终端视觉。

时间2016 年 5 月 9 日 级别B · 领域级 组织 状态已核验 · 1 个来源
实时目标检测框叠交通街景的插画
YOLO 把目标检测做到实时,让「看一眼就识别」进入摄像头与自动驾驶。 AI Chronicle

2016 年,一篇标题直白到不像论文的论文出现了:《You Only Look Once》。它讲的是目标检测——让计算机在图片里找出「有什么东西、在哪里」。这个方向当时的主流做法很贵:先提出一堆候选区域,再逐个区域用分类器判断。精度不错,但慢——一帧图像要跑很久,视频和实时场景根本用不上。

YOLO 换了一种完全不同的思路:把整张图切成网格,每个格子直接预测「这里有东西的概率」和「这东西是什么」。一次前向传播,所有目标的位置和类别同时出来。精度在榜单上不算顶尖,但速度比对手快了一个数量级,第一次让「实时看懂画面」成为可能。

这种取舍在当时很有争议。学术榜单奖励的是精度数字,而 YOLO 用速度换精度,等于在说:一个检测算法如果不能用在真实场景,精度再高也有限。事实证明,这个判断踩中了时代的需要——自动驾驶要看实时画面,安防要看实时画面,工业质检、手机相机都要实时。YOLO 成了开源社区最受欢迎的检测模型之一。

YOLO 的后续版本一直在精度和速度之间寻找平衡,每代都保持「部署友好」的基因。它催生了整个「单阶段检测」家族,也带动了实时视觉在产业里的大规模落地。可以说,今天你在手机相册、门禁摄像头、工厂质检线上感受到的「机器一眼认出目标」,很多都源自这篇 2016 年的论文。

回看 YOLO,它提醒研究社区一件事:技术的价值不只是榜单上的数字,更是「有多少人真的能用起来」。在深度学习爆发的那几年,YOLO 是少数从一开始就把「实用」刻进基因的明星工作——而正是这种务实,让它成为计算机视觉落地最广的模型家族之一。

In 2016 a paper appeared with a title almost too plain for academia: You Only Look Once. It concerned object detection—having a computer find "what is where" in an image. The mainstream approach at the time was expensive: propose a bunch of candidate regions, then run a classifier on each. Accurate, but slow—one frame took a long time, useless for video and real-time.

YOLO took a radically different view: divide the whole image into a grid, and let each cell directly predict "probability something is here" and "what it is". One forward pass, all object locations and classes out at once. Accuracy wasn't top of the leaderboard, but speed was an order of magnitude faster—"seeing the picture in real time" became possible for the first time.

That trade-off was controversial. Academic leaderboards rewarded accuracy numbers, and YOLO traded accuracy for speed—effectively arguing that a detector you can't use in real scenarios has limited value however accurate it is. Time proved the judgment right: autonomous driving needs real-time vision, security needs real-time vision, industrial inspection and phone cameras all need real-time. YOLO became one of the most popular open-source detectors.

Each YOLO version kept balancing precision and speed, always carrying the "deployment-friendly" gene. It spawned the entire one-stage detection family and drove real-time vision into industry at scale. The "machine instantly recognizes the target" you feel in photo albums, gate cameras, and factory inspection lines today owes much to that 2016 paper.

Looking back, YOLO reminds the research community that a technology's value isn't just leaderboard numbers—it's how many people actually use it. In the explosive years of deep learning, YOLO was one of the few star works with "practicality" baked into its DNA from day one—and that pragmatism made it one of the most widely deployed vision model families.

展开完整事件档案人物、主题、模型与产品
人物
模型
产品
来源

原始资料

  1. 01You Only Look Once (YOLO)arXiv · paper

试试搜索