paper-with-me

Papers

Syntax-Aware Network for Handwritten Mathematical Expression Recognition

2022-03-03 · CVPR 2022 1 · Ye Yuan, Xiao Liu, Wondimu Dikubab, Hui Liu, Zhilong Ji, Zhongqin Wu, Xiang Bai

Handwritten mathematical expression recognition (HMER) is a challenging task that has many potential applications. Recent methods for HMER have achieved outstanding performance with an encoder-decoder architecture. However, these methods adhere to the paradigm that the prediction is made "from one character to another", which inevitably yields prediction errors due to the complicated structures of mathematical expressions or crabbed handwritings. In this paper, we propose a simple and efficient method for HMER, which is the first to incorporate syntax information into an encoder-decoder network. Specifically, we present a set of grammar rules for converting the LaTeX markup sequence of each expression into a parsing tree; then, we model the markup sequence prediction as a tree traverse process with a deep neural network. In this way, the proposed method can effectively describe the syntax context of expressions, alleviating the structure prediction errors of HMER. Experiments on three benchmark datasets demonstrate that our method achieves better recognition performance than prior arts. To further validate the effectiveness of our method, we create a large-scale dataset consisting of 100k handwritten mathematical expression images acquired from ten thousand writers. The source code, new dataset, and pre-trained models of this work will be publicly available.

📄 PDF Abstract BibTeX arXiv:2203.01601

Code (2)

phymond/hme100k 공식 구현
tal-tech/san 공식 구현 pytorch

Tasks

DecoderHandwritten Mathmatical Expression RecognitionPrediction

Similar Papers 제목 키워드 기반

Spatial Attention and Syntax Rule Enhanced Tree Decoder for Offine Handwritten Mathematical Expression Recognition

2023-03-13 · Zihao Lin, Jinrong Li, Fan Yang, Shuangping Huang 외

Offline Handwritten Mathematical Expression Recognition (HMER) has been dramatically advanced recently by employing tree decoders as part of the encoder-decoder method. Despite the tree decoder-based methods regard the e…

Decoder

GryphOne: Symbol-Aware Masked Diffusion for Structural Refinement in Offline Handwritten Mathematical Expression Recognition

2026-02-03 · Takaya Kawakatsu, Ryo Ishiyama arxiv

Handwritten mathematical expression recognition (HMER) requires reasoning over diverse symbols and structures, yet autoregressive models struggle with exposure bias and syntax inconsistency. We present GryphOne, a discre…

ICAL: Implicit Character-Aided Learning for Enhanced Handwritten Mathematical Expression Recognition

2024-05-15 · Jianhua Zhu, Liangcai Gao, Wenqi Zhao

Significant progress has been made in the field of handwritten mathematical expression recognition, while existing encoder-decoder methods are usually difficult to model global information in $LaTeX$. Therefore, this pap…

DecoderHandwritten Mathmatical Expression Recognition

TAMER: Tree-Aware Transformer for Handwritten Mathematical Expression Recognition

2024-08-16 · Jianhua Zhu, Wenqi Zhao, Yu Li, Xingjian Hu 외

Handwritten Mathematical Expression Recognition (HMER) has extensive applications in automated grading and office automation. However, existing sequence-based decoding methods, which directly predict $\LaTeX$ sequences, …

Handwritten Mathmatical Expression RecognitionPrediction

PosFormer: Recognizing Complex Handwritten Mathematical Expression with Position Forest Transformer

2024-07-10 · Tongkun Guan, Chengyu Lin, Wei Shen, Xiaokang Yang

Handwritten Mathematical Expression Recognition (HMER) has wide applications in human-machine interaction scenarios, such as digitized education and automated offices. Recently, sequence-based models with encoder-decoder…

DecoderHandwritten Mathmatical Expression RecognitionPositionRepresentation Learning