Link prediction Graph Neural Networks for structure recognition of Handwritten Mathematical Expressions
Cuong Tuan Nguyen, Ngoc Tuan Nguyen, Triet Hoang Minh Dao, Huy Minh Nhat, Huy Truong Dinh

TL;DR
This paper introduces a GNN-based method for recognizing handwritten mathematical expressions by modeling them as graphs, combining deep learning and graph parsing to improve structural recognition accuracy.
Contribution
It presents a novel integration of GNNs with deep BLSTM and 2D-CFG parsing for enhanced handwritten math expression structure recognition.
Findings
Effective graph-based recognition of HMEs
Improved accuracy over baseline methods
Refined structure prediction with GNN link prediction
Abstract
We propose a Graph Neural Network (GNN)-based approach for Handwritten Mathematical Expression (HME) recognition by modeling HMEs as graphs, where nodes represent symbols and edges capture spatial dependencies. A deep BLSTM network is used for symbol segmentation, recognition, and spatial relation classification, forming an initial primitive graph. A 2D-CFG parser then generates all possible spatial relations, while the GNN-based link prediction model refines the structure by removing unnecessary connections, ultimately forming the Symbol Label Graph. Experimental results demonstrate the effectiveness of our approach, showing promising performance in HME structure recognition.
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 · Advanced Graph Neural Networks · Graph Theory and Algorithms
