method: PMTD2019-04-30

Authors: Jingchao Liu, Xuebo Liu, Ding Liang

Description: Pyramid Mask Text Detector, see https://arxiv.org/abs/1903.11800 for detail.

method: SRCB_LSVT2019-04-29

Authors: Yi Yu, Haiyang Guo, Xiaobing Wang, Yingying Jiang

Description: We use Mask R-CNN for text detection in our submission, which extends Faster R-CNN by adding a branch for predicting an object mask in parallel with the existing branch for bounding box recognition. Mask R-CNN is simple to train and adds only a small overhead to Faster R-CNN. And Mask R-CNN is the state-of-the-art object detection framework now. Therefore, it is used here for text detection task. We use the Mask R-CNN in https://github.com/facebookresearch/Detectron and the backbone network is ResNext 101. Meanwhile, the object is text here and the number of classification classes is 2. Besides, polygon based NMS is used for post-processing to remove overlapped text regions.

method: Fudan-Supremind Detection2019-04-30

Authors: Yaowu Wei, Shangchao Su, Tairu Qiu, Xunyan Wang, Shaokang Lin, Zili Yi, Lei Deng, Mulin Xu, Jianqi Ma, Bin Li, Xiangyang Xue

Description: We propose a text segmentation algorithm based on Cascaded Mask-RCNN with deformable convolution and DenseASPP. And furthermore, we do some changes.

Ranking Table

Description Paper Source Code
DateMethodRecallPrecisionHmean
2019-04-30PMTD75.60%80.69%78.06%
2019-04-29SRCB_LSVT72.39%83.10%77.38%
2019-04-30Fudan-Supremind Detection73.90%77.63%75.72%
2019-04-30DMText_lsvt70.92%79.11%74.79%
2019-04-29test454.82%71.60%62.10%
2020-11-23hrnet_w40_casecade56.84%57.33%57.08%
2019-04-25AdvancedEast model with post processing43.20%52.52%47.41%

Ranking Graphic