Skip to content

Files

Latest commit

ccc94ce · Jan 18, 2022

History

History
This branch is 1796 commits behind google-research/google-research:master.

d3pm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 18, 2022
Oct 13, 2021
Oct 13, 2021
Jan 18, 2022

Code to accompany the NeurIPS paper "Structured Denoising Diffusion Models in Discrete State-Spaces".

@inproceedings{austin2021structured,
author    = {Jacob Austin and
             Daniel D. Johnson and
             Jonathan Ho and
             Daniel Tarlow and
             Rianne van den Berg},
title     = {Structured Denoising Diffusion Models in Discrete State-Spaces},
booktitle = {Advances in Neural Information Processing Systems},
year      = {2021}
}

The images subdirectory contains the code for D3PMs in image space, which can be used to to reproduce our experiments from Section 6. It contains code for evaluating bits-per-dimension metrics, but the FID and IS metric evaluation code is not currently available.

We plan to add a new subdirectory text which will contain our code for D3PMs in text space, corresponding to our experiments in Section 5.