Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

ABCNet v2: Adaptive Bezier-Curve Network for Real-time End-to-end Text Spotting

About

End-to-end text-spotting, which aims to integrate detection and recognition in a unified framework, has attracted increasing attention due to its simplicity of the two complimentary tasks. It remains an open problem especially when processing arbitrarily-shaped text instances. Previous methods can be roughly categorized into two groups: character-based and segmentation-based, which often require character-level annotations and/or complex post-processing due to the unstructured output. Here, we tackle end-to-end text spotting by presenting Adaptive Bezier Curve Network v2 (ABCNet v2). Our main contributions are four-fold: 1) For the first time, we adaptively fit arbitrarily-shaped text by a parameterized Bezier curve, which, compared with segmentation-based methods, can not only provide structured output but also controllable representation. 2) We design a novel BezierAlign layer for extracting accurate convolution features of a text instance of arbitrary shapes, significantly improving the precision of recognition over previous methods. 3) Different from previous methods, which often suffer from complex post-processing and sensitive hyper-parameters, our ABCNet v2 maintains a simple pipeline with the only post-processing non-maximum suppression (NMS). 4) As the performance of text recognition closely depends on feature alignment, ABCNet v2 further adopts a simple yet effective coordinate convolution to encode the position of the convolutional filters, which leads to a considerable improvement with negligible computation overhead. Comprehensive experiments conducted on various bilingual (English and Chinese) benchmark datasets demonstrate that ABCNet v2 can achieve state-of-the-art performance while maintaining very high efficiency.

Yuliang Liu, Chunhua Shen, Lianwen Jin, Tong He, Peng Chen, Chongyu Liu, Hao Chen• 2021

Related benchmarks

TaskDatasetResultRank
Text DetectionICDAR 2015
Precision90.4
171
Text DetectionCTW1500 (test)
Precision85.6
157
Text DetectionTotal-Text
Recall84.1
139
Text DetectionTotal-Text (test)
F-Measure87
126
Text DetectionICDAR 2015 (test)
F1 Score88.1
108
Scene Text DetectionTotalText (test)
Recall84.1
106
Scene Text SpottingTotal-Text (test)
F-measure (None)73.5
105
Text DetectionMSRA-TD500
Precision89.4
84
End-to-End Text SpottingICDAR 2015
Strong Score85.4
80
Text DetectionCTW1500
F-measure84.7
70
Showing 10 of 30 rows

Other info

Code

Follow for update