paper-with-me

홈 › Papers

Handwritten Chinese Character Recognition by Convolutional Neural Network and Similarity Ranking

2019-08-30 · Junyi Zou, Jinliang Zhang, Ludi Wang

Convolution Neural Networks (CNN) have recently achieved state-of-the art performance on handwritten Chinese character recognition (HCCR). However, most of CNN models employ the SoftMax activation function and minimize cross entropy loss, which may cause loss of inter-class information. To cope with this problem, we propose to combine cross entropy with similarity ranking function and use it as loss function. The experiments results show that the combination loss functions produce higher accuracy in HCCR. This report briefly reviews cross entropy loss function, a typical similarity ranking function: Euclidean distance, and also propose a new similarity ranking function: Average variance similarity. Experiments are done to compare the performances of a CNN model with three different loss functions. In the end, SoftMax cross entropy with Average variance similarity produce the highest accuracy on handwritten Chinese characters recognition.

📄 PDF Abstract BibTeX arXiv:1908.11550

Code (0)

등록된 구현이 없습니다.

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$…

Similar Papers 제목 키워드 기반

Deep Convolutional Network for Handwritten Chinese Character Recognition

2015-01-01 · standford.edu 2015 1 · Yuhao Zhang

In this project we explored the performance of deep convolutional neural network on recognizing handwritten Chinese characters. We ran experiments on a 200-class and a 3755-class dataset using convolutional networks w…

Deep Template Matching for Offline Handwritten Chinese Character Recognition

2018-11-15 · Zhiyuan Li, Min Jin, Qi Wu, Huaxiang Lu

Just like its remarkable achievements in many computer vision tasks, the convolutional neural networks (CNN) provide an end-to-end solution in handwritten Chinese character recognition (HCCR) with great success. However,…

Binary ClassificationOffline Handwritten Chinese Character RecognitionTemplate Matching

Recognition Confidence Analysis of Handwritten Chinese Character with CNN

2015-05-25 · Meijun He, Shuye Zhang, Huiyun Mao, Lianwen Jin

In this paper, we present an effective method to analyze the recognition confidence of handwritten Chinese character, based on the softmax regression score of a high performance convolutional neural networks (CNN). Throu…

regression

Characters as Graphs: Recognizing Online Handwritten Chinese Characters via Spatial Graph Convolutional Network

2020-04-20 · Ji Gan, Weiqiang Wang, Ke Lu

Chinese is one of the most widely used languages in the world, yet online handwritten Chinese character recognition (OLHCCR) remains challenging. To recognize Chinese characters, one popular choice is to adopt the 2D con…

Time SeriesTime Series Analysis

Template-Instance Loss for Offline Handwritten Chinese Character Recognition

2019-10-12 · Yao Xiao, Dan Meng, Cewu Lu, Chi-Keung Tang

The long-standing challenges for offline handwritten Chinese character recognition (HCCR) are twofold: Chinese characters can be very diverse and complicated while similarly looking, and cursive handwriting (due to incre…

Offline Handwritten Chinese Character Recognition