jzhoulab / ddsm

Dirichlet Diffusion Score Model for Biological Sequence Generation.
Other
45 stars 8 forks source link

What is the difference between DDSM and VQ-Diffusion ? #1

Closed peterdarkdarkgogo closed 1 year ago

peterdarkdarkgogo commented 1 year ago

What is the difference between DDSM and VQ-Diffusion ?

PavelAvdeyev commented 1 year ago

As far as I can tell, VQ-Diffusion model 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). DDSM is a method based on Mutilivariate Jacobi Diffusion Process and does not use any variational autoencoders. The application is also completely different since we are focusing on biological sequence generation and not text-to-image generation. You can check our paper for more details: https://arxiv.org/abs/2305.10699