paper-with-me

홈 › Papers

Transfer Learning for Scene Text Recognition in Indian Languages

2022-01-10 · Sanjana Gunna, Rohit Saluja, C. V. Jawahar

Scene text recognition in low-resource Indian languages is challenging because of complexities like multiple scripts, fonts, text size, and orientations. In this work, we investigate the power of transfer learning for all the layers of deep scene text recognition networks from English to two common Indian languages. We perform experiments on the conventional CRNN model and STAR-Net to ensure generalisability. To study the effect of change in different scripts, we initially run our experiments on synthetic word images rendered using Unicode fonts. We show that the transfer of English models to simple synthetic datasets of Indian languages is not practical. Instead, we propose to apply transfer learning techniques among Indian languages due to similarity in their n-gram distributions and visual features like the vowels and conjunct characters. We then study the transfer learning among six Indian languages with varying complexities in fonts and word length statistics. We also demonstrate that the learned features of the models transferred from other Indian languages are visually closer (and sometimes even better) to the individual model features than those transferred from English. We finally set new benchmarks for scene-text recognition on Hindi, Telugu, and Malayalam datasets from IIIT-ILST and Bangla dataset from MLT-17 by achieving 6%, 5%, 2%, and 23% gains in Word Recognition Rates (WRRs) compared to previous works. We further improve the MLT-17 Bangla results by plugging in a novel correction BiLSTM into our model. We additionally release a dataset of around 440 scene images containing 500 Gujarati and 2535 Tamil words. WRRs improve over the baselines by 8%, 4%, 5%, and 3% on the MLT-19 Hindi and Bangla datasets and the Gujarati and Tamil datasets.

📄 PDF Abstract BibTeX arXiv:2201.03180

Code (0)

등록된 구현이 없습니다.

Tasks

Scene Text RecognitionTransfer Learning

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…

Similar Papers 제목 키워드 기반

Bharat Scene Text: A Novel Comprehensive Dataset and Benchmark for Indian Language Scene Text Understanding

2025-11-28 · Anik De, Abhirama Subramanyam Penamakuri, Rajeev Yadav, Aditya Rathore 외 arxiv

Reading scene text, that is, text appearing in images, has numerous application areas, including assistive technology, search, and e-commerce. Although scene text recognition in English has advanced significantly and is …

Scene Text RecognitionScene Text Detection

IndicSTR12: A Dataset for Indic Scene Text Recognition

2024-03-12 · Harsh Lunia, Ajoy Mondal, C V Jawahar

The importance of Scene Text Recognition (STR) in today's increasingly digital world cannot be overstated. Given the significance of STR, data intensive deep learning approaches that auto-learn feature mappings have prim…

BenchmarkingScene Text RecognitionText Detection

CL-NERIL: A Cross-Lingual Model for NER in Indian Languages

2021-11-23 · Akshara Prabhakar, Gouri Sankar Majumder, Ashish Anand

Developing Named Entity Recognition (NER) systems for Indian languages has been a long-standing challenge, mainly owing to the requirement of a large amount of annotated clean training instances. This paper proposes an e…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+3

OpenHands: Making Sign Language Recognition Accessible with Pose-based Pretrained Models across Languages

2021-10-12 · ACL 2022 5 · Prem Selvaraj, Gokul NC, Pratyush Kumar, Mitesh Khapra

AI technologies for Natural Languages have made tremendous progress recently. However, commensurate progress has not been made on Sign Languages, in particular, in recognizing signs as individual words or as complete sen…

Sign Language Recognition

Towards Deployable OCR models for Indic languages

2022-05-13 · Minesh Mathew, Ajoy Mondal, CV Jawahar

Recognition of text on word or line images, without the need for sub-word segmentation has become the mainstream of research and development of text recognition for Indian languages. Modelling unsegmented sequences using…

Optical Character Recognition (OCR)SegmentationText Segmentation