paper-with-me

홈 › 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 large variations in text shapes, fonts, backgrounds, etc. However, most existing methods employ generic super-resolution frameworks to handle scene text images while ignoring text-specific properties such as text-level layouts and character-level details. In this paper, we establish a text-focused super-resolution framework, called Scene Text Telescope (STT). In terms of text-level layouts, we propose a Transformer-Based Super-Resolution Network (TBSRN) containing a Self-Attention Module to extract sequential information, which is robust to tackle the texts in arbitrary orientations. In terms of character-level details, we propose a Position-Aware Module and a Content-Aware Module to highlight the position and the content of each character. By observing that some characters look indistinguishable in low-resolution conditions, we use a weighted cross-entropy loss to tackle this problem. We conduct extensive experiments, including text recognition with pre-trained recognizers and image quality evaluation, on TextZoom and several scene text recognition benchmarks to assess the super-resolution images. The experimental results show that our STT can indeed generate text-focused super-resolution images and outperform the existing methods in terms of recognition accuracy.

📄 PDF Abstract BibTeX

Code (1)

FudanVI/FudanOCR/tree/main/scene-text-telescope 공식 구현 pytorch

Tasks

Image Super-ResolutionOptical Character Recognition (OCR)PositionScene Text RecognitionSuper-Resolution

Similar Papers 제목 키워드 기반

Tell Me Where I Am: Object-Level Scene Context Prediction

2019-06-01 · CVPR 2019 6 · Xiaotian Qiao, Quanlong Zheng, Ying Cao, Rynson W.H. Lau

Contextual information has been shown to be effective in helping solve various image understanding tasks. Previous works have focused on the extraction of contextual information from an image and use it to infer the prop…

Scene Recognition

A3S: Adversarial learning of semantic representations for Scene-Text Spotting

2023-02-21 · Masato Fujitake

Scene-text spotting is a task that predicts a text area on natural scene images and recognizes its text characters simultaneously. It has attracted much attention in recent years due to its wide applications. Existing re…

Text Spotting

FACLSTM: ConvLSTM with Focused Attention for Scene Text Recognition

2019-04-20 · Qingqing Wang, Wenjing Jia, Xiangjian He, Yue Lu 외

Scene text recognition has recently been widely treated as a sequence-to-sequence prediction problem, where traditional fully-connected-LSTM (FC-LSTM) has played a critical role. Due to the limitation of FC-LSTM, existin…

PredictionScene Text Recognition

Incidental Scene Text Understanding: Recent Progresses on ICDAR 2015 Robust Reading Competition Challenge 4

2015-11-30 · Cong Yao, Jia-Nan Wu, Xinyu Zhou, Chi Zhang 외

Different from focused texts present in natural images, which are captured with user's intention and intervention, incidental texts usually exhibit much more diversity, variability and complexity, thus posing significant…

DiversityScene Text DetectionText Detection

JSTR: Judgment Improves Scene Text Recognition

2024-04-09 · Masato Fujitake

In this paper, we present a method for enhancing the accuracy of scene text recognition tasks by judging whether the image and text match each other. While previous studies focused on generating the recognition results f…

Scene Text Recognition