paper-with-me

홈 › Papers

Towards End-to-end Handwritten Document Recognition

2022-09-30 · Denis Coquenet

Handwritten text recognition has been widely studied in the last decades for its numerous applications. Nowadays, the state-of-the-art approach consists in a three-step process. The document is segmented into text lines, which are then ordered and recognized. However, this three-step approach has many drawbacks. The three steps are treated independently whereas they are closely related. Errors accumulate from one step to the other. The ordering step is based on heuristic rules which prevent its use for documents with a complex layouts or for heterogeneous documents. The need for additional physical segmentation annotations for training the segmentation stage is inherent to this approach. In this thesis, we propose to tackle these issues by performing the handwritten text recognition of whole document in an end-to-end way. To this aim, we gradually increase the difficulty of the recognition task, moving from isolated lines to paragraphs, and then to whole documents. We proposed an approach at the line level, based on a fully convolutional network, in order to design a first generic feature extraction step for the handwriting recognition task. Based on this preliminary work, we studied two different approaches to recognize handwritten paragraphs. We reached state-of-the-art results at paragraph level on the RIMES 2011, IAM and READ 2016 datasets and outperformed the line-level state of the art on these datasets. We finally proposed the first end-to-end approach dedicated to the recognition of both text and layout, at document level. Characters and layout tokens are sequentially predicted following a learned reading order. We proposed two new metrics we used to evaluate this task on the RIMES 2009 and READ 2016 dataset, at page level and double-page level.

📄 PDF Abstract BibTeX arXiv:2209.15362

Code (1)

factodeeplearning/dan 공식 구현 pytorch

Tasks

Handwriting RecognitionHandwritten Document RecognitionHandwritten Text Recognition

Similar Papers 제목 키워드 기반

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

DARE: A large-scale handwritten date recognition system

2022-10-02 · Christian M. Dahl, Torben S. D. Johansen, Emil N. Sørensen, Christian E. Westermann 외

Handwritten text recognition for historical documents is an important task but it remains difficult due to a lack of sufficient training data in combination with a large variability of writing styles and degradation of h…

Handwritten Text RecognitionTransfer Learning

Combining Human and Machine Transcriptions on the Zooniverse Platform

2018-11-01 · WS 2018 11 · Daniel Hanson, Andrea Simenstad

Transcribing handwritten documents to create fully searchable texts is an essential part of the archival process. Traditional text recognition methods, such as optical character recognition (OCR), do not work on handwrit…

Optical Character RecognitionOptical Character Recognition (OCR)

Handwritten Recognition Using SVM, KNN and Neural Network

2017-02-01 · Norhidayu Abdul Hamid, Nilam Nur Amir Sjarif

Handwritten recognition (HWR) is the ability of a computer to receive and interpret intelligible handwritten input from source such as paper documents, photographs, touch-screens and other devices. In this paper we will …

General Classification

Enhancement of text recognition for hanja handwritten documents of Ancient Korea

2024-12-14 · Joonmo Ahna, Taehong Jang, Quan Fengnyu, Hyungil Lee 외

We implemented a high-performance optical character recognition model for classical handwritten documents using data augmentation with highly variable cropping within the document region. Optical character recognition in…

Data Augmentationobject-detectionObject DetectionOptical Character Recognition+1