paper-with-me

Papers

Spanish TrOCR: Leveraging Transfer Learning for Language Adaptation

2024-07-09 · Filipe Lauar, Valentin Laurent

This study explores the transfer learning capabilities of the TrOCR architecture to Spanish. TrOCR is a transformer-based Optical Character Recognition (OCR) model renowned for its state-of-the-art performance in English benchmarks. Inspired by Li et al. assertion regarding its adaptability to multilingual text recognition, we investigate two distinct approaches to adapt the model to a new language: integrating an English TrOCR encoder with a language specific decoder and train the model on this specific language, and fine-tuning the English base TrOCR model on a new language data. Due to the scarcity of publicly available datasets, we present a resource-efficient pipeline for creating OCR datasets in any language, along with a comprehensive benchmark of the different image generation methods employed with a focus on Visual Rich Documents (VRDs). Additionally, we offer a comparative analysis of the two approaches for the Spanish language, demonstrating that fine-tuning the English TrOCR on Spanish yields superior recognition than the language specific decoder for a fixed dataset size. We evaluate our model employing character and word error rate metrics on a public available printed dataset, comparing the performance against other open-source and cloud OCR spanish models. As far as we know, these resources represent the best open-source model for OCR in Spanish. The Spanish TrOCR models are publicly available on HuggingFace [20] and the code to generate the dataset is available on Github [25].

📄 PDF Abstract BibTeX arXiv:2407.06950

Code (1)

v-laurent/vrd-image-text-generator 공식 구현 pytorch

Tasks

DecoderImage GenerationOptical Character RecognitionOptical Character Recognition (OCR)Transfer Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Multi-Head Attention 설명 없음
Residual Connection 설명 없음
Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Focus 설명 없음

Similar Papers 제목 키워드 기반

Transformer-based HTR for Historical Documents

2022-03-21 · Phillip Benjamin Ströbel, Simon Clematide, Martin Volk, Tobias Hodel

We apply the TrOCR framework to real-world, historical manuscripts and show that TrOCR per se is a strong model, ideal for transfer learning. TrOCR has been trained on English only, but it can adapt to other languages th…

HTRTransfer Learning

Punctuation Restoration in Spanish Customer Support Transcripts using Transfer Learning

2022-05-27 · DeepLo 2022 7 · Xiliang Zhu, Shayna Gardiner, David Rossouw, Tere Roldán 외

Automatic Speech Recognition (ASR) systems typically produce unpunctuated transcripts that have poor readability. In addition, building a punctuation restoration system is challenging for low-resource languages, especial…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Cross-Lingual TransferDomain Adaptation+4

Adapting TrOCR for Printed Tigrinya Text Recognition: Word-Aware Loss Weighting for Cross-Script Transfer Learning

2026-04-22 · Yonatan Haile Medhanie, Yuanhua Ni arxiv

Transformer-based OCR models have shown strong performance on Latin and CJK scripts, but their application to African syllabic writing systems remains limited. We present the first adaptation of TrOCR for printed Tigriny…

Transfer Learning

TrOCR: Transformer-based Optical Character Recognition with Pre-trained Models

2021-09-21 · Minghao Li, Tengchao Lv, Jingye Chen, Lei Cui 외

Text recognition is a long-standing research problem for document digitalization. Existing approaches are usually built based on CNN for image understanding and RNN for char-level text generation. In addition, another la…

Handwritten Text RecognitionLanguage ModelingLanguage ModellingOptical Character Recognition+3

Multilingual Transfer and Domain Adaptation for Low-Resource Languages of Spain

2024-09-24 · Yuanchang Luo, Zhanglin Wu, Daimeng Wei, Hengchao Shang 외

This article introduces the submission status of the Translation into Low-Resource Languages of Spain task at (WMT 2024) by Huawei Translation Service Center (HW-TSC). We participated in three translation tasks: spanish …

DenoisingDomain AdaptationEnsemble LearningMachine Translation+2