paper-with-me

Papers

Utilizing Resource-Rich Language Datasets for End-to-End Scene Text Recognition in Resource-Poor Languages

2021-11-24 · Shota Orihashi, Yoshihiro Yamazaki, Naoki Makishima, Mana Ihori, Akihiko Takashima, Tomohiro Tanaka, Ryo Masumura

This paper presents a novel training method for end-to-end scene text recognition. End-to-end scene text recognition offers high recognition accuracy, especially when using the encoder-decoder model based on Transformer. To train a highly accurate end-to-end model, we need to prepare a large image-to-text paired dataset for the target language. However, it is difficult to collect this data, especially for resource-poor languages. To overcome this difficulty, our proposed method utilizes well-prepared large datasets in resource-rich languages such as English, to train the resource-poor encoder-decoder model. Our key idea is to build a model in which the encoder reflects knowledge of multiple languages while the decoder specializes in knowledge of just the resource-poor language. To this end, the proposed method pre-trains the encoder by using a multilingual dataset that combines the resource-poor language's dataset and the resource-rich language's dataset to learn language-invariant knowledge for scene text recognition. The proposed method also pre-trains the decoder by using the resource-poor language's dataset to make the decoder better suited to the resource-poor language. Experiments on Japanese scene text recognition using a small, publicly available dataset demonstrate the effectiveness of the proposed method.

📄 PDF Abstract BibTeX arXiv:2111.12276

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderImage to textScene Text Recognition

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Position-Wise Feed-Forward Layer 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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…
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$…

Similar Papers 제목 키워드 기반

3D Vision and Language Pretraining with Large-Scale Synthetic Data

2024-07-08 · Dejie Yang, Zhu Xu, Wentao Mo, Qingchao Chen 외

3D Vision-Language Pre-training (3D-VLP) aims to provide a pre-train model which can bridge 3D scenes with natural language, which is an important technique for embodied intelligence. However, current 3D-VLP datasets are…

Dense CaptioningDiversityDomain AdaptationQuestion Answering+1

CATSplat: Context-Aware Transformer with Spatial Guidance for Generalizable 3D Gaussian Splatting from A Single-View Image

2024-12-17 · Wonseok Roh, Hwanhee Jung, Jong Wook Kim, Seunggwan Lee 외

Recently, generalizable feed-forward methods based on 3D Gaussian Splatting have gained significant attention for their potential to reconstruct 3D scenes using finite resources. These approaches create a 3D radiance fie…

3D Scene ReconstructionNovel View Synthesis

MCTBench: Multimodal Cognition towards Text-Rich Visual Scenes Benchmark

2024-10-15 · Bin Shan, Xiang Fei, Wei Shi, An-Lan Wang 외

The comprehension of text-rich visual scenes has become a focal point for evaluating Multi-modal Large Language Models (MLLMs) due to their widespread applications. Current benchmarks tailored to the scenario emphasize p…

FairnessScene Text RecognitionVisual Reasoning

How Can Cross-lingual Knowledge Contribute Better to Fine-Grained Entity Typing?

2022-05-01 · Findings (ACL) 2022 5 · Hailong Jin, Tiansi Dong, Lei Hou, Juanzi Li 외

Cross-lingual Entity Typing (CLET) aims at improving the quality of entity type prediction by transferring semantic knowledge learned from rich-resourced languages to low-resourced languages. In this paper, by utilizing …

Entity TypingMixture-of-ExpertsTransfer LearningType prediction

Improving Multilingual Semantic Textual Similarity with Shared Sentence Encoder for Low-resource Languages

2018-10-20 · Xin Tang, Shanbo Cheng, Loc Do, Zhiyu Min 외

Measuring the semantic similarity between two sentences (or Semantic Textual Similarity - STS) is fundamental in many NLP applications. Despite the remarkable results in supervised settings with adequate labeling, little…

Machine TranslationSemantic SimilaritySemantic Textual SimilaritySentence+2