English

Sequence-to-Label Script Identification for Multilingual OCR

Computer Vision and Pattern Recognition 2017-08-21 v2

Abstract

We describe a novel line-level script identification method. Previous work repurposed an OCR model generating per-character script codes, counted to obtain line-level script identification. This has two shortcomings. First, as a sequence-to-sequence model it is more complex than necessary for the sequence-to-label problem of line script identification. This makes it harder to train and inefficient to run. Second, the counting heuristic may be suboptimal compared to a learned model. Therefore we reframe line script identification as a sequence-to-label problem and solve it using two components, trained end-toend: Encoder and Summarizer. The encoder converts a line image into a feature sequence. The summarizer aggregates the sequence to classify the line. We test various summarizers with identical inception-style convolutional networks as encoders. Experiments on scanned books and photos containing 232 languages in 30 scripts show 16% reduction of script identification error rate compared to the baseline. This improved script identification reduces the character error rate attributable to script misidentification by 33%.

Keywords

Cite

@article{arxiv.1708.04671,
  title  = {Sequence-to-Label Script Identification for Multilingual OCR},
  author = {Yasuhisa Fujii and Karel Driesen and Jonathan Baccash and Ash Hurst and Ashok C. Popat},
  journal= {arXiv preprint arXiv:1708.04671},
  year   = {2017}
}

Comments

ICDAR2017, The 14th IAPR International Conference on Document Analysis and Recognition, Kyoto, Japan

R2 v1 2026-06-22T21:15:33.356Z