paper-with-me

Papers

I3CL:Intra- and Inter-Instance Collaborative Learning for Arbitrary-shaped Scene Text Detection

2021-08-03 · Bo Du, Jian Ye, Jing Zhang, Juhua Liu, DaCheng Tao

Existing methods for arbitrary-shaped text detection in natural scenes face two critical issues, i.e., 1) fracture detections at the gaps in a text instance; and 2) inaccurate detections of arbitrary-shaped text instances with diverse background context. To address these issues, we propose a novel method named Intra- and Inter-Instance Collaborative Learning (I3CL). Specifically, to address the first issue, we design an effective convolutional module with multiple receptive fields, which is able to collaboratively learn better character and gap feature representations at local and long ranges inside a text instance. To address the second issue, we devise an instance-based transformer module to exploit the dependencies between different text instances and a global context module to exploit the semantic context from the shared background, which are able to collaboratively learn more discriminative text feature representation. In this way, I3CL can effectively exploit the intra- and inter-instance dependencies together in a unified end-to-end trainable framework. Besides, to make full use of the unlabeled data, we design an effective semi-supervised learning method to leverage the pseudo labels via an ensemble strategy. Without bells and whistles, experimental results show that the proposed I3CL sets new state-of-the-art results on three challenging public benchmarks, i.e., an F-measure of 77.5% on ICDAR2019-ArT, 86.9% on Total-Text, and 86.4% on CTW-1500. Notably, our I3CL with the ResNeSt-101 backbone ranked 1st place on the ICDAR2019-ArT leaderboard. The source code will be available at https://github.com/ViTAE-Transformer/ViTAE-Transformer-Scene-Text-Detection.

📄 PDF Abstract BibTeX arXiv:2108.01343

Code (1)

vitae-transformer/vitae-transformer-scene-text-detection 공식 구현

Tasks

Scene Text DetectionText Detection

Similar Papers 제목 키워드 기반

Which and Where to Focus: A Simple yet Accurate Framework for Arbitrary-Shaped Nearby Text Detection in Scene Images

2021-09-08 · Youhui Guo, Yu Zhou, Xugong Qin, Weiping Wang

Scene text detection has drawn the close attention of researchers. Though many methods have been proposed for horizontal and oriented texts, previous methods may not perform well when dealing with arbitrary-shaped texts …

Scene Text DetectionText Detection

A Feasible Framework for Arbitrary-Shaped Scene Text Recognition

2019-12-10 · Jinjin Zhang, Wei Wang, Di Huang, Qingjie Liu 외

Deep learning based methods have achieved surprising progress in Scene Text Recognition (STR), one of classic problems in computer vision. In this paper, we propose a feasible framework for multi-lingual arbitrary-shaped…

Instance SegmentationLanguage ModelingLanguage ModellingScene Text Recognition+3

Fourier Contour Embedding for Arbitrary-Shaped Text Detection

2021-04-21 · CVPR 2021 2021 4 · Yiqin Zhu, Jianyong Chen, Lingyu Liang, Zhanghui Kuang 외

One of the main challenges for arbitrary-shaped text detection is to design a good text instance representation that allows networks to learn diverse text geometry variances. Most of existing methods model text instances…

Scene Text DetectionText Detection

All You Need is a Second Look: Towards Arbitrary-Shaped Text Detection

2021-06-24 · Meng Cao, Can Zhang, Dongming Yang, Yuexian Zou

Arbitrary-shaped text detection is a challenging task since curved texts in the wild are of the complex geometric layouts. Existing mainstream methods follow the instance segmentation pipeline to obtain the text regions.…

AllInstance SegmentationSegmentationSemantic Segmentation+1

BiP-Net: Bidirectional Perspective Strategy based Arbitrary-Shaped Text Detection Network

2021-04-11 · Chuang Yang, Mulin Chen, Yuan Yuan, Qi Wang

Detecting irregular-shaped text instances is the main challenge for text detection. Existing approaches can be roughly divided into top-down and bottom-up perspective methods. The former encodes text contours into unifie…

Object DetectionText Detection