Handwritten Word Recognition Using Deep Learning Methods

Published: 01 Jan 2023, Last Modified: 19 Jun 2024AIAI Workshops 2023EveryoneRevisionsBibTeXCC BY-SA 4.0
Abstract: The handwriting recognition field has preoccupied the scientific community for several years. The complexity encountered in this sector is due to the fact that each individual has a unique way of writing. Various methods have been examined and evaluated throughout the years, with the sole purpose of achieving sustainable results. The introduction of neural networks, specifically the use of convolutional neural networks (CNN) and recurrent neural networks (RNN), has presented dependable results in the handwriting recognition field. In this paper, we introduce a model that recognizes handwritten words without pre-segmenting the words into characters. The model consists of a CNN for the extraction of features, a RNN for the prediction procedure and a final layer (CTC) for decoding the prediction. We conducted many experiments on the well-known IAM handwriting database and attained an accuracy of 77.22% and a character error rate (CER) of 10.4%.
Loading