Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Recurrence-free unconstrained handwritten text recognition using gated fully convolutional network

About

Unconstrained handwritten text recognition is a major step in most document analysis tasks. This is generally processed by deep recurrent neural networks and more specifically with the use of Long Short-Term Memory cells. The main drawbacks of these components are the large number of parameters involved and their sequential execution during training and prediction. One alternative solution to using LSTM cells is to compensate the long time memory loss with an heavy use of convolutional layers whose operations can be executed in parallel and which imply fewer parameters. In this paper we present a Gated Fully Convolutional Network architecture that is a recurrence-free alternative to the well-known CNN+LSTM architectures. Our model is trained with the CTC loss and shows competitive results on both the RIMES and IAM datasets. We release all code to enable reproduction of our experiments: https://github.com/FactoDeepLearning/LinePytorchOCR.

Denis Coquenet, Cl\'ement Chatelain, Thierry Paquet• 2020

Related benchmarks

TaskDatasetResultRank
Handwritten text recognitionIAM (test)
CER7.99
102
Handwritten text recognitionREAD 2016 (test)
CER4.6
23
Handwritten text recognitionRIMES (test)
CER4.35
15
Handwritten text recognitionIAM LAM (test)
CER5.2
13
Handwritten text recognitionLAM 34 (test)
CER5.2
12
Handwritten text recognitionIAM (val)
CER5.23
9
Handwriting RecognitionRIMES (val)
CER3.82
8
Handwritten text recognitionIAM-B (test)
CER7.99
6
Handwritten text recognitionHANDS-VNOnDB (test)
CER0.084
5
Showing 9 of 9 rows

Other info

Code

Follow for update