NAMER: Non-Autoregressive Modeling for Handwritten Mathematical Expression Recognition
Chenyu Liu, Jia Pan, Jinshui Hu, Baocai Yin, Bing Yin, Mingjun Chen,, Cong Liu, Jun Du, Qingfeng Liu

TL;DR
NAMER introduces a non-autoregressive approach for handwritten mathematical expression recognition, improving accuracy and decoding speed by leveraging parallel token refinement and comprehensive visual-linguistic context.
Contribution
This paper pioneers a bottom-up non-autoregressive model for HMER, combining a visual tokenizer and parallel graph decoder to enhance performance and efficiency.
Findings
Outperforms state-of-the-art on CROHME datasets in accuracy.
Achieves 13.7x faster decoding speed.
Demonstrates significant improvements in recognition accuracy.
Abstract
Recently, Handwritten Mathematical Expression Recognition (HMER) has gained considerable attention in pattern recognition for its diverse applications in document understanding. Current methods typically approach HMER as an image-to-sequence generation task within an autoregressive (AR) encoder-decoder framework. However, these approaches suffer from several drawbacks: 1) a lack of overall language context, limiting information utilization beyond the current decoding step; 2) error accumulation during AR decoding; and 3) slow decoding speed. To tackle these problems, this paper makes the first attempt to build a novel bottom-up Non-AutoRegressive Modeling approach for HMER, called NAMER. NAMER comprises a Visual Aware Tokenizer (VAT) and a Parallel Graph Decoder (PGD). Initially, the VAT tokenizes visible symbols and local relations at a coarse level. Subsequently, the PGD refines all…
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
MethodsSoftmax · Attention Is All You Need · Attentive Walk-Aggregating Graph Neural Network
