YOLOv3: An Incremental Improvement

YOLOv3: An Incremental Improvement

2018 | Joseph Redmon, Ali Farhadi
The paper "YOLOv3: An Incremental Improvement" by Joseph Redmon and Ali Farhadi presents several updates and improvements to the YOLO object detection framework. The authors make a series of design changes to enhance the model's performance while maintaining its speed. YOLOv3 is trained on a new classifier network that is larger but more accurate, achieving 28.2 mAP at 320×320 resolution with a running time of 22 ms, which is comparable to SSD but three times faster. The model uses dimension clusters as anchor boxes and predicts bounding box offsets using logistic regression, along with objectness scores. It also employs multi-scale predictions and a hybrid feature extraction network, Darknet-53, which is more powerful and efficient than previous versions. YOLOv3 performs well on the COCO dataset, particularly on the old detection metric of mAP at IOU=0.5, achieving 57.9 AP50 in 51 ms on a Titan X. The paper discusses various techniques tried but not adopted, such as anchor box x,y offset predictions and focal loss, and reflects on the implications of the new metrics used in COCO for object detection. Overall, YOLOv3 is praised for its speed and accuracy, making it a strong detector, especially for producing decent bounding boxes.The paper "YOLOv3: An Incremental Improvement" by Joseph Redmon and Ali Farhadi presents several updates and improvements to the YOLO object detection framework. The authors make a series of design changes to enhance the model's performance while maintaining its speed. YOLOv3 is trained on a new classifier network that is larger but more accurate, achieving 28.2 mAP at 320×320 resolution with a running time of 22 ms, which is comparable to SSD but three times faster. The model uses dimension clusters as anchor boxes and predicts bounding box offsets using logistic regression, along with objectness scores. It also employs multi-scale predictions and a hybrid feature extraction network, Darknet-53, which is more powerful and efficient than previous versions. YOLOv3 performs well on the COCO dataset, particularly on the old detection metric of mAP at IOU=0.5, achieving 57.9 AP50 in 51 ms on a Titan X. The paper discusses various techniques tried but not adopted, such as anchor box x,y offset predictions and focal loss, and reflects on the implications of the new metrics used in COCO for object detection. Overall, YOLOv3 is praised for its speed and accuracy, making it a strong detector, especially for producing decent bounding boxes.
Reach us at info@study.space
[slides and audio] YOLOv3%3A An Incremental Improvement