CLCVLGApr 25, 2023

GlyphDiffusion: Text Generation as Image Generation

arXiv:2304.12519v24 citationsh-index: 70
Originality Incremental advance
AI Analysis

This addresses text generation for AI applications by offering a novel diffusion-based approach, though it is incremental as it adapts existing image generation methods to text.

The authors tackled text generation by converting it into an image generation problem, rendering text as glyph images and using diffusion models to generate them, achieving comparable or better results than baselines including pretrained language models in four tasks.

Diffusion models have become a new generative paradigm for text generation. Considering the discrete categorical nature of text, in this paper, we propose GlyphDiffusion, a novel diffusion approach for text generation via text-guided image generation. Our key idea is to render the target text as a glyph image containing visual language content. In this way, conditional text generation can be cast as a glyph image generation task, and it is then natural to apply continuous diffusion models to discrete texts. Specially, we utilize a cascaded architecture (ie a base and a super-resolution diffusion model) to generate high-fidelity glyph images, conditioned on the input text. Furthermore, we design a text grounding module to transform and refine the visual language content from generated glyph images into the final texts. In experiments over four conditional text generation tasks and two classes of metrics (ie quality and diversity), GlyphDiffusion can achieve comparable or even better results than several baselines, including pretrained language models. Our model also makes significant improvements compared to the recent diffusion model.

Foundations

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

Your Notes