English

Meta-DAN: towards an efficient prediction strategy for page-level handwritten text recognition

Computer Vision and Pattern Recognition 2026-03-03 v2

Abstract

Recent advances in text recognition led to a paradigm shift for page-level recognition, from multi-step segmentation-based approaches to end-to-end attention-based ones. However, the na\"ive character-level autoregressive decoding process results in long prediction times: it requires several seconds to process a single page image on a modern GPU. We propose the Meta Document Attention Network (Meta-DAN) as a novel decoding strategy to reduce the prediction time while enabling a better context modeling. It relies on two main components: windowed queries, to process several transformer queries altogether, enlarging the context modeling with near future; and multi-token predictions, whose goal is to predict several tokens per query instead of only the next one. We evaluate the proposed approach on 10 full-page handwritten datasets and demonstrate state-of-the-art results on average in terms of character error rate. Source code and weights of trained models are available at https://github.com/FactoDeepLearning/meta_dan.

Keywords

Cite

@article{arxiv.2504.03349,
  title  = {Meta-DAN: towards an efficient prediction strategy for page-level handwritten text recognition},
  author = {Denis Coquenet},
  journal= {arXiv preprint arXiv:2504.03349},
  year   = {2026}
}
R2 v1 2026-06-28T22:46:36.487Z