Rotation-free Online Handwritten Character Recognition Using Linear Recurrent Units
Zhe Ling, Sicheng Yu, Danyu Yang
TL;DR
This work tackles rotation-induced degradation in online handwritten character recognition by introducing Sliding Window Path Signature (SW-PS) features coupled with Linear Recurrent Units (LRU) for efficient, parallelizable sequence classification. By capturing local dynamics via SW-PS and modeling long-range dependencies with a complex-valued recurrence, the method achieves robust performance under rotations up to $\pm 180^{\circ}$ and demonstrates rapid convergence. On CASIA-OLHWDB1.1 subsets for digits, English uppercase letters, and Chinese radicals, ensemble SW-PS+LRU achieves accuracies of $99.62\%$, $96.67\%$, and $94.33\%$, respectively, outperforming CNN-based networks and other sequence models in both speed and accuracy. The approach is validated with publicly available data and code, underscoring its practical impact for rotation-free online handwriting recognition and scalable, long-sequence modeling.
Abstract
Online handwritten character recognition leverages stroke order and dynamic features, which generally provide higher accuracy and robustness compared with offline recognition. However, in practical applications, rotational deformations can disrupt the spatial layout of strokes, substantially reducing recognition accuracy. Extracting rotation-invariant features therefore remains a challenging open problem. In this work, we employ the Sliding Window Path Signature (SW-PS) to capture local structural features of characters, and introduce the lightweight Linear Recurrent Units (LRU) as the classifier. The LRU combine the fast incremental processing capability of recurrent neural networks (RNN) with the efficient parallel training of state space models (SSM), while reliably modelling dynamic stroke characteristics. We conducted recognition experiments with random rotation angle up to $\pm 180^{\circ}$ on three subsets of the CASIA-OLHWDB1.1 dataset: digits, English upper letters, and Chinese radicals. The accuracies achieved after ensemble learning were $99.62\%$, $96.67\%$, and $94.33\%$, respectively. Experimental results demonstrate that the proposed SW-PS+LRU framework consistently surpasses competing models in both convergence speed and test accuracy.
