paper-with-me

홈 › Papers

LineCounter: Learning Handwritten Text Line Segmentation by Counting

2021-05-24 · Deng Li, Yue Wu, Yicong Zhou

Handwritten Text Line Segmentation (HTLS) is a low-level but important task for many higher-level document processing tasks like handwritten text recognition. It is often formulated in terms of semantic segmentation or object detection in deep learning. However, both formulations have serious shortcomings. The former requires heavy post-processing of splitting/merging adjacent segments, while the latter may fail on dense or curved texts. In this paper, we propose a novel Line Counting formulation for HTLS -- that involves counting the number of text lines from the top at every pixel location. This formulation helps learn an end-to-end HTLS solution that directly predicts per-pixel line number for a given document image. Furthermore, we propose a deep neural network (DNN) model LineCounter to perform HTLS through the Line Counting formulation. Our extensive experiments on the three public datasets (ICDAR2013-HSC, HIT-MW, and VML-AHTE) demonstrate that LineCounter outperforms state-of-the-art HTLS approaches. Source code is available at https://github.com/Leedeng/Line-Counter.

📄 PDF Abstract BibTeX arXiv:2105.11307

Code (1)

Leedeng/Line-Counter 공식 구현 tf

Tasks

Handwritten Text Recognitionobject-detectionObject DetectionSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

BN-HTRd: A Benchmark Dataset for Document Level Offline Bangla Handwritten Text Recognition (HTR) and Line Segmentation

2022-05-29 · Md. Ataur Rahman, Nazifa Tabassum, Mitu Paul, Riya Pal 외

We introduce a new dataset for offline Handwritten Text Recognition (HTR) from images of Bangla scripts comprising words, lines, and document-level annotations. The BN-HTRd dataset is based on the BBC Bangla News corpus,…

Handwritten Line SegmentationHandwritten Text RecognitionHTRSegmentation

Handwritten and Printed Text Segmentation: A Signature Case Study

2023-07-15 · ICCV 2023 1 · Sina Gholamian, Ali Vahdat

While analyzing scanned documents, handwritten text can overlap with printed text. This overlap causes difficulties during the optical character recognition (OCR) and digitization process of documents, and subsequently, …

Binary ClassificationOptical Character RecognitionOptical Character Recognition (OCR)Segmentation+1

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

Unsupervised deep learning for text line segmentation

2020-03-19 · Berat Kurar Barakat, Ahmad Droby, Rym Alasam, Boraq Madi 외

We present an unsupervised deep learning method for text line segmentation that is inspired by the relative variance between text lines and spaces among text lines. Handwritten text line segmentation is important for the…

Deep LearningSegmentation

ICDAR 2025 Competition on FEw-Shot Text line segmentation of ancient handwritten documents (FEST)

2025-09-16 · Silvia Zottin, Axel De Nardin, Giuseppe Branca, Claudio Piciarelli 외 arxiv

Text line segmentation is a critical step in handwritten document image analysis. Segmenting text lines in historical handwritten documents, however, presents unique challenges due to irregular handwriting, faded ink, an…

Few-Shot Learning