← 回總覽

百度开源 Unlimited OCR 模型,R-SWA 技术实现连续数百页文档识别

📅 2026-06-24 11:51 小互 人工智能 4 分鐘 3883 字 評分: 88
OCR Unlimited OCR 百度 R-SWA 文档识别
📌 一句话摘要 百度发布 Unlimited OCR 模型,采用参考滑动窗口注意力技术,能在 32K 上下文中一次性“抄写”几十页文档,无需分页。 📝 详细摘要 小互详细解释了百度最新开源的 Unlimited OCR 模型,该模型利用参考滑动窗口注意力(R-SWA)技术,模拟人类抄书过程,将“原件”与“已生成文字”区别处理,从而在单次前向推理中连续处理数十页甚至数百页文档,显存和算力不随页数增加。模型 3B 大小,500M 激活,在 32K 上下文上运行。 📊 文章信息 AI 初评:88 来源:小互(@imxiaohu) 作者:小互 分类:人工智能 语言:中文 阅读时间:3 分钟 字数
Skip to main contentAudio 2 ![Image 1: LogoBest Blogs](https://www.bestblogs.dev/ "BestBlogs.dev")

Search Ctrl+K

Change language Switch ThemeSign In

Curated Daily BriefWeekly PicksTopicsWorld Cup Special SettingsHelp CenterCollapse

Narrow Mode

Baidu Open-Sources Unlimited OCR Model: R-SWA Technology Enables Continuous Multi-Page Document Recognition

Baidu Open-Sources Unlimited OCR Model: R-SWA Technology Enables Continuous Multi-Page Document Recognition

![Image 2: 小互](https://www.bestblogs.dev/en/tweets?sourceId=SOURCE_48d4fd) 小互

@xiaohu

原样抄写几十页的 PDF,几乎所有模型都做不到

一种全新参考滑动窗口注意力(R-SWA)技术

能让模型像人类抄书一样“连抄几十页”,而不会造成其记忆混乱。

最新开源的 Unlimited OCR 模型:

可以模拟人类解析工作记忆的模式

3B大小 500M激活

但在标准 32K 上下文上

它可以一次前向推理能吞几十页文档,不用切页...

该模型由百度研发,据说是挖走DeepSeek OCR核心贡献者的新作

此前所有模型都无法通过一次前向推理完成数十页文档的解析。

因为传统 OCR 是一页一页跑,每跑完一页就清空记忆,最后再把各页结果拼起来

唯独人类可以连续的抄录数百页书籍而不停歇...

Unlimited OCR,就是模拟人类抄书过程,使用了一种叫参考滑动窗口注意力(R-SWA)的技术

模型干活的时候,眼前有两样东西:

一样是"原件"(要识别的文档图,加上你给的指令)

一样是"它自己已经写出来的字"

R-SWA 的规矩很简单,这两样区别对待:

原件,从头到尾一直完整看着,保证抄写位置不出错。

正在写的字,只看最近一小段(默认 128 个字),更早的就不管了,等于边写边忘。

好处是,它脑子里要记的东西,始终恒定那么多。不存在需要记的太多,脑子掉线的情况,所以不管文档多少页,显存和算力都不涨。

还能一直连续的的抄写文档...Show More

!Image 3: Tweet image

Jun 24, 2026, 3:51 AM View on X

21 Replies

3 Retweets

35 Likes

8,121 Views ![Image 4: 小互](https://www.bestblogs.dev/en/tweets?sourceid=48d4fd) 小互 @xiaohu

Follow

One Sentence Summary

Baidu releases the Unlimited OCR model, using Reference Sliding Window Attention technology to 'copy' dozens of pages in a single forward pass within a 32K context, eliminating the need for page-by-page processing.

Summary

Xiaohu explains Baidu's newly open-sourced Unlimited OCR model in detail. The model uses a novel Reference Sliding Window Attention (R-SWA) technique to simulate the human process of copying text. It distinguishes between the 'source' (the document image and instructions) and the 'already written text.' R-SWA allows the model to continuously attend to the entire source while only remembering the most recent portion (default 128 tokens) of its own output. This ensures constant memory usage regardless of document length, enabling the model to process dozens or even hundreds of pages in a single forward pass without increasing VRAM or compute requirements. The model is 3B in size with 500M active parameters and operates within a 32K context window.

AI Screening

88

Influence Score 27

Published Today

Language

Chinese

Tags

OCR

Unlimited OCR

Baidu

R-SWA

Document Recognition

Make your daily reading actually fit you.A daily brief built from the sources you follow. Get started free HomeDiscoverWorld CupSettings

查看原文 → 發佈: 2026-06-24 11:51:04 收錄: 2026-06-24 20:00:41

🤖 問 AI

針對這篇文章提問,AI 會根據文章內容回答。按 Ctrl+Enter 送出。