论文名称:YOLO9000: Better, Faster, Stronger

YOLO官网:https://github.com/pjreddie/darknetgithub.com

论文下载:https://arxiv.org/abs/1612.08242

代码下载:https://github.com/yjh0410/yolov2-yolov3_PyTorch

作者:Joseph Redmon, Ali Farhadi

发表年份:2017

**发表机构:**CVPR

一、摘要

We introduce YOLO9000, a state-of-the-art, real-time object detection system that can detect over 9000 object categories. First we propose various improvements to the YOLO detection method, both novel and drawn from prior work. The improved model, YOLOv2, is state-of-the-art on standard detection tasks like PASCAL VOC and COCO. Using a novel, multi-scale training method the same YOLOv2 model can run at varying sizes, offering an easy tradeoff between speed and accuracy. At 67 FPS, YOLOv2 gets 76.8 mAP on VOC 2007. At 40 FPS, YOLOv2 gets 78.6 mAP, outperforming state-of-the-art methods like Faster R-CNN with ResNet and SSD while still running signifificantly faster. Finally we propose a method to jointly train on object detection and classifification. Using this method we train YOLO9000 simultaneously on the COCO detection dataset and the ImageNet classifification dataset. Our joint training allows YOLO9000 to predict detections for object classes that don’t have labelled detection data. We validate our approach on the ImageNet detection task. YOLO9000 gets 19.7 mAP on the ImageNet detection validation set despite only having detection data for 44 of the 200 classes. On the 156 classes not in COCO, YOLO9000 gets 16.0 mAP. YOLO9000 predicts detections for more than 9000 differentobject categories, all in real-time.

二、Better——更准确

针对Yolo v1以下的4个缺点: