Redirecting to original paper in 30 seconds...
Click below to go immediately or wait for automatic redirect
📄 Abstract
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.
Key Contributions
Proposes a GNN-based approach for Handwritten Mathematical Expression (HME) recognition by modeling HMEs as graphs. It combines BLSTM for symbol recognition and spatial relation classification with a GNN-based link prediction model to refine the graph structure, achieving promising performance in HME structure recognition.
Business Value
Enables more accurate digitization and understanding of handwritten mathematical documents, which is valuable for educational platforms, scientific publishing, and historical document analysis.