scispace - formally typeset
Open AccessJournal ArticleDOI

Recognition of on-line handwritten mathematical expressions using 2D stochastic context-free grammars and hidden Markov models

TLDR
In this article, a formal model for the recognition of on-line handwritten mathematical expressions using 2D stochastic context-free grammars and hidden Markov models is described.
About
This article is published in Pattern Recognition Letters.The article was published on 2014-01-01 and is currently open access. It has received 107 citations till now. The article focuses on the topics: Markov model & Hidden Markov model.

read more

Citations
More filters
Journal ArticleDOI

Watch, attend and parse: An end-to-end neural network based approach to handwritten mathematical expression recognition

TL;DR: Watch, Attend and Parse (WAP), a novel end-to-end approach based on neural network that learns to recognize HMEs in a two-dimensional layout and outputs them as one-dimensional character sequences in LaTeX format, significantly outperformed the state-of-the-art method.
Journal ArticleDOI

Handwritten Optical Character Recognition (OCR): A Comprehensive Systematic Literature Review (SLR)

TL;DR: This review article serves the purpose of presenting state of the art results and techniques on OCR and also provide research directions by highlighting research gaps.
Proceedings ArticleDOI

ICFHR 2014 Competition on Recognition of On-line Handwritten Mathematical Expressions (CROHME 2014)

TL;DR: The outcome of the latest edition of the CROHME competition, dedicated to on-line handwritten mathematical expression recognition, features two new tasks, one dedicated to isolated symbol recognition including a reject option for invalid symbol hypotheses, and the second concerns recognizing expressions that contain matrices.
Posted Content

Handwritten Optical Character Recognition (OCR): A Comprehensive Systematic Literature Review (SLR)

TL;DR: In this paper, a systematic literature review (SLR) is presented to summarize research that has been conducted on character recognition of handwritten documents and to provide research directions, which serve the purpose of presenting state of the art results and techniques on OCR.
Journal ArticleDOI

Track, Attend, and Parse (TAP): An End-to-End Framework for Online Handwritten Mathematical Expression Recognition

TL;DR: The proposed end-to-end framework does not require the explicit symbol segmentation and a predefined expression grammar for parsing and demonstrates the strong complementarity between offline information with static-image input and online information with ink-trajectory input by blending a fully convolutional networks-based watcher into TAP.
References
More filters
Journal ArticleDOI

LIBSVM: A library for support vector machines

TL;DR: Issues such as solving SVM optimization problems theoretical convergence multiclass classification probability estimates and parameter selection are discussed in detail.
Patent

Speech audio process

TL;DR: This speech processes engine adopts the Kalman filtering with the glottis information of specific first speaker to purify audio speech signal, thus realizes more effective automatic speech recognition.
Journal ArticleDOI

Applications of stochastic context-free grammars using the Inside-Outside algorithm

TL;DR: Two applications in speech recognition of the use of stochastic context-free grammars trained automatically via the Inside-Outside Algorithm, used to model VQ encoded speech for isolated word recognition and compared directly to HMMs used for the same task are described.
Journal ArticleDOI

Confidence measures for large vocabulary continuous speech recognition

TL;DR: It is shown that the posterior probabilities computed on word graphs outperform all other confidence measures and are compared with two alternative confidence measures, i.e., the acoustic stability and the hypothesis density.
Journal ArticleDOI

A word graph algorithm for large vocabulary continuous speech recognition

TL;DR: A method for the construction of a word graph (or lattice) for large vocabulary, continuous speech recognition and it is shown that the word graph density can be reduced to an average number of about 10 word hypotheses, per spoken word with virtually no loss in recognition performance.
Related Papers (5)
Frequently Asked Questions (15)
Q1. What are the contributions in "Recognition of on-line handwritten mathematical expressions using 2d stochastic context-free grammars and hidden markov models" ?

This paper describes a formal model for the recognition of on-line handwritten mathematical expressions using 2D stochastic context-free grammars and hidden Markov models. 

For future work, given the statistical framework based on 2D-SCFG, the spatial relations classification should be improved. 

There are two main steps in mathematical expression recognition: symbol segmentation and recognition and structural analysis of the recognized symbols. 

In the parsing process, the initialization step was done using a mathematical symbol classifier to recognize the set of segmentation hypotheses. 

a stochastic constraint that takes into account the geometric position of each region is introduced in the parsing process. 

Results showed that on-line recognition obtained higher recognition rate than off-linerecognition, and hybrid recognition significantly improved the classification accuracy. 

Writer dependent and writer independent experiments were carried out, and for each scenario 5 recognition experiments were performed as a result of the cross-validation strategy, and then the average results were obtained. 

Evaluation and comparison of the structural analysis in mathematical expression recognition has hitherto been difficult because: first, most of the proposals used private data, and second, there has been a lack of standard performance evaluation measures [5, 19]. 

A very important issue for the performance of the spatial relations symbol classifier was the way that the vertical center (centerver) was calculated. 

Following [15], this algorithm is essentially a dynamic programming method, which is based on the construction of a parsing table L. Each element in L is defined according to the following concepts. 

Table 3 shows the results of the mathematical expression recognition experiment, where several measures were used: symbol segmentation rate (SYMseg), symbol recognition rate for well segmented symbols (SYMrec), expression recognition rate (EXPrec), and global expression metrics EMERS and IMEGE. 

the productions of the grammar defined a set of syntactic and spatial constraints that guided the stochastic parsing process in order to build a complete structure of the most probable expression. 

Handwritten mathematical expression recognition can be divided into two major steps [9]: symbol recognition and structural analysis. 

C } be the set of segmentation hypotheses (representing the input expression) provided after the pre-processing step, where c<x,y>i represents the segmentation hypothesis located at region defined by points <x, y> (top-left and bottom-right corners, respectively). 

∈Lke <xC,yC>l−k [C]∈Ll−k(p(A r−→ BC) e<xB ,yB>k [B] e <xC ,yC> l−k [C] pr(<xB, yB>,<xC , yC>))where a new subproblem e<x,y>l [A] is created from two subproblems of minor size e <xB ,yB> k [B] and e<xC ,yC>l−k [C] taking into account both the syntactic constraints, defined by p(A r−→ B C), and the following constraints: first, r represents the spatial relation, and second, pr(<xB, yB>,<xC , yC>) is the probability that both regions were arranged according to the spatial relation r (see Section 6).