Focus on the Whole Character: Discriminative Character Modeling for Scene Text Recognition
Bangbang Zhou, Yadong Qu, Zixiao Wang, Zicheng Li, Boqiang Zhang, Hongtao Xie
TL;DR
The paper tackles severe distortions in scene text recognition by addressing large intra-class variance and small inter-class variance. It introduces the Character Features Enriched model (CFE), combining a Character-Aware Constraint Encoder (CACE) that uses a decay-based attention mechanism to capture local morphology with an Intra-Inter Consistency Loss (I^2CL) that learns long-term memory units for character classes to enforce intra-class compactness and inter-class separability. The approach achieves state-of-the-art results on common benchmarks (≈94.1% accuracy) and the Union14M-Benchmark (≈61.6% AVG) with efficient parameters, while providing insights through ablations and visualizations. This work advances robust STR by integrating local-pattern encoding with global distribution modeling, enabling better recognition of challenging, curved, or artistic text.
Abstract
Recently, scene text recognition (STR) models have shown significant performance improvements. However, existing models still encounter difficulties in recognizing challenging texts that involve factors such as severely distorted and perspective characters. These challenging texts mainly cause two problems: (1) Large Intra-Class Variance. (2) Small Inter-Class Variance. An extremely distorted character may prominently differ visually from other characters within the same category, while the variance between characters from different classes is relatively small. To address the above issues, we propose a novel method that enriches the character features to enhance the discriminability of characters. Firstly, we propose the Character-Aware Constraint Encoder (CACE) with multiple blocks stacked. CACE introduces a decay matrix in each block to explicitly guide the attention region for each token. By continuously employing the decay matrix, CACE enables tokens to perceive morphological information at the character level. Secondly, an Intra-Inter Consistency Loss (I^2CL) is introduced to consider intra-class compactness and inter-class separability at feature space. I^2CL improves the discriminative capability of features by learning a long-term memory unit for each character category. Trained with synthetic data, our model achieves state-of-the-art performance on common benchmarks (94.1% accuracy) and Union14M-Benchmark (61.6% accuracy). Code is available at https://github.com/bang123-box/CFE.
