Drawing and Recognizing Chinese Characters with Recurrent Neural Network
Xu-Yao Zhang, Fei Yin, Yan-Ming Zhang, Cheng-Lin Liu and, Yoshua Bengio

TL;DR
This paper introduces an RNN-based framework that simultaneously recognizes and generates Chinese characters, achieving state-of-the-art recognition accuracy and enabling automatic drawing of human-readable characters.
Contribution
It presents a novel end-to-end RNN approach for both recognizing and generating Chinese characters without domain-specific preprocessing.
Findings
Achieves state-of-the-art recognition accuracy on ICDAR-2013 dataset.
Successfully generates human-readable Chinese characters in vector format.
Demonstrates high recognition accuracy of generated characters by the discriminative RNN.
Abstract
Recent deep learning based approaches have achieved great success on handwriting recognition. Chinese characters are among the most widely adopted writing systems in the world. Previous research has mainly focused on recognizing handwritten Chinese characters. However, recognition is only one aspect for understanding a language, another challenging and interesting task is to teach a machine to automatically write (pictographic) Chinese characters. In this paper, we propose a framework by using the recurrent neural network (RNN) as both a discriminative model for recognizing Chinese characters and a generative model for drawing (generating) Chinese characters. To recognize Chinese characters, previous methods usually adopt the convolutional neural network (CNN) models which require transforming the online handwriting trajectory into image-like representations. Instead, our RNN based…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHandwritten Text Recognition Techniques · Image Processing and 3D Reconstruction · Hand Gesture Recognition Systems
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
