TiCLS : Tightly Coupled Language Text Spotter
Leeje Jang, Yijun Lin, Yao-Yi Chiang, Jerod Weinman
TL;DR
TiCLS introduces a tightly coupled end-to-end scene text spotter that leverages a character-level PLM to inject external linguistic knowledge into vision-based text spotting. The model fuses a DETR-inspired visual backbone with a linguistically pretrained decoder initialized from a PLM trained on short, character-level sequences, enabling robust recognition of degraded or fragmented text. Empirical results on ICDAR 2015, Total-Text, and CTW1500 show state-of-the-art performance, with notable gains in lexicon-free settings and improved handling of long sequences and OOV words. The work advances scene text spotting by bridging visual cues with tailored linguistic priors, at the cost of increased model size and inference time, and suggests future improvements in efficiency and decoding strategies.
Abstract
Scene text spotting aims to detect and recognize text in real-world images, where instances are often short, fragmented, or visually ambiguous. Existing methods primarily rely on visual cues and implicitly capture local character dependencies, but they overlook the benefits of external linguistic knowledge. Prior attempts to integrate language models either adapt language modeling objectives without external knowledge or apply pretrained models that are misaligned with the word-level granularity of scene text. We propose TiCLS, an end-to-end text spotter that explicitly incorporates external linguistic knowledge from a character-level pretrained language model. TiCLS introduces a linguistic decoder that fuses visual and linguistic features, yet can be initialized by a pretrained language model, enabling robust recognition of ambiguous or fragmented text. Experiments on ICDAR 2015 and Total-Text demonstrate that TiCLS achieves state-of-the-art performance, validating the effectiveness of PLM-guided linguistic integration for scene text spotting.
