Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Handwritten Mathematical Expression Recognition via Attention Aggregation based Bi-directional Mutual Learning

About

Handwritten mathematical expression recognition aims to automatically generate LaTeX sequences from given images. Currently, attention-based encoder-decoder models are widely used in this task. They typically generate target sequences in a left-to-right (L2R) manner, leaving the right-to-left (R2L) contexts unexploited. In this paper, we propose an Attention aggregation based Bi-directional Mutual learning Network (ABM) which consists of one shared encoder and two parallel inverse decoders (L2R and R2L). The two decoders are enhanced via mutual distillation, which involves one-to-one knowledge transfer at each training step, making full use of the complementary information from two inverse directions. Moreover, in order to deal with mathematical symbols in diverse scales, an Attention Aggregation Module (AAM) is proposed to effectively integrate multi-scale coverage attentions. Notably, in the inference phase, given that the model already learns knowledge from two inverse directions, we only use the L2R branch for inference, keeping the original parameter size and inference speed. Extensive experiments demonstrate that our proposed approach achieves the recognition accuracy of 56.85 % on CROHME 2014, 52.92 % on CROHME 2016, and 53.96 % on CROHME 2019 without data augmentation and model ensembling, substantially outperforming the state-of-the-art methods. The source code is available in https://github.com/XH-B/ABM.

Xiaohang Bian, Bo Qin, Xiaozhe Xin, Jianwu Li, Xuefeng Su, Yanfeng Wang• 2021

Related benchmarks

TaskDatasetResultRank
Handwritten Mathematical Expression RecognitionCROHME 2016 (test)
Expression Rate (Exp)60.86
164
Handwritten Mathematical Expression RecognitionCROHME 2014 (test)
Expression Rate (Exp)63.76
156
Handwritten Mathematical Expression RecognitionCROHME 2019 (test)
Expression Rate (Exp)62.22
107
Handwritten Mathematical Expression RecognitionCROHME 2014
Error Rate56.85
47
Handwritten Mathematical Expression RecognitionCROHME 2016
Expression Rate52.92
40
Handwritten Mathematical Expression RecognitionCROHME 2019
ExpRate53.96
39
Handwritten Mathematical Expression RecognitionHME100K
ExpRate65.93
17
Handwritten Mathematical Expression RecognitionM2E multi-line (test)
ExpRate55.48
8
Showing 8 of 8 rows

Other info

Code

Follow for update