CVAug 14, 2023

Towards Robust Real-Time Scene Text Detection: From Semantic to Instance Representation Learning

arXiv:2308.07202v123 citationsh-index: 79
Originality Incremental advance
AI Analysis

This work addresses robustness issues in real-time scene text detection for applications like autonomous driving and document analysis, representing an incremental improvement over existing segmentation-based methods.

The paper tackles the problem of false positives and instance adhesion in real-time scene text detection by proposing a representation learning approach with global-dense semantic contrast and top-down modeling, achieving 87.2% F-measure at 48.2 FPS on Total-Text and 89.6% F-measure at 36.9 FPS on MSRA-TD500.

Due to the flexible representation of arbitrary-shaped scene text and simple pipeline, bottom-up segmentation-based methods begin to be mainstream in real-time scene text detection. Despite great progress, these methods show deficiencies in robustness and still suffer from false positives and instance adhesion. Different from existing methods which integrate multiple-granularity features or multiple outputs, we resort to the perspective of representation learning in which auxiliary tasks are utilized to enable the encoder to jointly learn robust features with the main task of per-pixel classification during optimization. For semantic representation learning, we propose global-dense semantic contrast (GDSC), in which a vector is extracted for global semantic representation, then used to perform element-wise contrast with the dense grid features. To learn instance-aware representation, we propose to combine top-down modeling (TDM) with the bottom-up framework to provide implicit instance-level clues for the encoder. With the proposed GDSC and TDM, the encoder network learns stronger representation without introducing any parameters and computations during inference. Equipped with a very light decoder, the detector can achieve more robust real-time scene text detection. Experimental results on four public datasets show that the proposed method can outperform or be comparable to the state-of-the-art on both accuracy and speed. Specifically, the proposed method achieves 87.2% F-measure with 48.2 FPS on Total-Text and 89.6% F-measure with 36.9 FPS on MSRA-TD500 on a single GeForce RTX 2080 Ti GPU.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes