CVMay 8, 2023

Scene Text Recognition with Image-Text Matching-guided Dictionary

arXiv:2305.04524v1
Originality Incremental advance
AI Analysis

This improves scene text recognition accuracy for applications like document analysis, but it is incremental as it builds on existing methods like ABINet.

The paper tackles the problem of incorrect text rectification in scene text recognition by proposing a dictionary language model guided by image-text matching, achieving 93.8% accuracy compared to 92.1% with ordinary methods on benchmarks.

Employing a dictionary can efficiently rectify the deviation between the visual prediction and the ground truth in scene text recognition methods. However, the independence of the dictionary on the visual features may lead to incorrect rectification of accurate visual predictions. In this paper, we propose a new dictionary language model leveraging the Scene Image-Text Matching(SITM) network, which avoids the drawbacks of the explicit dictionary language model: 1) the independence of the visual features; 2) noisy choice in candidates etc. The SITM network accomplishes this by using Image-Text Contrastive (ITC) Learning to match an image with its corresponding text among candidates in the inference stage. ITC is widely used in vision-language learning to pull the positive image-text pair closer in feature space. Inspired by ITC, the SITM network combines the visual features and the text features of all candidates to identify the candidate with the minimum distance in the feature space. Our lexicon method achieves better results(93.8\% accuracy) than the ordinary method results(92.1\% accuracy) on six mainstream benchmarks. Additionally, we integrate our method with ABINet and establish new state-of-the-art results on several benchmarks.

Foundations

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

Your Notes