paper-with-me

홈 › Papers

WSRNet: Joint Spotting and Recognition of Handwritten Words

2020-08-17 · George Retsinas, Giorgos Sfikas, Petros Maragos

In this work, we present a unified model that can handle both Keyword Spotting and Word Recognition with the same network architecture. The proposed network is comprised of a non-recurrent CTC branch and a Seq2Seq branch that is further augmented with an Autoencoding module. The related joint loss leads to a boost in recognition performance, while the Seq2Seq branch is used to create efficient word representations. We show how to further process these representations with binarization and a retraining scheme to provide compact and highly efficient descriptors, suitable for keyword spotting. Numerical results validate the usefulness of the proposed architecture, as our method outperforms the previous state-of-the-art in keyword spotting, and provides results in the ballpark of the leading methods for word recognition.

📄 PDF Abstract BibTeX arXiv:2008.07109

Code (0)

등록된 구현이 없습니다.

Tasks

BinarizationKeyword Spotting

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Radial Line Fourier Descriptor for Historical Handwritten Text Representation

2017-09-06 · Anders Hast, Ekta Vats

Automatic recognition of historical handwritten manuscripts is a daunting task due to paper degradation over time. Recognition-free retrieval or word spotting is popularly used for information retrieval and digitization …

Information RetrievalRetrieval

Neural Ctrl-F: Segmentation-free Query-by-String Word Spotting in Handwritten Manuscript Collections

2017-03-22 · ICCV 2017 10 · Tomas Wilkinson, Jonas Lindström, Anders Brun

In this paper, we approach the problem of segmentation-free query-by-string word spotting for handwritten documents. In other words, we use methods inspired from computer vision and machine learning to search for words i…

Segmentation

Word Spotting in Cursive Handwritten Documents using Modified Character Shape Codes

2013-10-22 · Sayantan Sarkar

There is a large collection of Handwritten English paper documents of Historical and Scientific importance. But paper documents are not recognized directly by computer. Hence the closest way of indexing these documents i…

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

Generating Synthetic Data for Text Recognition

2016-08-15 · Praveen Krishnan, C. V. Jawahar

Generating synthetic images is an art which emulates the natural process of image generation in a closest possible manner. In this work, we exploit such a framework for data generation in handwritten domain. We render sy…

Data AugmentationImage Generation