CVFeb 9, 2018

A Two-Stage Method for Text Line Detection in Historical Documents

arXiv:1802.03345v2156 citationsHas Code
AI Analysis

This addresses the problem of accurately detecting text lines in complex historical documents for researchers and archivists, representing a strong specific gain.

The paper tackles text line detection in historical documents by proposing a two-stage method using ARU-Net for pixel labeling and bottom-up clustering, achieving an F-value increase from 0.859 to 0.922 on the cBAD: ICDAR2017 benchmark.

This work presents a two-stage text line detection method for historical documents. Each detected text line is represented by its baseline. In a first stage, a deep neural network called ARU-Net labels pixels to belong to one of the three classes: baseline, separator or other. The separator class marks beginning and end of each text line. The ARU-Net is trainable from scratch with manageably few manually annotated example images (less than 50). This is achieved by utilizing data augmentation strategies. The network predictions are used as input for the second stage which performs a bottom-up clustering to build baselines. The developed method is capable of handling complex layouts as well as curved and arbitrarily oriented text lines. It substantially outperforms current state-of-the-art approaches. For example, for the complex track of the cBAD: ICDAR2017 Competition on Baseline Detection the F-value is increased from 0.859 to 0.922. The framework to train and run the ARU-Net is open source.

Code Implementations2 repos
Foundations

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

Your Notes