# DeepOtsu: Document Enhancement and Binarization using Iterative Deep   Learning

**Authors:** Sheng He, Lambert Schomaker

arXiv: 1901.06081 · 2019-01-21

## TL;DR

DeepOtsu introduces an iterative deep learning approach for document enhancement and binarization, learning to produce uniform images of degraded documents to improve binarization quality, outperforming traditional methods.

## Contribution

The paper proposes a novel iterative deep learning framework with recurrent and stacked refinement methods for document enhancement and binarization.

## Key findings

- Effective enhancement of degraded document images.
- Improved binarization results using Otsu's threshold on enhanced images.
- Outperforms traditional binarization techniques on benchmark datasets.

## Abstract

This paper presents a novel iterative deep learning framework and apply it for document enhancement and binarization. Unlike the traditional methods which predict the binary label of each pixel on the input image, we train the neural network to learn the degradations in document images and produce the uniform images of the degraded input images, which allows the network to refine the output iteratively. Two different iterative methods have been studied in this paper: recurrent refinement (RR) which uses the same trained neural network in each iteration for document enhancement and stacked refinement (SR) which uses a stack of different neural networks for iterative output refinement. Given the learned uniform and enhanced image, the binarization map can be easy to obtain by a global or local threshold. The experimental results on several public benchmark data sets show that our proposed methods provide a new clean version of the degraded image which is suitable for visualization and promising results of binarization using the global Otsu's threshold based on the enhanced images learned iteratively by the neural network.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1901.06081/full.md

## Figures

15 figures with captions in the complete paper: https://tomesphere.com/paper/1901.06081/full.md

## References

55 references — full list in the complete paper: https://tomesphere.com/paper/1901.06081/full.md

---
Source: https://tomesphere.com/paper/1901.06081