CVJun 19, 2023

Conditional Text Image Generation with Diffusion Models

arXiv:2306.10804v192 citationsh-index: 39
Originality Incremental advance
AI Analysis

This addresses the challenge of limited real-world data for text recognition, particularly for handwritten scripts and scene text, by providing a synthetic data generation tool, though it is incremental as it adapts existing diffusion models to a specific domain.

The paper tackles the problem of generating realistic and diverse text images for training text recognition systems by proposing CTIG-DM, a diffusion-based method that uses image, text, and style conditions to produce samples that boost recognizer performance in experiments on handwritten and scene text.

Current text recognition systems, including those for handwritten scripts and scene text, have relied heavily on image synthesis and augmentation, since it is difficult to realize real-world complexity and diversity through collecting and annotating enough real text images. In this paper, we explore the problem of text image generation, by taking advantage of the powerful abilities of Diffusion Models in generating photo-realistic and diverse image samples with given conditions, and propose a method called Conditional Text Image Generation with Diffusion Models (CTIG-DM for short). To conform to the characteristics of text images, we devise three conditions: image condition, text condition, and style condition, which can be used to control the attributes, contents, and styles of the samples in the image generation process. Specifically, four text image generation modes, namely: (1) synthesis mode, (2) augmentation mode, (3) recovery mode, and (4) imitation mode, can be derived by combining and configuring these three conditions. Extensive experiments on both handwritten and scene text demonstrate that the proposed CTIG-DM is able to produce image samples that simulate real-world complexity and diversity, and thus can boost the performance of existing text recognizers. Besides, CTIG-DM shows its appealing potential in domain adaptation and generating images containing Out-Of-Vocabulary (OOV) words.

Foundations

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

Your Notes