CVMar 30, 2022

PP-YOLOE: An evolved version of YOLO

arXiv:2203.16250v3425 citationsHas Code
Originality Incremental advance
AI Analysis

This provides an incremental improvement in industrial object detection for applications requiring high performance and deployment efficiency.

The authors tackled object detection by evolving the YOLO framework into PP-YOLOE, achieving 51.4 mAP on COCO test-dev and 78.1 FPS on Tesla V100, with improvements of +1.9 AP and +13.35% speed over PP-YOLOv2.

In this report, we present PP-YOLOE, an industrial state-of-the-art object detector with high performance and friendly deployment. We optimize on the basis of the previous PP-YOLOv2, using anchor-free paradigm, more powerful backbone and neck equipped with CSPRepResStage, ET-head and dynamic label assignment algorithm TAL. We provide s/m/l/x models for different practice scenarios. As a result, PP-YOLOE-l achieves 51.4 mAP on COCO test-dev and 78.1 FPS on Tesla V100, yielding a remarkable improvement of (+1.9 AP, +13.35% speed up) and (+1.3 AP, +24.96% speed up), compared to the previous state-of-the-art industrial models PP-YOLOv2 and YOLOX respectively. Further, PP-YOLOE inference speed achieves 149.2 FPS with TensorRT and FP16-precision. We also conduct extensive experiments to verify the effectiveness of our designs. Source code and pre-trained models are available at https://github.com/PaddlePaddle/PaddleDetection.

Code Implementations8 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes