CLJun 26, 2019

Leveraging Text Repetitions and Denoising Autoencoders in OCR Post-correction

arXiv:1906.10907v11 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of reducing reliance on costly manually corrected data for OCR post-correction, particularly for historical texts, though it is incremental as it builds on existing seq2seq methods.

The paper tackles the problem of improving OCR quality without requiring manually corrected training data by estimating OCR errors from repeating text spans in large corpora and generating synthetic training examples. The result is a clear improvement over the underlying OCR system and previous models using uniformly generated noise, as evaluated on a manually corrected corpus of Finnish newspapers from the 19th century.

A common approach for improving OCR quality is a post-processing step based on models correcting misdetected characters and tokens. These models are typically trained on aligned pairs of OCR read text and their manually corrected counterparts. In this paper we show that the requirement of manually corrected training data can be alleviated by estimating the OCR errors from repeating text spans found in large OCR read text corpora and generating synthetic training examples following this error distribution. We use the generated data for training a character-level neural seq2seq model and evaluate the performance of the suggested model on a manually corrected corpus of Finnish newspapers mostly from the 19th century. The results show that a clear improvement over the underlying OCR system as well as previously suggested models utilizing uniformly generated noise can be achieved.

Foundations

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

Your Notes