paper-with-me

홈 › Papers

Boosting Semi-Supervised Scene Text Recognition via Viewing and Summarizing

2024-11-23 · Yadong Qu, Yuxin Wang, Bangbang Zhou, Zixiao Wang, Hongtao Xie, Yongdong Zhang

Existing scene text recognition (STR) methods struggle to recognize challenging texts, especially for artistic and severely distorted characters. The limitation lies in the insufficient exploration of character morphologies, including the monotonousness of widely used synthetic training data and the sensitivity of the model to character morphologies. To address these issues, inspired by the human learning process of viewing and summarizing, we facilitate the contrastive learning-based STR framework in a self-motivated manner by leveraging synthetic and real unlabeled data without any human cost. In the viewing process, to compensate for the simplicity of synthetic data and enrich character morphology diversity, we propose an Online Generation Strategy to generate background-free samples with diverse character styles. By excluding background noise distractions, the model is encouraged to focus on character morphology and generalize the ability to recognize complex samples when trained with only simple synthetic data. To boost the summarizing process, we theoretically demonstrate the derivation error in the previous character contrastive loss, which mistakenly causes the sparsity in the intra-class distribution and exacerbates ambiguity on challenging samples. Therefore, a new Character Unidirectional Alignment Loss is proposed to correct this error and unify the representation of the same characters in all samples by aligning the character features in the student model with the reference features in the teacher model. Extensive experiment results show that our method achieves SOTA performance (94.7\% and 70.9\% average accuracy on common benchmarks and Union14M-Benchmark). Code will be available at https://github.com/qqqyd/ViSu.

📄 PDF Abstract BibTeX arXiv:2411.15585

Code (1)

qqqyd/visu 공식 구현 pytorch

Tasks

Contrastive LearningScene Text RecognitionVisu

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

SEE: Towards Semi-SupervisedEnd-to-End Scene Text Recognition

2017-12-14 · AAAI 2017 12 · Christian Bartz, Haojin Yang, Christoph Meinel

Detecting and recognizing text in natural scene images is a challenging, yet not completely solved task. In recent years several new systems that try to solve at least one of the two sub-tasks (text detection and text re…

Optical Character Recognition (OCR)Scene Text DetectionScene Text RecognitionText Detection

SEE: Towards Semi-Supervised End-to-End Scene Text Recognition

2017-12-14 · Christian Bartz, Haojin Yang, Christoph Meinel

Detecting and recognizing text in natural scene images is a challenging, yet not completely solved task. In recent years several new systems that try to solve at least one of the two sub-tasks (text detection and text re…

Scene Text DetectionScene Text RecognitionText Detection

Multimodal Semi-Supervised Learning for Text Recognition

2022-05-08 · Aviad Aberdam, Roy Ganz, Shai Mazor, Ron Litman

Until recently, the number of public real-world text images was insufficient for training scene text recognizers. Therefore, most modern training methods rely on synthetic data and operate in a fully supervised manner. N…

Language ModellingRepresentation LearningScene Text RecognitionSelf-Supervised Learning

Fast and Scalable Training of Semi-Supervised CRFs with Application to Activity Recognition

2007-12-01 · NeurIPS 2007 12 · Maryam Mahdaviani, Tanzeem Choudhury

We present a new and efficient semi-supervised training method for parameter estimation and feature selection in conditional random fields (CRFs). In real-world applications such as activity recognition, unlabeled sensor…

Activity Recognitionfeature selectionparameter estimation

SemiETS: Integrating Spatial and Content Consistencies for Semi-Supervised End-to-end Text Spotting

2025-04-14 · CVPR 2025 1 · Dongliang Luo, Hanshen Zhu, Ziyang Zhang, Dingkang Liang 외

Most previous scene text spotting methods rely on high-quality manual annotations to achieve promising performance. To reduce their expensive costs, we study semi-supervised text spotting (SSTS) to exploit useful informa…

Domain AdaptationText DetectionText Spotting