paper-with-me

Papers

Mask TextSpotter v3: Segmentation Proposal Network for Robust Scene Text Spotting

2020-07-18 · ECCV 2020 8 · Minghui Liao, Guan Pang, Jing Huang, Tal Hassner, Xiang Bai

Recent end-to-end trainable methods for scene text spotting, integrating detection and recognition, showed much progress. However, most of the current arbitrary-shape scene text spotters use region proposal networks (RPN) to produce proposals. RPN relies heavily on manually designed anchors and its proposals are represented with axis-aligned rectangles. The former presents difficulties in handling text instances of extreme aspect ratios or irregular shapes, and the latter often includes multiple neighboring instances into a single proposal, in cases of densely oriented text. To tackle these problems, we propose Mask TextSpotter v3, an end-to-end trainable scene text spotter that adopts a Segmentation Proposal Network (SPN) instead of an RPN. Our SPN is anchor-free and gives accurate representations of arbitrary-shape proposals. It is therefore superior to RPN in detecting text instances of extreme aspect ratios or irregular shapes. Furthermore, the accurate proposals produced by SPN allow masked RoI features to be used for decoupling neighboring text instances. As a result, our Mask TextSpotter v3 can handle text instances of extreme aspect ratios or irregular shapes, and its recognition accuracy won't be affected by nearby text or background noise. Specifically, we outperform state-of-the-art methods by 21.9 percent on the Rotated ICDAR 2013 dataset (rotation robustness), 5.9 percent on the Total-Text dataset (shape robustness), and achieve state-of-the-art performance on the MSRA-TD500 dataset (aspect ratio robustness). Code is available at: https://github.com/MhLiao/MaskTextSpotterV3

📄 PDF Abstract BibTeX arXiv:2007.09482

Code (1)

MhLiao/MaskTextSpotterV3 공식 구현 pytorch

Tasks

Region ProposalText Spotting

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…

Similar Papers 제목 키워드 기반

Mask TextSpotter: An End-to-End Trainable Neural Network for Spotting Text with Arbitrary Shapes

2019-08-22 · ECCV 2018 9 · Minghui Liao, Pengyuan Lyu, Minghang He, Cong Yao 외

Unifying text detection and text recognition in an end-to-end training fashion has become a new trend for reading text in the wild, as these two tasks are highly relevant and complementary. In this paper, we investigate …

Scene Text RecognitionSemantic SegmentationText DetectionText Spotting

Mask TextSpotter: An End-to-End Trainable Neural Network for Spotting Text with Arbitrary Shapes

2018-07-06 · ECCV 2018 9 · Pengyuan Lyu, Minghui Liao, Cong Yao, Wenhao Wu 외

Recently, models based on deep neural networks have dominated the fields of scene text detection and recognition. In this paper, we investigate the problem of scene text spotting, which aims at simultaneous text detectio…

Scene Text DetectionSemantic SegmentationText DetectionText Spotting

CentripetalText: An Efficient Text Instance Representation for Scene Text Detection

2021-07-13 · NeurIPS 2021 12 · Tao Sheng, Jie Chen, Zhouhui Lian

Scene text detection remains a grand challenge due to the variation in text curvatures, orientations, and aspect ratios. One of the hardest problems in this task is how to represent text instances of arbitrary shapes. Al…

regressionScene Text DetectionScene Text RecognitionText Detection

SwinTextSpotter: Scene Text Spotting via Better Synergy between Text Detection and Text Recognition

2022-03-19 · CVPR 2022 1 · Mingxin Huang, Yuliang Liu, Zhenghao Peng, Chongyu Liu 외

End-to-end scene text spotting has attracted great attention in recent years due to the success of excavating the intrinsic synergy of the scene text detection and recognition. However, recent state-of-the-art methods us…

Scene Text DetectionText DetectionText Spotting

SwinTextSpotter v2: Towards Better Synergy for Scene Text Spotting

2024-01-15 · Mingxin Huang, Dezhi Peng, Hongliang Li, Zhenghao Peng 외

End-to-end scene text spotting, which aims to read the text in natural images, has garnered significant attention in recent years. However, recent state-of-the-art methods usually incorporate detection and recognition si…

Text DetectionText Spotting