YOLOv10: Real-Time End-to-End Object Detection
Ao Wang, Hui Chen, Lihao Liu, Kai Chen, Zijia Lin, Jungong Han,, Guiguang Ding

TL;DR
YOLOv10 introduces a new end-to-end object detection model that eliminates non-maximum suppression, optimizes architecture for efficiency and accuracy, and achieves state-of-the-art performance with reduced latency and computational costs.
Contribution
The paper presents YOLOv10, a novel YOLO series model with NMS-free training and a holistic design strategy for improved efficiency and accuracy in real-time object detection.
Findings
YOLOv10-S is 1.8× faster than RT-DETR-R18 with similar AP.
YOLOv10-B has 46% less latency and 25% fewer parameters than YOLOv9-C.
YOLOv10 achieves state-of-the-art performance across various scales.
Abstract
Over the past years, YOLOs have emerged as the predominant paradigm in the field of real-time object detection owing to their effective balance between computational cost and detection performance. Researchers have explored the architectural designs, optimization objectives, data augmentation strategies, and others for YOLOs, achieving notable progress. However, the reliance on the non-maximum suppression (NMS) for post-processing hampers the end-to-end deployment of YOLOs and adversely impacts the inference latency. Besides, the design of various components in YOLOs lacks the comprehensive and thorough inspection, resulting in noticeable computational redundancy and limiting the model's capability. It renders the suboptimal efficiency, along with considerable potential for performance improvements. In this work, we aim to further advance the performance-efficiency boundary of YOLOs…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
- 🤗kadirnar/Yolov10model· 134 dl· ♡ 46134 dl♡ 46
- 🤗kadirnar/yolov10bmodel· 12 dl12 dl
- 🤗kadirnar/yolov10lmodel· 5 dl5 dl
- 🤗kadirnar/yolov10mmodel· 42 dl· ♡ 142 dl♡ 1
- 🤗kadirnar/yolov10nmodel· 7 dl7 dl
- 🤗kadirnar/yolov10smodel· 8 dl8 dl
- 🤗kadirnar/yolov10xmodel· 6 dl6 dl
- 🤗nielsr/yolov10nmodel· 2 dl2 dl
- 🤗nielsr/yolov10lmodel
- 🤗jameslahm/yolov10nmodel· 1.0k dl· ♡ 211.0k dl♡ 21
Videos
Taxonomy
TopicsIndustrial Vision Systems and Defect Detection · Advanced Neural Network Applications
MethodsAdam · 1-bit Adam
