A Benchmark of State-Space Models vs. Transformers and BiLSTM-based Models for Historical Newspaper OCR

15d ago · Global · primary source: export.arxiv.org

A new benchmark pits State-Space Models against Transformer and BiLSTM architectures for transcribing historical newspapers, finding that Mamba-based models can halve inference time while maintaining competitive accuracy on degraded text from the Bibliotheque nationale du Luxembourg. The study, submitted to arXiv on 1 April 2026 and revised on 23 June, addresses a persistent bottleneck in cultural-heritage digitization: end-to-end optical character recognition for long, degraded newspaper columns. Transformer-based recognizers, though dominant, carry quadratic complexity that limits efficient paragraph-level transcription and large-scale deployment [1]. The authors propose what they describe as the first OCR architecture built on State-Space Models, pairing a CNN visual encoder with bi-directional and autoregressive Mamba sequence modeling [2]. Experiments were run on newly released gold-standard annotations verified to more than 99% accuracy, alongside cross-dataset tests on Fraktur and Antiqua lines [2]. All neural models achieved character error rates around 2%, shifting the practical contest from raw accuracy to computational cost [1]. On severely degraded paragraphs, Mamba-based models recorded a 6.07% CER, compared with 5.24% for the DAN Transformer baseline, while running 2.05 times faster [2]. Memory scaling also favored the SSM approach: at 1,000 characters, Mamba memory usage grew by a factor of 1.26, versus 2.30 for the Transformer baseline [2]. The benchmark evaluated multiple decoding strategies—CTC, autoregressive, and non-autoregressive—under identical training conditions, and included off-the-shelf engines such as PERO-OCR, Tesseract OCR, TrOCR, and Gemini [1]. The authors have released code, trained models, and standardized evaluation protocols on GitHub to support reproducible research [2]. The paper is indexed on Hugging Face, where users can link models, datasets, and interactive demos to its arXiv page [4][5]. While the work focuses on historical newspapers, the efficiency gains it documents align with a broader push toward linear-time sequence models in machine learning. Large language models such as DeepSeek and Qwen have drawn attention for reducing training costs through architectural choices like mixture-of-experts layers, though those systems operate in different domains [7][9]. The SSM-OCR benchmark provides a controlled comparison specific to document transcription, offering practitioners a data point for choosing architectures when scaling up cultural-heritage projects.

research-paperbenchmarkmodel-releaseproduct-launchinfrastructuretool-release

Background sources we checked (8)
  • arxiv.org ↗ End-to-end OCR for historical newspapers remains challenging, as models must handle long text sequences, degraded print quality, and complex layouts. While Transformer-based recognizers dominate current research, their quadratic complexity limits efficient paragraph-level transcr…
  • arxiv.org ↗ We review thirteen generative systems and five supporting datasets for quantum circuit and quantum code generation, identified through a structured scoping review of Hugging Face, arXiv, and provenance tracing (January-February 2026). We organize the field along two axes: artifac…
  • huggingface.co ↗ # Paper Pages Paper pages allow people to find artifacts related to a paper such as models, datasets and apps/demos (Spaces). Paper pages also enable the community to discuss about the paper. ## Linking a Paper to a model, dataset or Space If the repository card (`README.md`) …
  • huggingface.co ↗ # How to Add a Space to ArXiv ... Demos on Hugging Face Spaces allow a wide audience to try out state-of-the-art machine learning research without writing any code. Hugging Face and ArXiv have collaborated to embed these demos directly along side papers on ArXiv! ... Thanks to th…
  • huggingface.co ↗ Daily Papers - Hugging Face new Get trending papers in your email inbox once a day! Get trending papers in your email inbox! Subscribe # Daily Papers ## byAK and the research community - Daily - Weekly - Monthly Trending Papers https://huggingface.co/papers/date/2026-06-…
  • en.wikipedia.org ↗ Hangzhou DeepSeek Artificial Intelligence Basic Technology Research Co., Ltd., doing business as DeepSeek, is a Chinese artificial intelligence (AI) company that develops large language models (LLMs). Based in Hangzhou, Zhejiang, DeepSeek is owned and funded by High-Flyer, a Chin…
  • en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…
  • en.wikipedia.org ↗ Qwen (also known as Tongyi Qianwen, Chinese: 通义千问; pinyin: Tōngyì Qiānwèn) is a family of large language models developed by Alibaba Cloud. Many Qwen models are distributed under the free and open-source Apache 2.0 license, the source-available Qwen License, or the non-commercial…

Sources

Spot something wrong? Report an issue