CVCLLGAug 20, 2022

An End-to-End OCR Framework for Robust Arabic-Handwriting Recognition using a Novel Transformers-based Model and an Innovative 270 Million-Words Multi-Font Corpus of Classical Arabic with Diacritics

arXiv:2208.11484v211 citationsh-index: 8
Originality Incremental advance
AI Analysis

This work addresses OCR for Arabic historical documents, which is a domain-specific problem, and appears incremental as it builds on prior research with enhancements like image processing and a larger dataset.

The researchers tackled Arabic handwriting OCR by developing an end-to-end model using Vision Transformers (BEIT encoder and vanilla Transformer decoder) that eliminated CNNs, achieving a character error rate (CER) of 4.46% and outperforming convolution-based methods.

This research is the second phase in a series of investigations on developing an Optical Character Recognition (OCR) of Arabic historical documents and examining how different modeling procedures interact with the problem. The first research studied the effect of Transformers on our custom-built Arabic dataset. One of the downsides of the first research was the size of the training data, a mere 15000 images from our 30 million images, due to lack of resources. Also, we add an image enhancement layer, time and space optimization, and Post-Correction layer to aid the model in predicting the correct word for the correct context. Notably, we propose an end-to-end text recognition approach using Vision Transformers as an encoder, namely BEIT, and vanilla Transformer as a decoder, eliminating CNNs for feature extraction and reducing the model's complexity. The experiments show that our end-to-end model outperforms Convolutions Backbones. The model attained a CER of 4.46%.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes