# Turning a CLIP Model into a Scene Text Detector

**Authors:** Wenwen Yu, Yuliang Liu, Wei Hua, Deqiang Jiang, Bo Ren, Xiang Bai

arXiv: 2302.14338 · 2023-03-28

## TL;DR

This paper introduces TCM, a novel approach that leverages the CLIP model directly for scene text detection, enhancing few-shot learning and domain adaptation without additional pretraining.

## Contribution

It presents a new method to turn CLIP into a scene text detector, improving existing methods' performance and adaptability with minimal labeled data.

## Key findings

- Significant performance boost with 10% labeled data (22% F-measure increase).
- Enhanced domain adaptation capabilities.
- Applicable to improve existing scene text detectors.

## Abstract

The recent large-scale Contrastive Language-Image Pretraining (CLIP) model has shown great potential in various downstream tasks via leveraging the pretrained vision and language knowledge. Scene text, which contains rich textual and visual information, has an inherent connection with a model like CLIP. Recently, pretraining approaches based on vision language models have made effective progresses in the field of text detection. In contrast to these works, this paper proposes a new method, termed TCM, focusing on Turning the CLIP Model directly for text detection without pretraining process. We demonstrate the advantages of the proposed TCM as follows: (1) The underlying principle of our framework can be applied to improve existing scene text detector. (2) It facilitates the few-shot training capability of existing methods, e.g., by using 10% of labeled data, we significantly improve the performance of the baseline method with an average of 22% in terms of the F-measure on 4 benchmarks. (3) By turning the CLIP model into existing scene text detection methods, we further achieve promising domain adaptation ability. The code will be publicly released at https://github.com/wenwenyu/TCM.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/2302.14338/full.md

## Figures

21 figures with captions in the complete paper: https://tomesphere.com/paper/2302.14338/full.md

## References

60 references — full list in the complete paper: https://tomesphere.com/paper/2302.14338/full.md

---
Source: https://tomesphere.com/paper/2302.14338