YOLOv3: An Incremental Improvement
Joseph Redmon, Ali Farhadi

TL;DR
YOLOv3 introduces incremental improvements to the YOLO object detection model, achieving higher accuracy while maintaining real-time speed, making it competitive with other state-of-the-art detectors.
Contribution
The paper presents design modifications and a new trained network that improves YOLO's accuracy without sacrificing its real-time performance.
Findings
YOLOv3 runs in 22 ms at 28.2 mAP on 320x320 images.
It achieves 57.9 mAP@50 in 51 ms on a Titan X.
Compared to RetinaNet, it is similarly accurate but 3.8 times faster.
Abstract
We present some updates to YOLO! We made a bunch of little design changes to make it better. We also trained this new network that's pretty swell. It's a little bigger than last time but more accurate. It's still fast though, don't worry. At 320x320 YOLOv3 runs in 22 ms at 28.2 mAP, as accurate as SSD but three times faster. When we look at the old .5 IOU mAP detection metric YOLOv3 is quite good. It achieves 57.9 mAP@50 in 51 ms on a Titan X, compared to 57.5 mAP@50 in 198 ms by RetinaNet, similar performance but 3.8x faster. As always, all the code is online at https://pjreddie.com/yolo/
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
- 🤗frgfm/darknet53model· 16 dl16 dl
- 🤗timm/cs3darknet_focus_l.c2ns_in1kmodel· 77 dl77 dl
- 🤗timm/cs3darknet_focus_m.c2ns_in1kmodel· 46 dl46 dl
- 🤗timm/cs3darknet_l.c2ns_in1kmodel· 78 dl78 dl
- 🤗timm/cs3darknet_m.c2ns_in1kmodel· 102 dl102 dl
- 🤗timm/cs3darknet_x.c2ns_in1kmodel· 58 dl58 dl
- 🤗timm/cs3sedarknet_l.c2ns_in1kmodel· 61 dl61 dl
- 🤗timm/cs3sedarknet_x.c2ns_in1kmodel· 66 dl66 dl
- 🤗timm/cspdarknet53.ra_in1kmodel· 3.6k dl3.6k dl
- 🤗timm/darknet53.c2ns_in1kmodel· 688 dl688 dl
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Advanced Neural Network Applications · Retinal Imaging and Analysis
Methods[Assistance Permanente™]Air France est-elle ouverte 24h/24 et 7j/7 ? · QATAR~Comment puis-je contacter le service d'assistance de Qatar Airways ? · You Only Look Once · Fast-YOLOv3 · Focal Loss · Feature Pyramid Network · Residual Connection · Convolution · Average Pooling · RetinaNet
