A Text Attention Network for Spatial Deformation Robust Scene Text Image Super-resolution
About
Scene text image super-resolution aims to increase the resolution and readability of the text in low-resolution images. Though significant improvement has been achieved by deep convolutional neural networks (CNNs), it remains difficult to reconstruct high-resolution images for spatially deformed texts, especially rotated and curve-shaped ones. This is because the current CNN-based methods adopt locality-based operations, which are not effective to deal with the variation caused by deformations. In this paper, we propose a CNN based Text ATTention network (TATT) to address this problem. The semantics of the text are firstly extracted by a text recognition module as text prior information. Then we design a novel transformer-based module, which leverages global attention mechanism, to exert the semantic guidance of text prior to the text reconstruction process. In addition, we propose a text structure consistency loss to refine the visual appearance by imposing structural consistency on the reconstructions of regular and deformed texts. Experiments on the benchmark TextZoom dataset show that the proposed TATT not only achieves state-of-the-art performance in terms of PSNR/SSIM metrics, but also significantly improves the recognition accuracy in the downstream text recognition task, particularly for text instances with multi-orientation and curved shapes. Code is available at https://github.com/mjq11302010044/TATT.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Scene Text Image Super-Resolution | TextZoom easy | PSNR24.72 | 20 | |
| Scene Text Image Super-Resolution | TextZoom hard | PSNR20.31 | 20 | |
| Scene Text Image Super-Resolution | TextZoom (medium) | PSNR19.02 | 20 | |
| Blind text image super-resolution | CTR-TSR synthetic (test) | PSNR24.87 | 16 | |
| Scene Text Recognition | TextZoom (medium) | ASTER Sequence Accuracy63.4 | 11 | |
| Scene Text Recognition | TextZoom hard | ASTER Score45.4 | 11 | |
| Scene Text Recognition | TextZoom (avg) | ASTER Score63.6 | 11 | |
| Scene Text Recognition | TextZoom easy | ASTER78.9 | 11 | |
| Scene Text Image Super-Resolution | TextZoom (average) | PSNR21.52 | 10 | |
| Blind text image super-resolution | RealCE x4 (test) | PSNR16.79 | 8 |