CVMay 4, 2015

Learning Document Image Binarization from Data

arXiv:1505.00529v132 citations
Originality Incremental advance
AI Analysis

This addresses document image processing for digitization and preservation, but it is incremental as it builds on existing features and methods.

The paper tackles binarization of degraded document images by encoding heuristics into a high-dimensional feature vector and learning a decision function, achieving performance comparable to state-of-the-art methods using only 1.5% of training data.

In this paper we present a fully trainable binarization solution for degraded document images. Unlike previous attempts that often used simple features with a series of pre- and post-processing, our solution encodes all heuristics about whether or not a pixel is foreground text into a high-dimensional feature vector and learns a more complicated decision function. In particular, we prepare features of three types: 1) existing features for binarization such as intensity [1], contrast [2], [3], and Laplacian [4], [5]; 2) reformulated features from existing binarization decision functions such those in [6] and [7]; and 3) our newly developed features, namely the Logarithm Intensity Percentile (LIP) and the Relative Darkness Index (RDI). Our initial experimental results show that using only selected samples (about 1.5% of all available training data), we can achieve a binarization performance comparable to those fine-tuned (typically by hand), state-of-the-art methods. Additionally, the trained document binarization classifier shows good generalization capabilities on out-of-domain data.

Foundations

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

Your Notes