Skip to content

Implementation of Insertion-deletion Denoising Diffusion Probabilistic Models

License

Notifications You must be signed in to change notification settings

lucidrains/insertion-deletion-ddpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Insertion Deletion Denoising Diffusion Probabilistic Models (wip)

Implementation of Insertion Deletion Denoising Diffusion Probabilistic Models. This scheme basically allows for DDPM to work beyond just in-place corruption along the sequence. They try to apply this to text generation with lukewarm results. I think it holds promise for protein design, as it would be able to infill certain regions without being constrained to a fixed number of amino acids.

Citations

@article{Johnson2021BeyondIC,
    title   = {Beyond In-Place Corruption: Insertion and Deletion In Denoising Probabilistic Models},
    author  = {Daniel D. Johnson and Jacob Austin and Rianne van den Berg and Daniel Tarlow},
    journal = {ArXiv},
    year    = {2021},
    volume  = {abs/2107.07675}
}

About

Implementation of Insertion-deletion Denoising Diffusion Probabilistic Models

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published