CVAug 16, 2024

TAMER: Tree-Aware Transformer for Handwritten Mathematical Expression Recognition

arXiv:2408.08578v214 citationsh-index: 4
Originality Incremental advance
AI Analysis

This addresses the challenge of ensuring syntactic correctness in automated grading and office automation applications, representing a strong domain-specific advancement.

The paper tackles the problem of Handwritten Mathematical Expression Recognition (HMER) by proposing TAMER, a Tree-Aware Transformer model that jointly optimizes sequence and tree structure prediction, achieving state-of-the-art performance on CROHME datasets.

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, struggle to understand and model the inherent tree structure of $\LaTeX$ and often fail to ensure syntactic correctness in the decoded results. To address these challenges, we propose a novel model named TAMER (Tree-Aware Transformer) for handwritten mathematical expression recognition. TAMER introduces an innovative Tree-aware Module while maintaining the flexibility and efficient training of Transformer. TAMER combines the advantages of both sequence decoding and tree decoding models by jointly optimizing sequence prediction and tree structure prediction tasks, which enhances the model's understanding and generalization of complex mathematical expression structures. During inference, TAMER employs a Tree Structure Prediction Scoring Mechanism to improve the structural validity of the generated $\LaTeX$ sequences. Experimental results on CROHME datasets demonstrate that TAMER outperforms traditional sequence decoding and tree decoding models, especially in handling complex mathematical structures, achieving state-of-the-art (SOTA) performance.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes