CVOct 10, 2019

On Recognizing Texts of Arbitrary Shapes with 2D Self-Attention

arXiv:1910.04396v1149 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses a key limitation in scene text recognition for applications like reading signs and labels, though it appears incremental as it builds on Transformer ideas.

The paper tackles the problem of recognizing scene text with arbitrary shapes, such as curved or rotated text, by introducing SATRN, a novel architecture based on 2D self-attention, which achieves a 5.7 percentage point average improvement on irregular text benchmarks.

Scene text recognition (STR) is the task of recognizing character sequences in natural scenes. While there have been great advances in STR methods, current methods still fail to recognize texts in arbitrary shapes, such as heavily curved or rotated texts, which are abundant in daily life (e.g. restaurant signs, product labels, company logos, etc). This paper introduces a novel architecture to recognizing texts of arbitrary shapes, named Self-Attention Text Recognition Network (SATRN), which is inspired by the Transformer. SATRN utilizes the self-attention mechanism to describe two-dimensional (2D) spatial dependencies of characters in a scene text image. Exploiting the full-graph propagation of self-attention, SATRN can recognize texts with arbitrary arrangements and large inter-character spacing. As a result, SATRN outperforms existing STR models by a large margin of 5.7 pp on average in "irregular text" benchmarks. We provide empirical analyses that illustrate the inner mechanisms and the extent to which the model is applicable (e.g. rotated and multi-line text). We will open-source the code.

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