paper-with-me

홈 › Papers

Handwritten Text Segmentation via End-to-End Learning of Convolutional Neural Network

2019-06-12 · Junho Jo, Hyung Il Koo, Jae Woong Soh, Nam Ik Cho

We present a new handwritten text segmentation method by training a convolutional neural network (CNN) in an end-to-end manner. Many conventional methods addressed this problem by extracting connected components and then classifying them. However, this two-step approach has limitations when handwritten components and machine-printed parts are overlapping. Unlike conventional methods, we develop an end-to-end deep CNN for this problem, which does not need any preprocessing steps. Since there is no publicly available dataset for this goal and pixel-wise annotations are time-consuming and costly, we also propose a data synthesis algorithm that generates realistic training samples. For training our network, we develop a cross-entropy based loss function that addresses the imbalance problems. Experimental results on synthetic and real images show the effectiveness of the proposed method. Specifically, the proposed network has been trained solely on synthetic images, nevertheless the removal of handwritten text in real documents improves OCR performance from 71.13% to 92.50%, showing the generalization performance of our network and synthesized images.

📄 PDF Abstract BibTeX arXiv:1906.05229

Code (1)

gregbugaj/unet-denoiser mxnet

Tasks

Optical Character Recognition (OCR)Text Segmentation

Similar Papers 제목 키워드 기반

Text Line Segmentation for Challenging Handwritten Document Images Using Fully Convolutional Network

2021-01-20 · Berat Barakat, Ahmad Droby, Majeed Kassis, Jihad El-Sana

This paper presents a method for text line segmentation of challenging historical manuscript images. These manuscript images contain narrow interline spaces with touching components, interpenetrating vowel signs and inco…

Segmentation

Recognition of Handwritten Chinese Text by Segmentation: A Segment-annotation-free Approach

2022-07-29 · Dezhi Peng, Lianwen Jin, Weihong Ma, Canyu Xie 외

Online and offline handwritten Chinese text recognition (HTCR) has been studied for decades. Early methods adopted oversegmentation-based strategies but suffered from low speed, insufficient accuracy, and high cost of ch…

Handwritten Chinese Text RecognitionSegmentationWeakly-supervised Learning

Segmentation-Free Approaches for Handwritten Numeral String Recognition

2018-04-24 · Andre G. Hochuli, Luiz E. S. Oliveira, Alceu S. Britto Jr, Robert Sabourin

This paper presents segmentation-free strategies for the recognition of handwritten numeral strings of unknown length. A synthetic dataset of touching numeral strings of sizes 2-, 3- and 4-digits was created to train end…

Segmentation

GatedLexiconNet: A Comprehensive End-to-End Handwritten Paragraph Text Recognition System

2024-04-22 · Lalita Kumari, Sukhdeep Singh, Vaibhav Varish Singh Rathore, Anuj Sharma

The Handwritten Text Recognition problem has been a challenge for researchers for the last few decades, especially in the domain of computer vision, a subdomain of pattern recognition. Variability of texts amongst writer…

Handwritten Text RecognitionSegmentation

Integrating Canonical Neural Units and Multi-Scale Training for Handwritten Text Recognition

2024-10-24 · Zi-Rui Wang

The segmentation-free research efforts for addressing handwritten text recognition can be divided into three categories: connectionist temporal classification (CTC), hidden Markov model and encoder-decoder methods. In th…

DecoderHandwritten Text Recognition