paper-with-me

홈 › Papers

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 this paper, inspired by the above three modeling methods, we propose a new recognition network by using a novel three-dimensional (3D) attention module and global-local context information. Based on the feature maps of the last convolutional layer, a series of 3D blocks with different resolutions are split. Then, these 3D blocks are fed into the 3D attention module to generate sequential visual features. Finally, by integrating the visual features and the corresponding global-local context features, a well-designed representation can be obtained. Main canonical neural units including attention mechanisms, fully-connected layer, recurrent unit and convolutional layer are efficiently organized into a network and can be jointly trained by the CTC loss and the cross-entropy loss. Experiments on the latest Chinese handwritten text datasets (the SCUT-HCCDoc and the SCUT-EPT) and one English handwritten text dataset (the IAM) show that the proposed method can make a new milestone.

📄 PDF Abstract BibTeX arXiv:2410.18374

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderHandwritten Text Recognition

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
CTC Loss 설명 없음

Similar Papers 제목 키워드 기반

Understanding Protein-Complex Assembly through Grand Canonical Maximum Entropy Modeling

2021-03-16 · Andrei G. Gasic, Atrayee Sarkar, Margaret S. Cheung

Inside a cell, heterotypic proteins assemble in inhomogeneous, crowded systems where the abundance of these proteins vary with cell types. While some protein complexes form putative structures that can be visualized with…

Self-regularizing restricted Boltzmann machines

2019-12-09 · Orestis Loukas

Focusing on the grand-canonical extension of the ordinary restricted Boltzmann machine, we suggest an energy-based model for feature extraction that uses a layer of hidden units with varying size. By an appropriate choic…

Identifying the Units of Measurement in Tabular Data

2021-11-23 · Taha Ceritli, Christopher K. I. Williams

We consider the problem of identifying the units of measurement in a data column that contains both numeric values and unit symbols in each row, e.g., "5.2 l", "7 pints". In this case we seek to identify the dimension of…

valid

Canonical and Compact Point Cloud Representation for Shape Classification

2018-09-13 · Kent Fujiwara, Ikuro Sato, Mitsuru Ambai, Yuichi Yoshida 외

We present a novel compact point cloud representation that is inherently invariant to scale, coordinate change and point permutation. The key idea is to parametrize a distance field around an individual shape into a uniq…

ClassificationGeneral Classification

Multilevel Text Normalization with Sequence-to-Sequence Networks and Multisource Learning

2019-03-27 · Tatyana Ruzsics, Tanja Samardžić

We define multilevel text normalization as sequence-to-sequence processing that transforms naturally noisy text into a sequence of normalized units of meaning (morphemes) in three steps: 1) writing normalization, 2) lemm…

DecoderLanguage ModelingLanguage ModellingLemmatization+1