Pith. sign in

REVIEW 5 cited by

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

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2111.00902 v1 pith:T2SB2MIG submitted 2021-11-01 cs.CV

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

classification cs.CV
keywords objectdetectionmodelsmobileabsoluteaccuracyachievesbetter
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

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.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 5 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Real-Time EEG Cap Electrode Detection for Guided Point-of-Care Placement

    cs.CV 2026-07 conditional novelty 6.0

    A real-time webcam system detects EEG cap electrodes and assigns them named 10–20 roles via geometric rules, reaching 0.94 mAP@.5 in leave-one-subject-out evaluation.

  2. Moving Like a Human: Ego-Motion-Normalized Temporal Signatures for Real-Time Aerial Person Tracking on Milliwatt-Class Hardware

    cs.CV 2026-07 conditional novelty 6.0

    A 22k-parameter, 7.6-MFLOP stateless detector fed ego-motion-normalized residual-motion channels tracks small aerial persons at 31.85 FPS on a Pi Zero 2W, beating YOLOv8n by 2.7x AP25 with 16x lower latency.

  3. From Spatial to Spectral: An Efficient, Frequency-Guided Feature Representation Learner for Small Object Detection

    cs.CV 2026-06 unverdicted novelty 6.0

    Proposes DERNet with Decompose-Enhance-Reconstruct operator and three plug-and-play modules to shift small object detection from spatial to spectral feature processing, claiming better performance than YOLOv11 with 1/...

  4. Zero-Shot Learning in Industrial Scenarios: New Large-Scale Benchmark, Challenges and Baseline

    cs.AI 2026-06 unverdicted novelty 6.0

    Presents MMIO benchmark and RTVP method achieving state-of-the-art 42.2% AP in zero-shot industrial defect detection.

  5. DenseScout: Algorithm-System Co-design for Budgeted Tiny Object Selection on Edge Platforms

    cs.CV 2026-04 unverdicted novelty 6.0

    DenseScout is a lightweight dense-response selector that outperforms detector-based baselines for budgeted tiny-object patch selection on edge platforms, with end-to-end utility depending on both selector quality and ...