paper-with-me

Papers

TextField: Learning A Deep Direction Field for Irregular Scene Text Detection

2018-12-04 · Yongchao Xu, Yukang Wang, Wei Zhou, Yongpan Wang, Zhibo Yang, Xiang Bai

Scene text detection is an important step of scene text reading system. The main challenges lie on significantly varied sizes and aspect ratios, arbitrary orientations and shapes. Driven by recent progress in deep learning, impressive performances have been achieved for multi-oriented text detection. Yet, the performance drops dramatically in detecting curved texts due to the limited text representation (e.g., horizontal bounding boxes, rotated rectangles, or quadrilaterals). It is of great interest to detect curved texts, which are actually very common in natural scenes. In this paper, we present a novel text detector named TextField for detecting irregular scene texts. Specifically, we learn a direction field pointing away from the nearest text boundary to each text point. This direction field is represented by an image of two-dimensional vectors and learned via a fully convolutional neural network. It encodes both binary text mask and direction information used to separate adjacent text instances, which is challenging for classical segmentation-based approaches. Based on the learned direction field, we apply a simple yet effective morphological-based post-processing to achieve the final detection. Experimental results show that the proposed TextField outperforms the state-of-the-art methods by a large margin (28% and 8%) on two curved text datasets: Total-Text and CTW1500, respectively, and also achieves very competitive performance on multi-oriented datasets: ICDAR 2015 and MSRA-TD500. Furthermore, TextField is robust in generalizing to unseen datasets. The code is available at https://github.com/YukangWang/TextField.

📄 PDF Abstract BibTeX arXiv:1812.01393

Code (1)

YukangWang/TextField 공식 구현

Tasks

Scene Text DetectionText Detection

Similar Papers 제목 키워드 기반

TextField3D: Towards Enhancing Open-Vocabulary 3D Generation with Noisy Text Fields

2023-09-29 · Tianyu Huang, Yihan Zeng, Bowen Dong, Hang Xu 외

Recent works learn 3D representation explicitly under text-3D guidance. However, limited text-3D data restricts the vocabulary scale and text control of generations. Generators may easily fall into a stereotype concept f…

3D Generation

Scene Text Recognition With Finer Grid Rectification

2020-01-26 · Gang Wang

Scene Text Recognition is a challenging problem because of irregular styles and various distortions. This paper proposed an end-to-end trainable model consists of a finer rectification module and a bidirectional attentio…

DecoderScene Text Recognition

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 …

Focus-Enhanced Scene Text Recognition with Deformable Convolutions

2019-08-29 · Linjie Deng, Yanxiang Gong, Xinchen Lu, Xin Yi 외

Recently, scene text recognition methods based on deep learning have sprung up in computer vision area. The existing methods achieved great performances, but the recognition of irregular text is still challenging due to …

Scene Text Recognition

Show, Attend and Read: A Simple and Strong Baseline for Irregular Text Recognition

2018-11-02 · Hui Li, Peng Wang, Chunhua Shen, Guyu Zhang

Recognizing irregular text in natural scene images is challenging due to the large variance in text appearance, such as curvature, orientation and distortion. Most existing approaches rely heavily on sophisticated model …

DecoderIrregular Text RecognitionOptical Character Recognition (OCR)Scene Text Recognition