method: Sogou_MM2018-09-16

Authors: Hang Yang,Bin Li

Description: Global Concatenating Feature Enhancement for Text Detection

method: PATech-AILab2018-08-27

Authors: Yayun Ji, Xinghua Zhu, Zhenhou Hong, Jianzong Wang, Jing Xiao.

Description: Instance segmentation based, use multiple data augmentation methods.

method: Foo & Bar2017-07-01

Authors: Zheqi He, Yongtao Wang

Description: An improvement of Faster RCNN to meet the requirement of detecting quadrilateral object like text. The bounding box regression layer is replaced with a quadrangle regression layer, and the regression target and the loss function are modified accordingly. ResNet-152 is used as base net. To incorporate ResNet-152 and Faster R-CNN, conv4 x and conv5 x are disconnected from ResNet-152, the downsampling of conv4 x is removed and the region
proposal network (RPN) and RoIPooling are inserted between them. The network first processes the whole image to produce a convolutional feature map. This map is used as the input of RPN to generate regions of interest (RoIs), each with an objectness score. These RoIs and the feature map generated by conv4 x are fed to the RoiPooling layer in order to get the fixed-size feature map. This feature map is fed to several convolutional layers
(conv5 x). Conv5 x and layers after it play the roles of fully connected layers commonly seen in VGG networks, they calculate the feature map of each RoI and these feature map is pooled by a global average pooling (GAP). Finally, the output of GAP is fed into two sibling output layers: a classification layer to get the label of each ROI, and a quadrangle
regression layer that outputs 8 real-valued numbers for each RoI, each set of 8 values encodes the coordinates of the vertices of the text region. The method is implemented under TensorFlow. The detection network is pre-trained on imagenet, no any other additional data was used.

Ranking Table

Description Paper Source Code
DateMethodAverage PrecisionHmeanRecallPrecision
2018-09-16Sogou_MM69.15%3.33%95.41%1.69%
2018-08-27PATech-AILab68.61%2.81%93.34%1.43%
2017-07-01Foo & Bar67.16%5.95%83.66%3.08%
2017-06-30SRC-B-MachineLearningLab66.30%3.08%83.30%1.57%
2017-06-29CCFLAB64.67%3.19%82.15%1.63%
2017-11-04SSD62.07%3.73%82.26%1.91%
2017-06-29Tencent-DPPR Team & USTB-PRIR61.95%40.30%74.98%27.56%
2019-12-04Test-Msk_v259.23%63.82%68.71%59.59%
2017-10-10TextNetwork52.59%53.89%68.57%44.39%
2017-06-30UM51.01%55.11%65.47%47.58%
2017-06-30HappyCCL49.57%53.04%64.82%44.88%
2017-06-29Text_Detection_DL48.90%61.35%61.81%60.90%
2017-06-30SCUT-DLVClab48.76%42.04%62.58%31.65%
2017-06-28SARI_FDU_RRPN46.16%43.65%63.23%33.33%
2017-07-01SCUT-DLVClab-HuangGroup 41.79%22.89%57.53%14.29%
2017-06-30BRTRS-Detection41.21%49.69%54.56%45.62%
2017-10-26EPTN-SJTU33.75%58.08%54.31%62.42%
2017-10-26FTDN-SJTU32.04%56.39%55.23%57.61%
2017-06-29TextFCN29.57%26.83%43.78%19.35%
2017-10-11TextFCN V228.34%30.11%43.31%23.08%
2017-10-06SSD (Sravya)6.26%19.98%13.44%38.96%
2017-06-22CNN-LSTM based text detection6.19%15.92%20.52%13.00%
2017-06-29RFCN3.41%10.77%7.56%18.68%
2017-06-30Cas-hoteye0.26%3.40%4.96%2.58%

Ranking Graphic

Ranking Graphic