pith. sign in

arxiv: 2109.15099 · v1 · pith:BSPL7ZM3new · submitted 2021-09-17 · 💻 cs.CV

PP-LCNet: A Lightweight CPU Convolutional Neural Network

classification 💻 cs.CV
keywords networklightweightmodelspp-lcnetaccuracytasksaccelerationalmost
0
0 comments X
read the original abstract

We propose a lightweight CPU network based on the MKLDNN acceleration strategy, named PP-LCNet, which improves the performance of lightweight models on multiple tasks. This paper lists technologies which can improve network accuracy while the latency is almost constant. With these improvements, the accuracy of PP-LCNet can greatly surpass the previous network structure with the same inference time for classification. As shown in Figure 1, it outperforms the most state-of-the-art models. And for downstream tasks of computer vision, it also performs very well, such as object detection, semantic segmentation, etc. All our experiments are implemented based on PaddlePaddle. Code and pretrained models are available at PaddleClas.

This paper has not been read by Pith yet.

discussion (0)

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

Forward citations

Cited by 3 Pith papers

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

  1. How to Choose Your Teacher for Fine Grained Image Recognition

    cs.CV 2026-05 conditional novelty 6.0

    Proposes Ratio 1-2 metric for teacher selection in knowledge distillation for fine-grained image recognition, validated across 1000+ experiments showing 18% better selection and up to 17% student accuracy gains.

  2. PaddleOCR 3.0 Technical Report

    cs.CV 2025-07 unverdicted novelty 4.0

    PaddleOCR 3.0 releases compact open-source models for OCR, document structure parsing, and information extraction that rival billion-parameter VLMs.

  3. PP-OCRv6: From 1.5M to 34.5M Parameters, Surpassing Billion-Scale VLMs on OCR Tasks

    cs.CV 2026-06 unverdicted novelty 3.0

    PP-OCRv6 introduces three tiers of lightweight OCR models (1.5M–34.5M parameters) built on unified MetaFormer blocks with reparameterization that claim superior accuracy to PP-OCRv5 and billion-scale VLMs on in-house ...