AI模型精选73°

Jina-OCR-v1发布:低成本GPU文档解析模型

Jina-OCR-v1: Efficient Document Parsing with Speculative Decoding and Dense Verifiable Rewards

精选理由

Jina团队发布了Jina-OCR-v1,能在低成本GPU上高效处理文档,速度翻倍且精度高。

AI 摘要

Jina-OCR-v1是一款端到端文档解析模型,专为在低成本GPU上运行设计。该模型结合了DeepSeek-OCR的压缩视觉编码器和30亿参数的专家混合解码器,使用FastMTP推测解码头实现每秒2.57页的处理速度。在OmniDocBench v1.6基准测试中得分为91.14,在olmOCR-Bench中得分为83.4。在NVIDIA L4等低成本GPU上,FastMTP比贪心自回归解码速度快一倍。

原文 · arXiv: DeepSeek

Jina-OCR-v1: Efficient Document Parsing with Speculative Decoding and Dense Verifiable Rewards

We present Jina-OCR-v1, an end-to-end document parsing model built to serve on low-budget GPUs. It combines the compressed-vision encoder and the 3B mixture-of-experts decoder of DeepSeek-OCR, which activates about 570M parameters per token, with a FastMTP speculative decoding head that shares a single draft block recursively across K=3 prediction steps. Greedy verification makes decoding lossless. Post-training combines instruction alignment, robustness fine-tuning on difficult documents, and GRPO under dense verifiable rewards: deterministic formula, table, and structural checks that award partial credit. The training data mixes cleaned public corpora with targeted synthetic pages. At the default dynamic-resolution setting, Jina-OCR-v1 scores 91.14 on OmniDocBench v1.6 and 83.4 on olmOCR-Bench, and reaches the highest page throughput in our comparison at 2.57 pages per second. On a low-budget GPU such as the NVIDIA L4, FastMTP doubles decoding speed over greedy autoregressive decoding. The model is publicly available at https://huggingface.co/jinaai/jina-ocr-v1.

  • DeepLearning.AI09-01 18:46原文