paper-with-me

Papers

PP-PicoDet: A Better Real-Time Object Detector on Mobile Devices

2021-11-01 · Guanghua Yu, Qinyao Chang, Wenyu Lv, Chang Xu, Cheng Cui, Wei Ji, Qingqing Dang, Kaipeng Deng, Guanzhong Wang, Yuning Du, Baohua Lai, Qiwen Liu, Xiaoguang Hu, dianhai yu, Yanjun Ma

The better accuracy and efficiency trade-off has been a challenging problem in object detection. In this work, we are dedicated to studying key optimizations and neural network architecture choices for object detection to improve accuracy and efficiency. We investigate the applicability of the anchor-free strategy on lightweight object detection models. We enhance the backbone structure and design the lightweight structure of the neck, which improves the feature extraction ability of the network. We improve label assignment strategy and loss function to make training more stable and efficient. Through these optimizations, we create a new family of real-time object detectors, named PP-PicoDet, which achieves superior performance on object detection for mobile devices. Our models achieve better trade-offs between accuracy and latency compared to other popular models. PicoDet-S with only 0.99M parameters achieves 30.6% mAP, which is an absolute 4.8% improvement in mAP while reducing mobile CPU inference latency by 55% compared to YOLOX-Nano, and is an absolute 7.1% improvement in mAP compared to NanoDet. It reaches 123 FPS (150 FPS using Paddle Lite) on mobile ARM CPU when the input size is 320. PicoDet-L with only 3.3M parameters achieves 40.9% mAP, which is an absolute 3.7% improvement in mAP and 44% faster than YOLOv5s. As shown in Figure 1, our models far outperform the state-of-the-art results for lightweight object detection. Code and pre-trained models are available at https://github.com/PaddlePaddle/PaddleDetection.

📄 PDF Abstract BibTeX arXiv:2111.00902

Code (4)

PaddlePaddle/PaddleDetection 공식 구현 paddle
CycloneBoy/PPDetectionPytorch pytorch
developer0hye/PicoDet-Backbone pytorch
umitkacar/ai-edge-computing tf

Tasks

CPUObjectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

PP-StructureV2: A Stronger Document Analysis System

2022-10-11 · Chenxia Li, Ruoyu Guo, Jun Zhou, Mengtao An 외

A large amount of document data exists in unstructured form such as raw images without any text information. Designing a practical document image analysis system is a meaningful but challenging task. In previous work, we…

Key Information ExtractionKnowledge DistillationNetwork PruningRelation Extraction+1

RTMDet: An Empirical Study of Designing Real-Time Object Detectors

2022-12-14 · Chengqi Lyu, Wenwei Zhang, Haian Huang, Yue Zhou 외

In this paper, we aim to design an efficient real-time object detector that exceeds the YOLO series and is easily extensible for many object recognition tasks such as instance segmentation and rotated object detection. T…

GPUInstance SegmentationObjectobject-detection+8

From Categories to Individuals in Real Time -- A Unified Boosting Approach

2014-06-01 · CVPR 2014 6 · David Hall, Pietro Perona

A method for online, real-time learning of individual-object detectors is presented. Starting with a pre-trained boosted category detector, an individual-object detector is trained with near-zero computational cost. The …

Object

Modality-Buffet for Real-Time Object Detection

2020-11-17 · Nicolai Dorka, Johannes Meyer, Wolfram Burgard

Real-time object detection in videos using lightweight hardware is a crucial component of many robotic tasks. Detectors using different modalities and with varying computational complexities offer different trade-offs. O…

Decision MakingObjectobject-detectionObject Detection+3

NETNet: Neighbor Erasing and Transferring Network for Better Single Shot Object Detection

2020-01-18 · CVPR 2020 6 · Yazhao Li, Yanwei Pang, Jianbing Shen, Jiale Cao 외

Due to the advantages of real-time detection and improved performance, single-shot detectors have gained great attention recently. To solve the complex scale variations, single-shot detectors make scale-aware predictions…

Objectobject-detectionObject Detection