Machine learning
YOLO(You Only Look Once)
YOLO(You Only Look Once)是由Redmon、Divvala、Girshick和Farhadi于2016年CVPR上提出的一种单阶段、端到端的卷积目标检测器。它将目标检测重构为一个单一的回归问题——直接从图像中预测边界框坐标和类别概率,一次前向传播即可完成——从而实现了先前R-CNN等两阶段方法无法达到的实时检测速度。最初的论文催生了一个被广泛采用的后续版本系列(YOLOv2至v11),这些版本在应用目标检测基准测试中持续占据主导地位。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Redmon, J., Divvala, S., Girshick, R., & Farhadi, A. (2016). You Only Look Once: Unified, Real-Time Object Detection. Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 779–788. DOI: 10.1109/CVPR.2016.91 ↗
- Goodfellow, I., Bengio, Y., & Courville, A. (2016). Deep Learning. MIT Press. ISBN: 978-0-262-03561-3
如何引用本页
ScholarGate. (2026, June 3). YOLO: You Only Look Once — Unified, Real-Time Object Detection. ScholarGate. https://scholargate.app/zh/deep-learning/yolo
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
Compare side by side →