TEXTS-Diff: TEXTS-Aware Diffusion Model for Real-World Text Image Super-Resolution
Haodong He, Xin Zhan, Yancheng Bai, Rui Lan, Lei Sun, Xiangxiang Chu
TL;DR
Real-world text image SR faces challenges from diverse degradations and limited text-rich data. The authors address this by building Real-Texts, a large bilingual dataset, and proposing TEXTS-Diff, a TEXTS-aware one-step diffusion model that integrates abstract text concepts and concrete text-region cues to guide SR. TEXTS-Diff leverages a CLIP-based TEXTS representation and a text-detection module to produce text-aware guidance, coupled with a FE module to preserve high-frequency details and a LoRA-tuned SD2.1 backbone trained with a multi-term loss that includes edge and ODM terms. Experiments show state-of-the-art OCR accuracy on Real-Texts and Real-CE while maintaining overall image quality, and ablations confirm the benefit of both abstract and concrete TEXTS cues for robust text restoration in real scenes. The approach offers practical improvements for multilingual text restoration in the wild and providing resources for future research and deployment.
Abstract
Real-world text image super-resolution aims to restore overall visual quality and text legibility in images suffering from diverse degradations and text distortions. However, the scarcity of text image data in existing datasets results in poor performance on text regions. In addition, datasets consisting of isolated text samples limit the quality of background reconstruction. To address these limitations, we construct Real-Texts, a large-scale, high-quality dataset collected from real-world images, which covers diverse scenarios and contains natural text instances in both Chinese and English. Additionally, we propose the TEXTS-Aware Diffusion Model (TEXTS-Diff) to achieve high-quality generation in both background and textual regions. This approach leverages abstract concepts to improve the understanding of textual elements within visual scenes and concrete text regions to enhance textual details. It mitigates distortions and hallucination artifacts commonly observed in text regions, while preserving high-quality visual scene fidelity. Extensive experiments demonstrate that our method achieves state-of-the-art performance across multiple evaluation metrics, exhibiting superior generalization ability and text restoration accuracy in complex scenarios. All the code, model, and dataset will be released.
