paper-with-me

홈 › Papers

AE TextSpotter: Learning Visual and Linguistic Representation for Ambiguous Text Spotting

2020-08-03 · ECCV 2020 8 · Wenhai Wang, Xuebo Liu, Xiaozhong Ji, Enze Xie, Ding Liang, Zhibo Yang, Tong Lu, Chunhua Shen, Ping Luo

Scene text spotting aims to detect and recognize the entire word or sentence with multiple characters in natural images. It is still challenging because ambiguity often occurs when the spacing between characters is large or the characters are evenly spread in multiple rows and columns, making many visually plausible groupings of the characters (e.g. "BERLIN" is incorrectly detected as "BERL" and "IN" in Fig. 1(c)). Unlike previous works that merely employed visual features for text detection, this work proposes a novel text spotter, named Ambiguity Eliminating Text Spotter (AE TextSpotter), which learns both visual and linguistic features to significantly reduce ambiguity in text detection. The proposed AE TextSpotter has three important benefits. 1) The linguistic representation is learned together with the visual representation in a framework. To our knowledge, it is the first time to improve text detection by using a language model. 2) A carefully designed language module is utilized to reduce the detection confidence of incorrect text lines, making them easily pruned in the detection stage. 3) Extensive experiments show that AE TextSpotter outperforms other state-of-the-art methods by a large margin. For example, we carefully select a validation set of extremely ambiguous samples from the IC19-ReCTS dataset, where our approach surpasses other methods by more than 4%. The code has been released at https://github.com/whai362/AE_TextSpotter. The image list and evaluation scripts of the validation set have been released at https://github.com/whai362/TDA-ReCTS.

📄 PDF Abstract BibTeX arXiv:2008.00714

Code (2)

whai362/AE_TextSpotter 공식 구현 pytorch
whai362/TDA-ReCTS 공식 구현

Tasks

Language ModellingSentenceText DetectionText Spotting

Methods 이 논문이 사용한 방법론

AE An autoencoder is a type of artificial neural network used to learn efficient data codings in an unsupervised manner. The aim of an autoencoder is to learn a representation…

Similar Papers 제목 키워드 기반

FastTextSpotter: A High-Efficiency Transformer for Multilingual Scene Text Spotting

2024-08-27 · Alloy Das, Sanket Biswas, Umapada Pal, Josep Lladós 외

The proliferation of scene text in both structured and unstructured environments presents significant challenges in optical character recognition (OCR), necessitating more efficient and robust text spotting solutions. Th…

BenchmarkingDecoderOptical Character RecognitionOptical Character Recognition (OCR)+1

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 외

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…

Region ProposalText 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

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

TiCLS : Tightly Coupled Language Text Spotter

2026-02-03 · Leeje Jang, Yijun Lin, Yao-Yi Chiang, Jerod Weinman arxiv

Scene text spotting aims to detect and recognize text in real-world images, where instances are often short, fragmented, or visually ambiguous. Existing methods primarily rely on visual cues and implicitly capture local …

Text Spotting