CVMar 23, 2022

DAN: a Segmentation-free Document Attention Network for Handwritten Document Recognition

arXiv:2203.12273v488 citationsh-index: 26Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of simplifying and improving handwritten document recognition for researchers and practitioners by introducing a novel segmentation-free approach, though it is incremental as it builds on existing transformer and FCN methods.

The paper tackles unconstrained handwritten text recognition by proposing DAN, an end-to-end segmentation-free architecture that eliminates the need for line segmentation, achieving competitive results with CERs of 3.43% on READ 2016 at page level and 4.54% on RIMES 2009.

Unconstrained handwritten text recognition is a challenging computer vision task. It is traditionally handled by a two-step approach, combining line segmentation followed by text line recognition. For the first time, we propose an end-to-end segmentation-free architecture for the task of handwritten document recognition: the Document Attention Network. In addition to text recognition, the model is trained to label text parts using begin and end tags in an XML-like fashion. This model is made up of an FCN encoder for feature extraction and a stack of transformer decoder layers for a recurrent token-by-token prediction process. It takes whole text documents as input and sequentially outputs characters, as well as logical layout tokens. Contrary to the existing segmentation-based approaches, the model is trained without using any segmentation label. We achieve competitive results on the READ 2016 dataset at page level, as well as double-page level with a CER of 3.43% and 3.70%, respectively. We also provide results for the RIMES 2009 dataset at page level, reaching 4.54% of CER. We provide all source code and pre-trained model weights at https://github.com/FactoDeepLearning/DAN.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes