paper-with-me

홈 › Papers

Scene Text Image Super-Resolution via Content Perceptual Loss and Criss-Cross Transformer Blocks

2022-10-13 · Rui Qin, Bin Wang, Yu-Wing Tai

Text image super-resolution is a unique and important task to enhance readability of text images to humans. It is widely used as pre-processing in scene text recognition. However, due to the complex degradation in natural scenes, recovering high-resolution texts from the low-resolution inputs is ambiguous and challenging. Existing methods mainly leverage deep neural networks trained with pixel-wise losses designed for natural image reconstruction, which ignore the unique character characteristics of texts. A few works proposed content-based losses. However, they only focus on text recognizers' accuracy, while the reconstructed images may still be ambiguous to humans. Further, they often have weak generalizability to handle cross languages. To this end, we present TATSR, a Text-Aware Text Super-Resolution framework, which effectively learns the unique text characteristics using Criss-Cross Transformer Blocks (CCTBs) and a novel Content Perceptual (CP) Loss. The CCTB extracts vertical and horizontal content information from text images by two orthogonal transformers, respectively. The CP Loss supervises the text reconstruction with content semantics by multi-scale text recognition features, which effectively incorporates content awareness into the framework. Extensive experiments on various language datasets demonstrate that TATSR outperforms state-of-the-art methods in terms of both recognition accuracy and human perception.

📄 PDF Abstract BibTeX arXiv:2210.06924

Code (0)

등록된 구현이 없습니다.

Tasks

Image ReconstructionImage Super-ResolutionScene Text RecognitionSuper-Resolution

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Scene Text Telescope: Text-Focused Scene Image Super-Resolution

2021-06-19 · CVPR 2021 1 · Jingye Chen, Bin Li, xiangyang xue

Image super-resolution, which is often regarded as a preprocessing procedure of scene text recognition, aims to recover the realistic features from a low-resolution text image. It has always been challenging due to l…

Image Super-ResolutionOptical Character Recognition (OCR)PositionScene Text Recognition+1

TextSR: Content-Aware Text Super-Resolution Guided by Recognition

2019-09-16 · Wenjia Wang, Enze Xie, Peize Sun, Wenhai Wang 외

Scene text recognition has witnessed rapid development with the advance of convolutional neural networks. Nonetheless, most of the previous methods may not work well in recognizing text with low resolution which is often…

Scene Text RecognitionSuper-Resolution

Generator Pyramid for High-Resolution Image Inpainting

2020-12-04 · Leilei Cao, Tong Yang, Yixu Wang, Bo Yan 외

Inpainting high-resolution images with large holes challenges existing deep learning based image inpainting methods. We present a novel framework -- PyramidFill for high-resolution image inpainting task, which explicitly…

Image InpaintingTexture SynthesisVocal Bursts Intensity Prediction

Scene Text Image Super-Resolution in the Wild

2020-05-07 · ECCV 2020 8 · Wenjia Wang, Enze Xie, Xuebo Liu, Wenhai Wang 외

Low-resolution text images are often seen in natural scenes such as documents captured by mobile phones. Recognizing low-resolution text images is challenging because they lose detailed content information, leading to po…

Image Super-ResolutionSuper-Resolution

B-Spline Texture Coefficients Estimator for Screen Content Image Super-Resolution

2023-01-01 · CVPR 2023 1 · Byeonghyun Pak, Jaewon Lee, Kyong Hwan Jin

Screen content images (SCIs) include many informative components, e.g., texts and graphics. Such content creates sharp edges or homogeneous areas, making a pixel distribution of SCI different from the natural image. …

Image Super-ResolutionScene Text RecognitionSuper-Resolution