LineCounter: Learning Handwritten Text Line Segmentation by Counting
Deng Li, Yue Wu, and Yicong Zhou

TL;DR
LineCounter introduces a novel line counting approach for handwritten text line segmentation, enabling end-to-end learning and outperforming existing methods on multiple datasets.
Contribution
The paper proposes a new line counting formulation and a neural network model for improved handwritten text line segmentation.
Findings
Outperforms state-of-the-art HTLS methods on three datasets.
Enables end-to-end training for line segmentation.
Provides publicly available source code.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHandwritten Text Recognition Techniques · Vehicle License Plate Recognition · Infrastructure Maintenance and Monitoring
