paper-with-me

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, Mohammad Khairul Islam

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, meant to act as ground truth texts. These texts were subsequently used to generate the annotations that were filled out by people with their handwriting. Our dataset includes 788 images of handwritten pages produced by approximately 150 different writers. It can be adopted as a basis for various handwriting classification tasks such as end-to-end document recognition, word-spotting, word or line segmentation, and so on. We also propose a scheme to segment Bangla handwritten document images into corresponding lines in an unsupervised manner. Our line segmentation approach takes care of the variability involved in different writing styles, accurately segmenting complex handwritten text lines of curvilinear nature. Along with a bunch of pre-processing and morphological operations, both Hough line and circle transforms were employed to distinguish different linear components. In order to arrange those components into their corresponding lines, we followed an unsupervised clustering approach. The average success rate of our segmentation technique is 81.57% in terms of FM metrics (similar to F-measure) with a mean Average Precision (mAP) of 0.547.

📄 PDF Abstract BibTeX arXiv:2206.08977

Code (1)

shaoncsecu/BN-HTR_LS 공식 구현

Tasks

Handwritten Line SegmentationHandwritten Text RecognitionHTRSegmentation

Similar Papers 제목 키워드 기반

BN-DRISHTI: Bangla Document Recognition through Instance-level Segmentation of Handwritten Text Images

2023-05-31 · Sheikh Mohammad Jubaer, Nazifa Tabassum, Md. Ataur Rahman, Mohammad Khairul Islam

Handwriting recognition remains challenging for some of the most spoken languages, like Bangla, due to the complexity of line and word segmentation brought by the curvilinear nature of writing and lack of quality dataset…

Handwriting RecognitionHandwritten Line SegmentationHandwritten Text RecognitionHandwritten Word Segmentation+3

Online Neural Coreference Resolution with Rollback

2022-10-01 · COLING (CRAC) 2022 10 · Patrick Xia, Benjamin Van Durme

Humans process natural language online, whether reading a document or participating in multiparty dialogue. Recent advances in neural coreference resolution have focused on offline approaches that assume the full communi…

coreference-resolutionCoreference ResolutionDialogue Understanding

TransDocAnalyser: A Framework for Offline Semi-structured Handwritten Document Analysis in the Legal Domain

2023-06-03 · Sagar Chakraborty, Gaurav Harit, Saptarshi Ghosh

State-of-the-art offline Optical Character Recognition (OCR) frameworks perform poorly on semi-structured handwritten domain-specific documents due to their inability to localize and label form fields with domain-specifi…

BenchmarkingDecoderOptical Character RecognitionOptical Character Recognition (OCR)

PyCFRL: A Python library for counterfactually fair offline reinforcement learning via sequential data preprocessing

2025-10-08 · Jianhan Zhang, Jitao Wang, Chengchun Shi, John D. Piette 외 arxiv

Reinforcement learning (RL) aims to learn and evaluate a sequential decision rule, often referred to as a "policy", that maximizes the population-level benefit in an environment across possibly infinitely many time steps…

Reinforcement LearningOffline RL

d3rlpy: An Offline Deep Reinforcement Learning Library

2021-11-06 · Takuma Seno, Michita Imai

In this paper, we introduce d3rlpy, an open-sourced offline deep reinforcement learning (RL) library for Python. d3rlpy supports a set of offline deep RL algorithms as well as off-policy online algorithms via a fully doc…

D4RLDeep Reinforcement LearningOffline RLreinforcement-learning+2