arXiv:2603.24373cs.CV2026-03被引 6

500万参数模型媲美千亿参数大模型,靠的是高质量数据而非模型规模。

PP-OCRv5: A Specialized 5M-Parameter Model Rivaling Billion-Parameter Vision-Language Models on OCR Tasks

  • 用数据质量替代模型规模,优化训练数据的难度、准确性和多样性。
  • 在标准评测上性能超越多数千亿参数视觉语言模型,定位更准且少出错。
  • 适合需要轻量部署、高精度识别的工业场景,如文档自动化处理。

OCR 2.0与大规模视觉语言模型(VLMs)带来了文本识别的新标杆。然而,这些统一架构通常计算开销大,在复杂版面中难以精确定位文本,且易产生文本幻觉。本文挑战‘模型越大越准’的普遍认知,提出仅含500万参数的轻量化专用模型PP-OCRv5。实验表明,该模型在标准OCR基准上表现可媲美多个千亿参数级VLMs,同时具备更高定位精度和更低幻觉率。核心突破在于数据驱动:系统分析训练数据的三个关键维度——数据难度、标注准确性与数据多样性。大量实验证明,只要拥有足够数量、高质量、多样化的数据,传统高效两阶段OCR流水线的性能上限远超预期。本工作为大模型时代下轻量专用模型的可行性提供有力证据,并为OCR数据构建提供实用指导。代码与模型已开源于https://github.com/PaddlePaddle/PaddleOCR。

原文摘要 · Abstract (English)

The advent of "OCR 2.0" and large-scale vision-language models (VLMs) has set new benchmarks in text recognition. However, these unified architectures often come with significant computational demands, challenges in precise text localization within complex layouts, and a propensity for textual hallucinations. Revisiting the prevailing notion that model scale is the sole path to high accuracy, this paper introduces PP-OCRv5, a meticulously optimized, lightweight OCR system with merely 5 million parameters. We demonstrate that PP-OCRv5 achieves performance competitive with many billion-parameter VLMs on standard OCR benchmarks, while offering superior localization precision and reduced hallucinations. The cornerstone of our success lies not in architectural expansion but in a data-centric investigation. We systematically dissect the role of training data by quantifying three critical dimensions: data difficulty, data accuracy, and data diversity. Our extensive experiments reveal that with a sufficient volume of high-quality, accurately labeled, and diverse data, the performance ceiling for traditional, efficient two-stage OCR pipelines is far higher than commonly assumed. This work provides compelling evidence for the viability of lightweight, specialized models in the large-model era and offers practical insights into data curation for OCR. The source code and models are publicly available at https://github.com/PaddlePaddle/PaddleOCR.

OCR轻量模型数据优化图像识别

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。