CVAug 4, 2018

Language Model Supervision for Handwriting Recognition Model Adaptation

arXiv:1808.01423v16 citations
Originality Incremental advance
AI Analysis

This addresses the high cost of manual labeling for handwriting recognition in low-resource languages, though it is incremental as it builds on existing transfer learning methods.

The paper tackles the problem of training offline handwriting recognition models for low-resource languages by leveraging labeled data from high-resource languages and unlabeled target data with a language model for bootstrapping. It demonstrates improved transferability among French, English, and Spanish, achieving character error rates nearly as good as full supervised training in the best case.

Training state-of-the-art offline handwriting recognition (HWR) models requires large labeled datasets, but unfortunately such datasets are not available in all languages and domains due to the high cost of manual labeling.We address this problem by showing how high resource languages can be leveraged to help train models for low resource languages.We propose a transfer learning methodology where we adapt HWR models trained on a source language to a target language that uses the same writing script.This methodology only requires labeled data in the source language, unlabeled data in the target language, and a language model of the target language. The language model is used in a bootstrapping fashion to refine predictions in the target language for use as ground truth in training the model.Using this approach we demonstrate improved transferability among French, English, and Spanish languages using both historical and modern handwriting datasets. In the best case, transferring with the proposed methodology results in character error rates nearly as good as full supervised training.

Foundations

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

Your Notes