paper-with-me

홈 › Papers

ASTER: An Attentional Scene Text Recognizer with Flexible Rectification

2018-06-25 · good 2018 6 · Baoguang Shi, Mingkun Yang, Xinggang Wang, Pengyuan Lyu, Cong Yao, and Xiang Bai

SCENE text recognition has attracted great interest from the academia and the industry in recent years owing to its importance in a wide range of applications. Despite the maturity of Optical Character Recognition (OCR) systems dedicated to document text, scene text recognition remains a challenging problem. The large variations in background, appearance, and layout pose significant challenges, which the traditional OCR methods cannot handle effectively. Recent advances in scene text recognition are driven by the success of deep learning-based recognition models. Among them are methods that recognize text by characters using convolutional neural networks (CNN), methods that classify words with CNNs [24], [26], and methods that recognize character sequences using a combination of a CNN and a recurrent neural network (RNN) [54]. In spite of their success, these methods do not explicitly address the problem of irregular text, which is text that is not horizontal and frontal, has curved layout, etc. Instances of irregular text frequently appear in natural scenes. As exemplified in Figure 1, typical cases include oriented text, perspective text [49], and curved text. Designed without the invariance to such irregularities, previous methods often struggle in recognizing such text instances.

📄 PDF Abstract BibTeX

Code (4)

Media-Smart/vedastr pytorch
ayumiymk/aster.pytorch pytorch
bgshih/aster tf
topdu/openocr pytorch

Tasks

Optical Character RecognitionOptical Character Recognition (OCR)Scene Text Recognition

Similar Papers 제목 키워드 기반

2D Attentional Irregular Scene Text Recognizer

2019-06-13 · Pengyuan Lyu, Zhicheng Yang, Xinhang Leng, Xiao-Jun Wu 외

Irregular scene text, which has complex layout in 2D space, is challenging to most previous scene text recognizers. Recently, some irregular scene text recognizers either rectify the irregular text to regular text image …

SCATTER: Selective Context Attentional Scene Text Recognizer

2020-03-25 · CVPR 2020 6 · Ron Litman, Oron Anschel, Shahar Tsiper, Roee Litman 외

Scene Text Recognition (STR), the task of recognizing text against complex image backgrounds, is an active area of research. Current state-of-the-art (SOTA) methods still struggle to recognize text written in arbitrary s…

Irregular Text RecognitionScene Text Recognition

MASTER: Multi-Aspect Non-local Network for Scene Text Recognition

2019-10-07 · Ning Lu, Wenwen Yu, Xianbiao Qi, Yihao Chen 외

Attention-based scene text recognizers have gained huge success, which leverages a more compact intermediate representation to learn 1d- or 2d- attention by a RNN-based encoder-decoder architecture. However, such methods…

DecoderScene Text Recognition

TPS++: Attention-Enhanced Thin-Plate Spline for Scene Text Recognition

2023-05-09 · Tianlun Zheng, Zhineng Chen, Jinfeng Bai, Hongtao Xie 외

Text irregularities pose significant challenges to scene text recognizers. Thin-Plate Spline (TPS)-based rectification is widely regarded as an effective means to deal with them. Currently, the calculation of TPS transfo…

Optical Character Recognition (OCR)Scene Text Recognition

TextBoxes: A Fast Text Detector with a Single Deep Neural Network

2016-11-21 · Minghui Liao, Baoguang Shi, Xiang Bai, Xinggang Wang 외

This paper presents an end-to-end trainable fast scene text detector, named TextBoxes, which detects scene text with both high accuracy and efficiency in a single network forward pass, involving no post-process except fo…