CVJul 11, 2022

A Lexicon and Depth-wise Separable Convolution Based Handwritten Text Recognition System

arXiv:2207.04651v16 citationsh-index: 10
Originality Incremental advance
AI Analysis

This work addresses the challenge of efficient and accurate handwritten text recognition for pattern recognition applications, representing an incremental improvement over existing methods.

The paper tackled the problem of cursive handwritten text recognition by proposing a system that reduces model complexity and computational cost, achieving character error rates of 3.84% on the IAM dataset and 4.88% on the George Washington dataset.

Cursive handwritten text recognition is a challenging research problem in the domain of pattern recognition. The current state-of-the-art approaches include models based on convolutional recurrent neural networks and multi-dimensional long short-term memory recurrent neural networks techniques. These methods are highly computationally extensive as well model is complex at design level. In recent studies, combination of convolutional neural network and gated convolutional neural networks based models demonstrated less number of parameters in comparison to convolutional recurrent neural networks based models. In the direction to reduced the total number of parameters to be trained, in this work, we have used depthwise convolution in place of standard convolutions with a combination of gated-convolutional neural network and bidirectional gated recurrent unit to reduce the total number of parameters to be trained. Additionally, we have also included a lexicon based word beam search decoder at testing step. It also helps in improving the the overall accuracy of the model. We have obtained 3.84% character error rate and 9.40% word error rate on IAM dataset; 4.88% character error rate and 14.56% word error rate in George Washington dataset, respectively.

Foundations

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

Your Notes