Sparse arrays of signatures for online character recognition
Benjamin Graham

TL;DR
This paper introduces the use of path signatures as features for online character recognition, demonstrating improved accuracy with a sparse CNN approach on multiple datasets including Chinese characters and extended MNIST.
Contribution
The paper presents a novel application of path signatures as features for CNN-based online character recognition, along with a sparse CNN implementation for efficient training.
Findings
Achieved 3.58% error on Chinese character dataset, outperforming traditional CNNs.
Sparse CNN implementation enables training deeper networks with many max-pooling layers.
Extended MNIST with translations, achieving 0.31% error.
Abstract
In mathematics the signature of a path is a collection of iterated integrals, commonly used for solving differential equations. We show that the path signature, used as a set of features for consumption by a convolutional neural network (CNN), improves the accuracy of online character recognition---that is the task of reading characters represented as a collection of paths. Using datasets of letters, numbers, Assamese and Chinese characters, we show that the first, second, and even the third iterated integrals contain useful information for consumption by a CNN. On the CASIA-OLHWDB1.1 3755 Chinese character dataset, our approach gave a test error of 3.58%, compared with 5.61% for a traditional CNN [Ciresan et al.]. A CNN trained on the CASIA-OLHWDB1.0-1.2 datasets won the ICDAR2013 Online Isolated Chinese Character recognition competition. Computationally, we have developed a sparse…
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.
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 · Model Reduction and Neural Networks
