Skip to content

vividitytech/diffusion-mcmc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

diffusion-mcmc

Code for reproducing some key results of our paper Speed up the inference of diffusion models via shortcut MCMC sampling (https://arxiv.org/abs/2301.01206).

Requirement

jaxlib, tensorflow, etc

run example:

python global_vdm_2d.py

some important parameters:

joinFlag = False # add the flag whether we need joined learning

freeze_x_decoder = False

shortcut = True

K=10 default, which can change based on experiments

reference

we demonstrate our approach based on a 2D swirl dataset and using MLPs, most code base are from VDM Link to open in Colab.

if you think it is helpful please cite: Gang Chen, Speed up the inference of diffusion models via shortcut MCMC sampling (https://arxiv.org/abs/2301.01206).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages