paper-with-me

Papers

UDBNET: Unsupervised Document Binarization Network via Adversarial Game

2020-07-14 · Amandeep Kumar, Shuvozit Ghose, Pinaki Nath Chowdhury, Partha Pratim Roy, Umapada Pal

Degraded document image binarization is one of the most challenging tasks in the domain of document image analysis. In this paper, we present a novel approach towards document image binarization by introducing three-player min-max adversarial game. We train the network in an unsupervised setup by assuming that we do not have any paired-training data. In our approach, an Adversarial Texture Augmentation Network (ATANet) first superimposes the texture of a degraded reference image over a clean image. Later, the clean image along with its generated degraded version constitute the pseudo paired-data which is used to train the Unsupervised Document Binarization Network (UDBNet). Following this approach, we have enlarged the document binarization datasets as it generates multiple images having same content feature but different textual feature. These generated noisy images are then fed into the UDBNet to get back the clean version. The joint discriminator which is the third-player of our three-player min-max adversarial game tries to couple both the ATANet and UDBNet. The three-player min-max adversarial game stops, when the distributions modelled by the ATANet and the UDBNet align to the same joint distribution over time. Thus, the joint discriminator enforces the UDBNet to perform better on real degraded image. The experimental results indicate the superior performance of the proposed model over existing state-of-the-art algorithm on widely used DIBCO datasets. The source code of the proposed system is publicly available at https://github.com/VIROBO-15/UDBNET.

📄 PDF Abstract BibTeX arXiv:2007.07075

Code (1)

VIROBO-15/UDBNET 공식 구현 pytorch

Tasks

Binarization

Similar Papers 제목 키워드 기반

Two-stage generative adversarial networks for document image binarization with color noise and background removal

2020-10-20 · Sungho Suh, Jihun Kim, Paul Lukowicz, Yong Oh Lee

Document image enhancement and binarization methods are often used to improve the accuracy and efficiency of document image analysis tasks such as text recognition. Traditional non-machine-learning methods are constructe…

BinarizationDecoderImage Enhancement

Improving Document Binarization via Adversarial Noise-Texture Augmentation

2018-10-25 · Ankan Kumar Bhunia, Ayan Kumar Bhunia, Aneeshan Sain, Partha Pratim Roy

Binarization of degraded document images is an elementary step in most of the problems in document image analysis domain. The paper re-visits the binarization problem by introducing an adversarial learning approach. We c…

Adversarial RobustnessBinarizationDomain AdaptationTransfer Learning

Confidence Score for Unsupervised Foreground Background Separation of Document Images

2022-04-03 · Soumyadeep Dey, Pratik Jawanpuria

Foreground-background separation is an important problem in document image analysis. Popular unsupervised binarization methods (such as the Sauvola's algorithm) employ adaptive thresholding to classify pixels as foregrou…

Binarization

Document Image Binarization in JPEG Compressed Domain using Dual Discriminator Generative Adversarial Networks

2022-09-13 · Bulla Rajesh, Manav Kamlesh Agrawal, Milan Bhuva, Kisalaya Kishore 외

Image binarization techniques are being popularly used in enhancement of noisy and/or degraded images catering different Document Image Anlaysis (DIA) applications like word spotting, document retrieval, and OCR. Most of…

BinarizationOptical Character Recognition (OCR)Retrieval

Unsupervised Neural Domain Adaptation for Document Image Binarization

2020-12-02 · Francisco J. Castellanos, Antonio-Javier Gallego, Jorge Calvo-Zaragoza

Binarization is a well-known image processing task, whose objective is to separate the foreground of an image from the background. One of the many tasks for which it is useful is that of preprocessing document images in …

BinarizationDomain Adaptation