🤖 AI Summary
Natural scene text detection faces challenges including difficulty in recognizing multilingual scripts and arbitrarily shaped (e.g., curved) text, as well as insufficient semantic richness in visual cues. To address these, we propose a semantic-aware vision-language detection framework: it leverages the CLIP pre-trained model and an Asymptotic Feature Pyramid Network (AFPN) to construct multi-scale visual representations; introduces a text-to-pixel contrastive learning mechanism and a language-vision decoder that employs cross-attention for fine-grained cross-modal semantic alignment. This work is the first to incorporate strong linguistic semantics into end-to-end text detection, significantly enhancing robustness for complex scripts and curved text. Our method achieves state-of-the-art F-scores of 84.8% on MLT-2019 and 90.2% on CTW1500, surpassing prior approaches.
📝 Abstract
Detecting text in natural scenes remains challenging, particularly for diverse scripts and arbitrarily shaped instances where visual cues alone are often insufficient. Existing methods do not fully leverage semantic context. This paper introduces SAViL-Det, a novel semantic-aware vision-language model that enhances multi-script text detection by effectively integrating textual prompts with visual features. SAViL-Det utilizes a pre-trained CLIP model combined with an Asymptotic Feature Pyramid Network (AFPN) for multi-scale visual feature fusion. The core of the proposed framework is a novel language-vision decoder that adaptively propagates fine-grained semantic information from text prompts to visual features via cross-modal attention. Furthermore, a text-to-pixel contrastive learning mechanism explicitly aligns textual and corresponding visual pixel features. Extensive experiments on challenging benchmarks demonstrate the effectiveness of the proposed approach, achieving state-of-the-art performance with F-scores of 84.8% on the benchmark multi-lingual MLT-2019 dataset and 90.2% on the curved-text CTW1500 dataset.