CVJun 11

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

arXiv:2606.13108v112.7
Predicted impact top 35% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners needing efficient OCR deployment, PP-OCRv6 provides a practical alternative to heavy VLMs with strong accuracy and speed.

PP-OCRv6 is a lightweight OCR system that achieves 83.2% recognition accuracy and 86.2% detection Hmean, outperforming billion-scale VLMs like Qwen3-VL-235B and GPT-5.5 while using only 34.5M parameters, and the tiny tier runs 3.9× faster than PP-OCRv5_mobile on CPU.

Vision-Language Models (VLMs) have achieved impressive results on general vision-language tasks, yet they suffer from hallucination, imprecise localization, and prohibitive computational cost when applied to dedicated OCR scenarios. This paper presents PP-OCRv6, a lightweight OCR system that combines architectural innovation with data-centric optimization. PP-OCRv6 redesigns the backbone, detection neck, and recognition neck around a unified MetaFormer-style building block with structural reparameterization, decoupling spatial token mixing from channel mixing and supporting both tasks through task-specific stride configurations. Three model tiers (medium, small, tiny) share the same block primitives, covering deployment scenarios from server to edge. On our in-house benchmarks, PP-OCRv6_medium achieves 83.2% recognition accuracy and 86.2% detection Hmean, outperforming PP-OCRv5_server by +5.1% and +4.6% respectively while surpassing Qwen3-VL-235B, GPT-5.5, and Gemini-3.1-Pro with orders of magnitude fewer parameters. The tiny tier achieves 3.9$\times$ faster inference than PP-OCRv5_mobile on Intel Xeon CPU while maintaining comparable accuracy.

Foundations

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

Your Notes