CVCLLGNESep 16, 2016

Image-to-Markup Generation with Coarse-to-Fine Attention

arXiv:1609.04938v2270 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of non-standard OCR for mathematical expressions, benefiting researchers and practitioners in document analysis, though it is incremental as it builds on attention-based methods.

The paper tackles the problem of converting images of mathematical expressions into LaTeX markup by introducing a neural encoder-decoder model with a coarse-to-fine attention mechanism, outperforming classical OCR systems by a large margin on rendered data and performing well on handwritten data with pretraining.

We present a neural encoder-decoder model to convert images into presentational markup based on a scalable coarse-to-fine attention mechanism. Our method is evaluated in the context of image-to-LaTeX generation, and we introduce a new dataset of real-world rendered mathematical expressions paired with LaTeX markup. We show that unlike neural OCR techniques using CTC-based models, attention-based approaches can tackle this non-standard OCR task. Our approach outperforms classical mathematical OCR systems by a large margin on in-domain rendered data, and, with pretraining, also performs well on out-of-domain handwritten data. To reduce the inference complexity associated with the attention-based approaches, we introduce a new coarse-to-fine attention layer that selects a support region before applying attention.

Code Implementations14 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes