paper-with-me

Papers

Bidirectional Trained Tree-Structured Decoder for Handwritten Mathematical Expression Recognition

2023-12-31 · Hanbo Cheng, Chenyu Liu, Pengfei Hu, Zhenrong Zhang, Jiefeng Ma, Jun Du

The Handwritten Mathematical Expression Recognition (HMER) task is a critical branch in the field of OCR. Recent studies have demonstrated that incorporating bidirectional context information significantly improves the performance of HMER models. However, existing methods fail to effectively utilize bidirectional context information during the inference stage. Furthermore, current bidirectional training methods are primarily designed for string decoders and cannot adequately generalize to tree decoders, which offer superior generalization capabilities and structural analysis capacity. In order to overcome these limitations, we propose the Mirror-Flipped Symbol Layout Tree (MF-SLT) and Bidirectional Asynchronous Training (BAT) structure. Our method extends the bidirectional training strategy to the tree decoder, allowing for more effective training by leveraging bidirectional information. Additionally, we analyze the impact of the visual and linguistic perception of the HMER model separately and introduce the Shared Language Modeling (SLM) mechanism. Through the SLM, we enhance the model's robustness and generalization when dealing with visual ambiguity, particularly in scenarios with abundant training data. Our approach has been validated through extensive experiments, demonstrating its ability to achieve new state-of-the-art results on the CROHME 2014, 2016, and 2019 datasets, as well as the HME100K dataset. The code used in our experiments will be publicly available.

📄 PDF Abstract BibTeX arXiv:2401.00435

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderLanguage ModelingLanguage ModellingOptical Character Recognition (OCR)

Similar Papers 제목 키워드 기반

Handwritten Mathematical Expression Recognition with Bidirectionally Trained Transformer

2021-05-06 · Wenqi Zhao, Liangcai Gao, Zuoyu Yan, Shuai Peng 외

Encoder-decoder models have made great progress on handwritten mathematical expression recognition recently. However, it is still a challenge for existing methods to assign attention to image features accurately. Moreove…

Data AugmentationDecoderHandwritten Mathmatical Expression RecognitionLanguage Modeling+1

TDv2: A Novel Tree-Structured Decoder for Offline Mathematical Expression Recognition

2022-06-28 · Proceedings of the AAAI Conference on Artificial Intelligence 2022 6 · Changjie Wu, Jun Du, Yunqing Li, Jianshu Zhang 외

In recent years, tree decoders become more popular than LaTeX string decoders in the field of handwritten mathematical expression recognition (HMER) as they can capture the hierarchical tree structure of mathematical exp…

DecoderHandwritten Mathmatical Expression Recognition

Head-First Linearization with Tree-Structured Representation

2019-10-01 · WS 2019 10 · Xiang Yu, Agnieszka Falenska, Ngoc Thang Vu, Jonas Kuhn

We present a dependency tree linearization model with two novel components: (1) a tree-structured encoder based on bidirectional Tree-LSTM that propagates information first bottom-up then top-down, which allows each toke…

Decoder

An Intelligent-Detection Network for Handwritten Mathematical Expression Recognition

2023-11-26 · Ziqi Ye

The use of artificial intelligence technology in education is growing rapidly, with increasing attention being paid to handwritten mathematical expression recognition (HMER) by researchers. However, many existing methods…

Decoderobject-detectionObject Detection

TreeGPT: Pure TreeFFN Encoder-Decoder Architecture for Structured Reasoning Without Attention Mechanisms

2025-09-06 · Zixi Li arxiv

We present TreeGPT, an attention-free neural architecture that explores the potential of pure TreeFFN encoder-decoder design for structured reasoning tasks. Unlike traditional transformer approaches that rely on attentio…

Computational Efficiency