CVJul 19, 2023

Towards Robust Scene Text Image Super-resolution via Explicit Location Enhancement

arXiv:2307.09749v224 citationsh-index: 47Has Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of enhancing low-resolution text images for better scene text recognition, which is incremental by focusing on location-based guidance to improve existing methods.

The paper tackles the problem of scene text image super-resolution (STISR) by explicitly modeling character regions to reduce background disturbance, resulting in improved image quality and downstream recognition accuracy, as demonstrated by superior performance on TextZoom and four benchmarks.

Scene text image super-resolution (STISR), aiming to improve image quality while boosting downstream scene text recognition accuracy, has recently achieved great success. However, most existing methods treat the foreground (character regions) and background (non-character regions) equally in the forward process, and neglect the disturbance from the complex background, thus limiting the performance. To address these issues, in this paper, we propose a novel method LEMMA that explicitly models character regions to produce high-level text-specific guidance for super-resolution. To model the location of characters effectively, we propose the location enhancement module to extract character region features based on the attention map sequence. Besides, we propose the multi-modal alignment module to perform bidirectional visual-semantic alignment to generate high-quality prior guidance, which is then incorporated into the super-resolution branch in an adaptive manner using the proposed adaptive fusion module. Experiments on TextZoom and four scene text recognition benchmarks demonstrate the superiority of our method over other state-of-the-art methods. Code is available at https://github.com/csguoh/LEMMA.

Code Implementations1 repo
Foundations

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

Your Notes