Search papers, labs, and topics across Lattice.
This study addresses the challenges of WordArt-oriented scene text recognition (WATER) by creating a synthetic dataset, WATER-S, which is 200 times larger than existing datasets, and by introducing a novel model architecture, WATERec. The dataset includes two subsets: one generated through an advanced rendering pipeline for high-quality synthetic data and another using generative models for diverse and realistic text representations. Experimental results demonstrate that WATERec achieves state-of-the-art performance on irregular texts, reaching 90.40% accuracy on WordArt-Bench, significantly outperforming both general-purpose and OCR-specialized models.
WATER-S is a game-changing dataset that boosts WordArt recognition capabilities by hundreds of times, enabling unprecedented accuracy in complex text layouts.
WordArt (artistic text) features highly customized fonts, textures, and layouts, making WordArt-oriented scene TExt Recognition (WATER) substantially more challenging than general Scene Text Recognition (STR). Existing STR datasets and methods, typically built around regular scene text and fixed-template inputs, struggle to scale to WATER. Thus, we aim to advance this task from both data and model perspectives. On the data side, we construct a 2M synthetic dataset, WATER-S, with the scale improved by hundreds of times compared to existing artistic text data. WATER-S consists of two complementary subsets. One rendered by an upgraded rendering pipeline (SynthWordArt), which provides highly accurate and controllable synthetic WordArt data. The other is generated by combining Qwen3-VL for prompt mining and Z-Image for image synthesis, which improves the coverage of realistic and diverse data. On the model side, we propose WATERec. It adopts an visual encoder supporting arbitrary-shaped inputs and an autoregressive decoder to model complex layouts, structurally breaking the bottleneck of fixed-template STR on WordArt. Experiments show that this architecture outperforms prior STR methods, achieving state-of-the-art performance on irregular texts such as WordArt. Together with WATER-R, carefully reorganized from existing real STR data, our strong baseline with the new synthetic data and model design reaches 90.40% accuracy on WordArt-Bench, surpassing both general-purpose and OCR-specialized vision-language models by a large margin. Code and data are available at https://github.com/YesianRohn/WATER.