CVCLJul 14, 2022

Scene Text Recognition with Permuted Autoregressive Sequence Models

arXiv:2207.06966v1266 citationsh-index: 12Has Code
Originality Highly original
AI Analysis

This improves text recognition in real-world images, especially for arbitrarily-oriented text, but is incremental as it builds on prior autoregressive and non-autoregressive models.

The paper tackles the problem of scene text recognition by addressing inefficiencies in existing context-aware methods, achieving state-of-the-art accuracy of 91.9% on benchmarks and 96.0% with real data training.

Context-aware STR methods typically use internal autoregressive (AR) language models (LM). Inherent limitations of AR models motivated two-stage methods which employ an external LM. The conditional independence of the external LM on the input image may cause it to erroneously rectify correct predictions, leading to significant inefficiencies. Our method, PARSeq, learns an ensemble of internal AR LMs with shared weights using Permutation Language Modeling. It unifies context-free non-AR and context-aware AR inference, and iterative refinement using bidirectional context. Using synthetic training data, PARSeq achieves state-of-the-art (SOTA) results in STR benchmarks (91.9% accuracy) and more challenging datasets. It establishes new SOTA results (96.0% accuracy) when trained on real data. PARSeq is optimal on accuracy vs parameter count, FLOPS, and latency because of its simple, unified structure and parallel token processing. Due to its extensive use of attention, it is robust on arbitrarily-oriented text which is common in real-world images. Code, pretrained weights, and data are available at: https://github.com/baudm/parseq.

Code Implementations2 repos
Foundations

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

Your Notes