paper-with-me

Papers

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, Dahua Lin, Shenggao Zhu, Nicholas Yuan, Kai Ding, Lianwen Jin

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 usually incorporate detection and recognition simply by sharing the backbone, which does not directly take advantage of the feature interaction between the two tasks. In this paper, we propose a new end-to-end scene text spotting framework termed SwinTextSpotter. Using a transformer encoder with dynamic head as the detector, we unify the two tasks with a novel Recognition Conversion mechanism to explicitly guide text localization through recognition loss. The straightforward design results in a concise framework that requires neither additional rectification module nor character-level annotation for the arbitrarily-shaped text. Qualitative and quantitative experiments on multi-oriented datasets RoIC13 and ICDAR 2015, arbitrarily-shaped datasets Total-Text and CTW1500, and multi-lingual datasets ReCTS (Chinese) and VinText (Vietnamese) demonstrate SwinTextSpotter significantly outperforms existing methods. Code is available at https://github.com/mxin262/SwinTextSpotter.

📄 PDF Abstract BibTeX arXiv:2203.10209

Code (2)

mxin262/swintextspotter 공식 구현 pytorch
jacobtyo/swintextspotter pytorch

Tasks

Scene Text DetectionText DetectionText Spotting

Similar Papers 제목 키워드 기반

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

ESTextSpotter: Towards Better Scene Text Spotting with Explicit Synergy in Transformer

2023-08-20 · ICCV 2023 1 · Mingxin Huang, Jiaxin Zhang, Dezhi Peng, Hao Lu 외

In recent years, end-to-end scene text spotting approaches are evolving to the Transformer-based framework. While previous studies have shown the crucial importance of the intrinsic synergy between text detection and rec…

DecoderText DetectionText Spotting

SPTS v2: Single-Point Scene Text Spotting

2023-01-04 · Yuliang Liu, Jiaxin Zhang, Dezhi Peng, Mingxin Huang 외

End-to-end scene text spotting has made significant progress due to its intrinsic synergy between text detection and recognition. Previous methods commonly regard manual annotations such as horizontal rectangles, rotated…

DecoderText DetectionText Spotting

Turning a CLIP Model into a Scene Text Spotter

2023-08-21 · Wenwen Yu, Yuliang Liu, Xingkui Zhu, Haoyu Cao 외

We exploit the potential of the large-scale Contrastive Language-Image Pretraining (CLIP) model to enhance scene text detection and spotting tasks, transforming it into a robust backbone, FastTCM-CR50. This backbone util…

object-detectionObject DetectionOriented Object DetectionPrompt Learning+2

DeepSolo++: Let Transformer Decoder with Explicit Points Solo for Multilingual Text Spotting

2023-05-31 · Maoyuan Ye, Jing Zhang, Shanshan Zhao, Juhua Liu 외

End-to-end text spotting aims to integrate scene text detection and recognition into a unified framework. Dealing with the relationship between the two sub-tasks plays a pivotal role in designing effective spotters. Alth…

DecoderScene Text DetectionText DetectionText Spotting