CLIP-VQDiffusion : Langauge Free Training of Text To Image generation using CLIP and vector quantized diffusion model
Seungdae Han, Joohee Kim
TL;DR
CLIP-VQDiffusion tackles the data bottleneck in text-conditioned image generation by enabling language-free training that leverages CLIP's multimodal space and a vector-quantized diffusion model. The approach trains a VQ-GAN based visual tokenizer and a diffusion decoder conditioned on CLIP image embeddings, and performs text-conditioned inference via pseudo text embeddings and adaptive layer normalization. On FFHQ, it outperforms previous language-free methods by about 4.4% in clipscore and produces realistic images for in- and out-of-distribution prompts; COCO results are competitive with non-language-free baselines. The work reduces the need for paired text-image data and broadens the applicability of text-to-image generation, with pretrained models and code to follow.
Abstract
There has been a significant progress in text conditional image generation models. Recent advancements in this field depend not only on improvements in model structures, but also vast quantities of text-image paired datasets. However, creating these kinds of datasets is very costly and requires a substantial amount of labor. Famous face datasets don't have corresponding text captions, making it difficult to develop text conditional image generation models on these datasets. Some research has focused on developing text to image generation models using only images without text captions. Here, we propose CLIP-VQDiffusion, which leverage the pretrained CLIP model to provide multimodal text-image representations and strong image generation capabilities. On the FFHQ dataset, our model outperformed previous state-of-the-art methods by 4.4% in clipscore and generated very realistic images even when the text was both in and out of distribution. The pretrained models and codes will soon be available at https://github.com/INFINIQ-AI1/CLIPVQDiffusion
