SOTAVerified

Character Region Awareness for Text Detection

2019-04-03CVPR 2019Code Available4· sign in to hype

Youngmin Baek, Bado Lee, Dongyoon Han, Sangdoo Yun, Hwalsuk Lee

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Scene text detection methods based on neural networks have emerged recently and have shown promising results. Previous methods trained with rigid word-level bounding boxes exhibit limitations in representing the text region in an arbitrary shape. In this paper, we propose a new scene text detection method to effectively detect text area by exploring each character and affinity between characters. To overcome the lack of individual character level annotations, our proposed framework exploits both the given character-level annotations for synthetic images and the estimated character-level ground-truths for real images acquired by the learned interim model. In order to estimate affinity between characters, the network is trained with the newly proposed representation for affinity. Extensive experiments on six benchmarks, including the TotalText and CTW-1500 datasets which contain highly curved texts in natural images, demonstrate that our character-level text detection significantly outperforms the state-of-the-art detectors. According to the results, our proposed method guarantees high flexibility in detecting complicated scene text images, such as arbitrarily-oriented, curved, or deformed texts.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ICDAR 2013CRAFTPrecision97.4Unverified
ICDAR 2015CRAFTF-Measure86.9Unverified
ICDAR 2017 MLTCRAFTPrecision80.6Unverified
MSRA-TD500CRAFTF-Measure82.9Unverified
SCUT-CTW1500CRAFTF-Measure83.5Unverified
Total-TextCRAFTF-Measure83.6Unverified

Reproductions