2021

Vector Quantized Diffusion Model for Text-to-Image Synthesis

Gu, Shuyang, Chen, Dong, Bao, Jianmin et al.

Understand

We present the vector quantized diffusion (VQ-Diffusion) model for text-to-image generation.

  • This method is based on a vector quantized variational autoencoder (VQ-VAE) whose latent space is modeled by a conditional variant of the recently developed Denoising Diffusion Probabilistic Model (DDPM).
  • We find that this latent-space method is well-suited for text-to-image generation tasks because it not only eliminates the unidirectional bias with existing methods but also allows us to incorporate a mask-and-replace diffusion strategy to avoid the accumulation of errors, which is a serious problem with existing methods.
  • Our experiments show that the VQ-Diffusion produces significantly better text-to-image generation results when compared with conventional autoregressive (AR) models with similar numbers of parameters.

Reading the bibliography…