paper-with-me

Papers

High Performance Offline Handwritten Chinese Character Recognition Using GoogLeNet and Directional Feature Maps

2015-05-19 · Zhuoyao Zhong, Lianwen Jin, Zecheng Xie

Just like its great success in solving many computer vision problems, the convolutional neural networks (CNN) provided new end-to-end approach to handwritten Chinese character recognition (HCCR) with very promising results in recent years. However, previous CNNs so far proposed for HCCR were neither deep enough nor slim enough. We show in this paper that, a deeper architecture can benefit HCCR a lot to achieve higher performance, meanwhile can be designed with less parameters. We also show that the traditional feature extraction methods, such as Gabor or gradient feature maps, are still useful for enhancing the performance of CNN. We design a streamlined version of GoogLeNet [13], which was original proposed for image classification in recent years with very deep architecture, for HCCR (denoted as HCCR-GoogLeNet). The HCCR-GoogLeNet we used is 19 layers deep but involves with only 7.26 million parameters. Experiments were conducted using the ICDAR 2013 offline HCCR competition dataset. It has been shown that with the proper incorporation with traditional directional feature maps, the proposed single and ensemble HCCR-GoogLeNet models achieve new state of the art recognition accuracy of 96.35% and 96.74%, respectively, outperforming previous best result with significant gap.

📄 PDF Abstract BibTeX arXiv:1505.04925

Code (1)

zhongzhuoyao/HCCR-GoogLeNet 공식 구현

Tasks

image-classificationImage ClassificationOffline Handwritten Chinese Character Recognition

Methods 이 논문이 사용한 방법론

1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Average Pooling 설명 없음
Local Response Normalization Local Response Normalization is a normalization layer that implements the idea of lateral inhibition. Lateral inhibition is a concept in neurobiology that refers to the…
Auxiliary Classifier Auxiliary Classifiers are type of architectural component that seek to improve the convergence of very deep networks. They are classifier heads we attach to layers before the…
Inception Module An Inception Module is an image model block that aims to approximate an optimal local sparse structure in a CNN. Put simply, it allows for us to use multiple types of filter…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

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

Multi-Column Deep Neural Networks for Offline Handwritten Chinese Character Classification

2013-09-01 · Dan Cireşan, Jürgen Schmidhuber

Our Multi-Column Deep Neural Networks achieve best known recognition rates on Chinese characters from the ICDAR 2011 and 2013 offline handwriting competitions, approaching human performance.

General Classification

A High-Performance CNN Method for Offline Handwritten Chinese Character Recognition and Visualization

2018-12-30 · Pavlo Melnyk, Zhiqiang You, Keqin Li

Recent researches introduced fast, compact and efficient convolutional neural networks (CNNs) for offline handwritten Chinese character recognition (HCCR). However, many of them did not address the problem of network int…

Offline Handwritten Chinese Character Recognition

DenseRAN for Offline Handwritten Chinese Character Recognition

2018-08-13 · Wenchao Wang, Jianshu Zhang, Jun Du, Zi-Rui Wang 외

Recently, great success has been achieved in offline handwritten Chinese character recognition by using deep learning methods. Chinese characters are mainly logographic and consist of basic radicals, however, previous re…

DecoderOffline Handwritten Chinese Character Recognition

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