Code: End-to-End Approach for Recognition of Historical Digit Strings
We propose an end-to-end deep learning approach to handle the challenging recognition task of ancient handwriting style of dates present in a recently published dataset, known as [
ARDIS ]. We show this with slight modifications of the VGG-16 deep model, the framework can achieve a recognition rate of 93.2%, without segmentation or heuristic methods. Moreover, the proposed approach outperforms the well-known CRNN method.
data augmentation techniques are introduced to represent classes more efficiently when facing the bottleneck of data scarcity.
Its underlying algorithm is fully described in:
- M. Zhao, A.G. Hochuli and A. Cheddad, “End-to-End Approach for Recognition of Historical Digit Strings”, In Proc: the 16th International Conference on Document Analysis and Recognition (ICDAR 2021), LNCS, vol. 12823, pp 595-609, Springer, Lausanne, Switzerland.
[
Paper] - [
Code (Ver 1)].