English

You Only Recognize Once: Towards Fast Video Text Spotting

Computer Vision and Pattern Recognition 2021-10-26 v3

Abstract

Video text spotting is still an important research topic due to its various real-applications. Previous approaches usually fall into the four-staged pipeline: text detection in individual images, framewisely recognizing localized text regions, tracking text streams and generating final results with complicated post-processing skills, which might suffer from the huge computational cost as well as the interferences of low-quality text. In this paper, we propose a fast and robust video text spotting framework by only recognizing the localized text one-time instead of frame-wisely recognition. Specifically, we first obtain text regions in videos with a well-designed spatial-temporal detector. Then we concentrate on developing a novel text recommender for selecting the highest-quality text from text streams and only recognizing the selected ones. Here, the recommender assembles text tracking, quality scoring and recognition into an end-to-end trainable module, which not only avoids the interferences from low-quality text but also dramatically speeds up the video text spotting process. In addition, we collect a larger scale video text dataset (LSVTD) for promoting the video text spotting community, which contains 100 text videos from 22 different real-life scenarios. Extensive experiments on two public benchmarks show that our method greatly speeds up the recognition process averagely by 71 times compared with the frame-wise manner, and also achieves the remarkable state-of-the-art.

Keywords

Cite

@article{arxiv.1903.03299,
  title  = {You Only Recognize Once: Towards Fast Video Text Spotting},
  author = {Zhanzhan Cheng and Jing Lu and Yi Niu and Shiliang Pu and Fei Wu and Shuigeng Zhou},
  journal= {arXiv preprint arXiv:1903.03299},
  year   = {2021}
}

Comments

Accepted by ACM Multimedia 2019. Code is available at https://davar-lab.github.io/publication.html or https://github.com/hikopensource/DAVAR-Lab-OCR

R2 v1 2026-06-23T08:01:58.011Z