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.

method: DMText_lsvt2019-04-30

Authors: Pei Xu, Shan Huang. (Tencent)

Description: This is an instance segmentation based method. We segment the text polygons from region proposals. In the training process, We first train on images synthesized by the method of VGG-synthtext, and then fine tune on the LSVT training images. In the post-processing, we adopt NMS and filter out those polygons with low scores.

Ranking Table

Description Paper Source Code
DateMethodRecallPrecisionHmean
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-26baseline_polygon_0.770.99%78.75%74.66%
2019-04-30TMIS68.67%74.37%71.40%
2019-04-29test454.82%71.60%62.10%
2019-04-26PSENet_v259.22%64.65%61.81%
2020-11-23hrnet_w40_casecade56.84%57.33%57.08%
2019-04-30CRAFT51.34%55.59%53.38%
2022-03-03db45.19%59.56%51.39%

Ranking Graphic