Image-to-Markup Generation with Coarse-to-Fine Attention
Yuntian Deng, Anssi Kanervisto, Jeffrey Ling, Alexander M. Rush
TL;DR
This paper tackles image-to-markup generation, focusing on converting rendered mathematical images into LaTeX-like markup. It replaces left-to-right OCR assumptions with a grid-based encoder and a flexible attention mechanism, introducing coarse-to-fine attention to cut computational cost. A new large dataset, Im2Latex-100k, enables robust evaluation and demonstrates that attention-based models outperform traditional OCR baselines on rendered data and can transfer to handwritten data with pretraining. The work also shows how hierarchical and coarse-to-fine attention variants trade off accuracy and efficiency, with promising implications for scalable, data-driven structured-text OCR and beyond.
Abstract
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.
