Diffusion Seminar
July 25, 2025
Curriculum
1. Diffusion Theory
- Generative Modeling (What is generative model?)
- Stochastic differential equation
- Score matching (+flow matching)
- Diffusion formulation
2. Diffusion techniques
- Sampling (DDPM, DDIM..)
- Conditioning, Guidance
- Noise scheduling
- Efficiency (distill, consistency..)
3. Diffusion language model
- Continuous diffusion (Embedding, Latent)
- Discrete diffusion (mdlm, score matching)
- AR VS. NAR
- Scaling
Contents
Week 1: Introduction to Diffusion Model
This seminar video is the introduction to the Diffusion Seminar series. This session introduces the foundational concepts of generative modeling, with a focus on the basics of diffusion models. We then explore how these models extend to language, highlighting recent developments in diffusion language models. Finally, we outline future directions and research opportunities covered in the full seminar series.
Presenter: Woojin Kim
Week 2: Generative Modeling I
This seminar video is the second week's session of the Diffusion Seminar series. In this session, we cover the definition and taxonomy of generative modeling, and provide an overview of three major categories derived from this taxonomy: autoregressive modeling, variational autoencoders (VAE), and generative adversarial networks (GANs).
Presenter: Jihwan Hong
Week 3: Generative Modeling Ⅱ
This seminar video is the third session of the Diffusion Seminar series. In this session, we cover the basic mathematical and statistical concepts needed to understand upcoming topics such as VAEs and diffusion models. We also explore the ELBO optimization in VAEs in detail, examine the concept of reparameterization, and provide an overview of DDPMs.
Presenter: Jaeik Kim
Week 4: Denoising Diffusion Probabilistic Model
In this session, we cover Denoising Diffusion Probabilistic Model(DDPM), which is largely acknowledged as the starting place of modern diffusion models. We cover the technical details of DDPM, ranging from forward and reverse process to training and sampling of DDPMs.
Presenter: Yejoon Lee
Week 5: DDIM and Score-based Modeling
This seminar video is the fifth week's session of the Diffusion Seminar series. In this session, we begin with a detailed introduction to DDIM and then explore score-based generative modeling and its connection to the diffusion framework. We present the probability flow ODE and demonstrate how DDIM can be derived as a discretized Euler approximation of this continuous process.
Presenter: Woojin Kim
Week 6: Various Diffusion Space
In this seminar, we will explore the various diffusion spaces used in diffusion models. Building on the pixel-space diffusion we have discussed so far, we will extend our focus to diffusion in latent space and discrete space, examining their characteristics.
Presenter: Jihwan Hong