paper-with-me

홈 › Papers

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

2022-03-23 · Denis Coquenet, Clément Chatelain, Thierry Paquet

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.

📄 PDF Abstract BibTeX arXiv:2203.12273

Code (1)

factodeeplearning/dan 공식 구현 pytorch

Tasks

DecoderHandwritten Document RecognitionHandwritten Text RecognitionSegmentation

Methods 이 논문이 사용한 방법론

Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
FCN Fully Convolutional Networks, or FCNs, are an architecture used mainly for semantic segmentation. They employ solely locally connected layers, such as…

Similar Papers 제목 키워드 기반

Radial Line Fourier Descriptor for Historical Handwritten Text Representation

2017-09-06 · Anders Hast, Ekta Vats

Automatic recognition of historical handwritten manuscripts is a daunting task due to paper degradation over time. Recognition-free retrieval or word spotting is popularly used for information retrieval and digitization …

Information RetrievalRetrieval

Word Segmentation from Unconstrained Handwritten Bangla Document Images using Distance Transform

2020-09-17 · Pawan Kumar Singh, Shubham Sinha, Sagnik Pal Chowdhury, Ram Sarkar 외

Segmentation of handwritten document images into text lines and words is one of the most significant and challenging tasks in the development of a complete Optical Character Recognition (OCR) system. This paper addresses…

Optical Character RecognitionOptical Character Recognition (OCR)Segmentation

Recognition-free Question Answering on Handwritten Document Collections

2022-02-12 · Oliver Tüselmann, Friedrich Müller, Fabian Wolf, Gernot A. Fink

In recent years, considerable progress has been made in the research area of Question Answering (QA) on document images. Current QA approaches from the Document Image Analysis community are mainly focusing on machine-pri…

Question AnsweringRetrieval

HAND: Hierarchical Attention Network for Multi-Scale Handwritten Document Recognition and Layout Analysis

2024-12-25 · Mohammed Hamdan, Abderrahmane Rahiche, Mohamed Cheriet

Handwritten document recognition (HDR) is one of the most challenging tasks in the field of computer vision, due to the various writing styles and complex layouts inherent in handwritten texts. Traditionally, this proble…

Computational EfficiencyHandwritten Document RecognitionHandwritten Text Recognition

SIMARA: a database for key-value information extraction from full pages

2023-04-26 · Solène Tarride, Mélodie Boillet, Jean-François Moufflet, Christopher Kermorvant

We propose a new database for information extraction from historical handwritten documents. The corpus includes 5,393 finding aids from six different series, dating from the 18th-20th centuries. Finding aids are handwrit…

Handwriting RecognitionHandwritten Text RecognitionKey Information ExtractionNamed Entity Recognition (NER)