Diffusion models are generative models whose outputs are generated by iteratively denoising Gaussian noise. During inference, the reverse process is executed, whereas during training, the forward process is carried out (converting data to noise). This process can be guided at inference time to respect specific geometric constraints.

Details

Diffusion models try to recover samples drawn from from Gaussian noise by iteratively denoising across time steps. The forward process is defined as

: Standard Weiner process (by which noise is added)

Typically these drift and diffusion functions are used:

The reverse process:

The scoring function is approximated by a neural network, .

Diffusion models can also be zero-shot classifiers (1).

Diffusion models have been combined with Replica-exchange molecular dynamics (2).

Types of sequence-based diffusion

For protein sequences, which are fundamentally discrete, Yang et al (3) describe three approaches to generation using diffusion models:

  • Diffusion in pre-trained latent space (e.g., continuous diffusion)
  • Diffusion in discrete space with uniform noise matrices
  • Diffusion in discrete space via absorbing matrices, e.g., one-at-a-time masking/unmasking of individual tokens
1.
Li AC, Prabhudesai M, Duggal S, Brown E, Pathak D. Your Diffusion Model is Secretly a Zero-Shot Classifier. In: 2023 IEEE/CVF International Conference on Computer Vision (ICCV). IEEE; 2023. p. 2206–17. Available from: https://doi.org/10.1109/iccv51070.2023.00210
2.
Wang Y, Herron L, Tiwary P. From data to noise to data for mixing physics across temperatures with generative artificial intelligence. Proceedings of the National Academy of Sciences. 2022;119(32). Available from: https://doi.org/10.1073/pnas.2203656119
3.
Yang J, Chu W, Khalil D, Astudillo R, Wittmann BJ, Arnold FH, et al. Steering Generative Models with Experimental Data for Protein Fitness Optimization. 2025; Available from: https://arxiv.org/abs/2505.15093

Protein design

15 items with this tag.

Structure prediction

12 items with this tag.