paper-with-me

홈 › Papers

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 order to identify relevant information, such as text or symbols. The wide variety of document types, alphabets, and formats makes binarization challenging. There are multiple proposals with which to solve this problem, from classical manually-adjusted methods, to more recent approaches based on machine learning. The latter techniques require a large amount of training data in order to obtain good results; however, labeling a portion of each existing collection of documents is not feasible in practice. This is a common problem in supervised learning, which can be addressed by using the so-called Domain Adaptation (DA) techniques. These techniques take advantage of the knowledge learned in one domain, for which labeled data are available, to apply it to other domains for which there are no labeled data. This paper proposes a method that combines neural networks and DA in order to carry out unsupervised document binarization. However, when both the source and target domains are very similar, this adaptation could be detrimental. Our methodology, therefore, first measures the similarity between domains in an innovative manner in order to determine whether or not it is appropriate to apply the adaptation process. The results reported in the experimentation, when evaluating up to 20 possible combinations among five different domains, show that our proposal successfully deals with the binarization of new document domains without the need for labeled data.

📄 PDF Abstract BibTeX arXiv:2012.01204

Code (0)

등록된 구현이 없습니다.

Tasks

BinarizationDomain Adaptation

Similar Papers 제목 키워드 기반

UDBNET: Unsupervised Document Binarization Network via Adversarial Game

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

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-play…

Binarization

DR-Mamba: Automatic Inference-Time Domain Adaptation for Document Image Binarization via Sample-Conditioned Detail-Background Suppression

2026-06-21 · Sheng-Wei Chan, Jen-Shiun Chiang arxiv

Degraded document image binarization is sensitive to domain shifts caused by paper aging, bleed-through, stains, shadows, and uneven illumination, and the foreground-background separation of recent learning-based methods…

Test-time AdaptationDomain Adaptation

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

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