paper-with-me

홈 › Papers

Handwritten digit string recognition by combination of residual network and RNN-CTC

2017-10-09 · Hongjian Zhan, Qingqing Wang, Yue Lu

Recurrent neural network (RNN) and connectionist temporal classification (CTC) have showed successes in many sequence labeling tasks with the strong ability of dealing with the problems where the alignment between the inputs and the target labels is unknown. Residual network is a new structure of convolutional neural network and works well in various computer vision tasks. In this paper, we take advantage of the architectures mentioned above to create a new network for handwritten digit string recognition. First we design a residual network to extract features from input images, then we employ a RNN to model the contextual information within feature sequences and predict recognition results. At the top of this network, a standard CTC is applied to calculate the loss and yield the final results. These three parts compose an end-to-end trainable network. The proposed new architecture achieves the highest performances on ORAND-CAR-A and ORAND-CAR-B with recognition rates 89.75% and 91.14%, respectively. In addition, the experiments on a generated captcha dataset which has much longer string length show the potential of the proposed network to handle long strings.

📄 PDF Abstract BibTeX arXiv:1710.03112

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Segmentation-Free Approaches for Handwritten Numeral String Recognition

2018-04-24 · Andre G. Hochuli, Luiz E. S. Oliveira, Alceu S. Britto Jr, Robert Sabourin

This paper presents segmentation-free strategies for the recognition of handwritten numeral strings of unknown length. A synthetic dataset of touching numeral strings of sizes 2-, 3- and 4-digits was created to train end…

Segmentation

End-to-End Approach for Recognition of Historical Digit Strings

2021-04-28 · Mengqiao Zhao, Andre G. Hochuli, Abbas Cheddad

The plethora of digitalised historical document datasets released in recent years has rekindled interest in advancing the field of handwriting pattern recognition. In the same vein, a recently published data set, known a…

Handwriting RecognitionSegmentation

A Comprehensive Comparison of End-to-End Approaches for Handwritten Digit String Recognition

2020-10-29 · Andre G. Hochuli, Alceu S. Britto Jr, David A. Saji, Jose M. Saavedra 외

Over the last decades, most approaches proposed for handwritten digit string recognition (HDSR) have resorted to digit segmentation, which is dominated by heuristics, thereby imposing substantial constraints on the final…

object-detectionObject DetectionSegmentation

MSDS: A Large-Scale Chinese Signature and Token Digit String Dataset for Handwriting Verification

2022-10-17 · Peirong Zhang, Jiajia Jiang, Yuliang Liu, Lianwen Jin

Although online handwriting verification has made great progress recently, the verification performances are still far behind the real usage owing to the small scale of the datasets as well as the limited biometric mediu…

Handwriting Verification

On Study of the Reliable Fully Convolutional Networks with Tree Arranged Outputs (TAO-FCN) for Handwritten String Recognition

2017-07-10 · Song Wang, Jun Sun, Satoshi Naoi

The handwritten string recognition is still a challengeable task, though the powerful deep learning tools were introduced. In this paper, based on TAO-FCN, we proposed an end-to-end system for handwritten string recognit…