English
Related papers

Related papers: Contextual Text Block Detection towards Scene Text…

200 papers

Images with visual and scene text content are ubiquitous in everyday life. However, current image interpretation systems are mostly limited to using only the visual features, neglecting to leverage the scene text content. In this paper, we…

Computer Vision and Pattern Recognition · Computer Science 2021-08-03 Arka Ujjal Dey , Suman Kumar Ghosh , Ernest Valveny , Gaurav Harit

Existing scene text spotting (i.e., end-to-end text detection and recognition) methods rely on costly bounding box annotations (e.g., text-line, word-level, or character-level bounding boxes). For the first time, we demonstrate that…

Computer Vision and Pattern Recognition · Computer Science 2022-08-30 Dezhi Peng , Xinyu Wang , Yuliang Liu , Jiaxin Zhang , Mingxin Huang , Songxuan Lai , Shenggao Zhu , Jing Li , Dahua Lin , Chunhua Shen , Xiang Bai , Lianwen Jin

Recent models for cross-modal retrieval have benefited from an increasingly rich understanding of visual scenes, afforded by scene graphs and object interactions to mention a few. This has resulted in an improved matching between the visual…

Computer Vision and Pattern Recognition · Computer Science 2020-12-09 Andrés Mafla , Rafael Sampaio de Rezende , Lluís Gómez , Diane Larlus , Dimosthenis Karatzas

Driven by deep learning and the large volume of data, scene text recognition has evolved rapidly in recent years. Formerly, RNN-attention based methods have dominated this field, but suffer from the problem of \textit{attention drift} in…

Computer Vision and Pattern Recognition · Computer Science 2020-01-03 Zhaoyi Wan , Minghang He , Haoran Chen , Xiang Bai , Cong Yao

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…

Computer Vision and Pattern Recognition · Computer Science 2023-03-28 Wenwen Yu , Yuliang Liu , Wei Hua , Deqiang Jiang , Bo Ren , Xiang Bai

Scene text detection, an essential step of scene text recognition system, is to locate text instances in natural scene images automatically. Some recent attempts benefiting from Mask R-CNN formulate scene text detection task as an instance…

Computer Vision and Pattern Recognition · Computer Science 2019-03-29 Jingchao Liu , Xuebo Liu , Jie Sheng , Ding Liang , Xin Li , Qingjie Liu

Connectionist Temporal Classification (CTC) and attention mechanism are two main approaches used in recent scene text recognition works. Compared with attention-based methods, CTC decoder has a much shorter inference time, yet a lower…

Computer Vision and Pattern Recognition · Computer Science 2020-02-05 Wenyang Hu , Xiaocong Cai , Jun Hou , Shuai Yi , Zhiping Lin

Numerous scene text detection methods have been proposed in recent years. Most of them declare they have achieved state-of-the-art performances. However, the performance comparison is unfair, due to lots of inconsistent settings (e.g.,…

Computer Vision and Pattern Recognition · Computer Science 2021-07-27 Pengwen Dai , Xiaochun Cao

Text detection in the wild is a well-known problem that becomes more challenging while handling multiple scripts. In the last decade, some scripts have gained the attention of the research community and achieved good detection performance.…

Computer Vision and Pattern Recognition · Computer Science 2023-08-01 Prateek Keserwani , Taveena Lotey , Rohit Keshari , Partha Pratim Roy

Text detection in natural scene images is an important prerequisite for many content-based image analysis tasks. In this paper, we propose an accurate and robust method for detecting texts in natural scene images. A fast and effective…

Computer Vision and Pattern Recognition · Computer Science 2014-06-23 Xu-Cheng Yin , Xuwang Yin , Kaizhu Huang , Hong-Wei Hao

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 simply by sharing the…

Computer Vision and Pattern Recognition · Computer Science 2025-04-09 Mingxin Huang , Dezhi Peng , Hongliang Li , Zhenghao Peng , Chongyu Liu , Dahua Lin , Yuliang Liu , Xiang Bai , Lianwen Jin

It is crucial to understand the robustness of text detection models with regard to extensive corruptions, since scene text detection techniques have many practical applications. For systematically exploring this problem, we propose two…

Computer Vision and Pattern Recognition · Computer Science 2021-10-13 Shilian Wu , Wei Zhai , Yongrui Li , Kewei Wang , Zengfu Wang

Scene text detection has witnessed rapid development in recent years. However, there still exists two main challenges: 1) many methods suffer from false positives in their text representations; 2) the large scale variance of scene texts…

Computer Vision and Pattern Recognition · Computer Science 2020-04-13 Yuxin Wang , Hongtao Xie , Zhengjun Zha , Mengting Xing , Zilong Fu , Yongdong Zhang

Many tasks are related to determining if a particular text string exists in an image. In this work, we propose a new framework that learns this task in an end-to-end way. The framework takes an image and a text string as input and then…

Computer Vision and Pattern Recognition · Computer Science 2018-11-20 Dafang He , Yeqing Li , Alexander Gorban , Derrall Heath , Julian Ibarz , Qian Yu , Daniel Kifer , C. Lee Giles

A novel framework named Markov Clustering Network (MCN) is proposed for fast and robust scene text detection. MCN predicts instance-level bounding boxes by firstly converting an image into a Stochastic Flow Graph (SFG) and then performing…

Computer Vision and Pattern Recognition · Computer Science 2018-05-23 Zichuan Liu , Guosheng Lin , Sheng Yang , Jiashi Feng , Weisi Lin , Wang Ling Goh

Reading text in real-world scenarios often requires understanding the context surrounding it, especially when dealing with poor-quality text. However, current scene text recognizers are unaware of the bigger picture as they operate on…

Computer Vision and Pattern Recognition · Computer Science 2023-07-25 Aviad Aberdam , David Bensaïd , Alona Golts , Roy Ganz , Oren Nuriel , Royee Tichauer , Shai Mazor , Ron Litman

In this paper, we propose a pixel-wise method named TextCohesion for scene text detection, which splits a text instance into five key components: a Text Skeleton and four Directional Pixel Regions. These components are easier to handle than…

Computer Vision and Pattern Recognition · Computer Science 2019-05-01 Weijia Wu , Jici Xing , Hong Zhou

Most text detection methods hypothesize texts are horizontal or multi-oriented and thus define quadrangles as the basic detection unit. However, text in the wild is usually perspectively distorted or curved, which can not be easily tackled…

Computer Vision and Pattern Recognition · Computer Science 2019-01-03 Jiaming Liu , Chengquan Zhang , Yipeng Sun , Junyu Han , Errui Ding

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 utilizes visual prompt…

Computer Vision and Pattern Recognition · Computer Science 2023-08-22 Wenwen Yu , Yuliang Liu , Xingkui Zhu , Haoyu Cao , Xing Sun , Xiang Bai

Unifying text detection and text recognition in an end-to-end training fashion has become a new trend for reading text in the wild, as these two tasks are highly relevant and complementary. In this paper, we investigate the problem of scene…

Computer Vision and Pattern Recognition · Computer Science 2019-08-23 Minghui Liao , Pengyuan Lyu , Minghang He , Cong Yao , Wenhao Wu , Xiang Bai