Gradient-Based Graph Attention for Scene Text Image Super-Resolution

Abstract

Scene text image super-resolution (STISR) in the wild has been shown to be beneficial to support improved vision-based text recognition from low-resolution imagery. An intuitive way to enhance STISR performance is to explore the well-structured and repetitive layout characteristics of text and exploit these as prior knowledge to guide model convergence. In this paper, we propose a novel gradient-based graph attention method to embed patch-wise text layout contexts into image feature representations for high-resolution text image reconstruction in an implicit and elegant manner. We introduce a non-local group-wise attention module to extract text features which are then enhanced by a cascaded channel attention module and a novel gradient-based graph attention module in order to obtain more effective representations by exploring correlations of regional and local patch-wise text layout properties. Extensive experiments on the benchmark TextZoom dataset convincingly demonstrate that our method supports excellent text recognition and outperforms the current state-of-the-art in STISR. The source code is available at https://github.com/xyzhu1/TSAN.

Cite

Text

Zhu et al. "Gradient-Based Graph Attention for Scene Text Image Super-Resolution." AAAI Conference on Artificial Intelligence, 2023. doi:10.1609/AAAI.V37I3.25499

Markdown

[Zhu et al. "Gradient-Based Graph Attention for Scene Text Image Super-Resolution." AAAI Conference on Artificial Intelligence, 2023.](https://mlanthology.org/aaai/2023/zhu2023aaai-gradient/) doi:10.1609/AAAI.V37I3.25499

BibTeX

@inproceedings{zhu2023aaai-gradient,
  title     = {{Gradient-Based Graph Attention for Scene Text Image Super-Resolution}},
  author    = {Zhu, Xiangyuan and Guo, Kehua and Fang, Hui and Ding, Rui and Wu, Zheng and Schaefer, Gerald},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2023},
  pages     = {3861-3869},
  doi       = {10.1609/AAAI.V37I3.25499},
  url       = {https://mlanthology.org/aaai/2023/zhu2023aaai-gradient/}
}