Recognition of Non-Compound Handwritten Devnagari Characters using a Combination of MLP and Minimum Edit Distance
Sandhya Arora, Debotosh Bhattacharjee, Mita Nasipuri, D. K. Basu, and, M. Kundu

TL;DR
This paper presents a two-stage offline handwritten Devnagari character recognition method combining neural networks and minimum edit distance, achieving over 90% accuracy on a large dataset.
Contribution
It introduces a hybrid recognition approach that uses MLP classifiers for distinct characters and minimum edit distance for similar shapes, improving accuracy.
Findings
Overall recognition accuracy of 90.74%.
Effective combination of neural networks and edit distance techniques.
Utilization of corner detection for shape analysis.
Abstract
This paper deals with a new method for recognition of offline Handwritten non-compound Devnagari Characters in two stages. It uses two well known and established pattern recognition techniques: one using neural networks and the other one using minimum edit distance. Each of these techniques is applied on different sets of characters for recognition. In the first stage, two sets of features are computed and two classifiers are applied to get higher recognition accuracy. Two MLP's are used separately to recognize the characters. For one of the MLP's the characters are represented with their shadow features and for the other chain code histogram feature is used. The decision of both MLP's is combined using weighted majority scheme. Top three results produced by combined MLP's in the first stage are used to calculate the relative difference values. In the second stage, based on these…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHandwritten Text Recognition Techniques · Image Processing and 3D Reconstruction · Vehicle License Plate Recognition
