CVLGJan 18, 2023

CLIPTER: Looking at the Bigger Picture in Scene Text Recognition

Amazon
arXiv:2301.07464v229 citationsh-index: 14
AI Analysis

This addresses the challenge of reading text in real-world scenarios where context is crucial, especially for poor-quality text, representing an incremental improvement over existing methods.

The paper tackles the problem of scene text recognition by incorporating scene-level context from vision-language models like CLIP into crop-based recognizers, achieving state-of-the-art results across multiple benchmarks with improved robustness to out-of-vocabulary words and better generalization in low-data regimes.

Reading text in real-world scenarios often requires understanding the context surrounding it, especially when dealing with poor-quality text. However, current scene text recognizers are unaware of the bigger picture as they operate on cropped text images. In this study, we harness the representative capabilities of modern vision-language models, such as CLIP, to provide scene-level information to the crop-based recognizer. We achieve this by fusing a rich representation of the entire image, obtained from the vision-language model, with the recognizer word-level features via a gated cross-attention mechanism. This component gradually shifts to the context-enhanced representation, allowing for stable fine-tuning of a pretrained recognizer. We demonstrate the effectiveness of our model-agnostic framework, CLIPTER (CLIP TExt Recognition), on leading text recognition architectures and achieve state-of-the-art results across multiple benchmarks. Furthermore, our analysis highlights improved robustness to out-of-vocabulary words and enhanced generalization in low-data regimes.

Foundations

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

Your Notes