Skip to content

References: Score-based diffusion via SDEs

  • Stanford CS236, Deep Generative Models, Lectures 13 and 16 (Stefano Ermon). The primary anchor for the score-based view and the SDE unification. Course page: deepgenerativemodels.github.io. Lecture 13 introduces score matching; Lecture 16 develops the score-based generative modeling framework and the SDE perspective.
  • Berkeley CS294-158 Sp24, Deep Unsupervised Learning, Lecture 6 (Pieter Abbeel, Wilson Yan, Kevin Frans, Philipp Wu). Secondary framing covering the same diffusion-paradigm material with a different emphasis. Course page: sites.google.com/view/berkeley-cs294-158-sp24/.

Foundational papers (the math this lesson is built on)

Section titled “Foundational papers (the math this lesson is built on)”

Diffusion-paradigm references (Phase 3 connection)

Section titled “Diffusion-paradigm references (Phase 3 connection)”

Further reading (continuous-time samplers and theoretical extensions)

Section titled “Further reading (continuous-time samplers and theoretical extensions)”

Likelihood-evaluation references (the L9 cross-paradigm bridge)

Section titled “Likelihood-evaluation references (the L9 cross-paradigm bridge)”
  • The likelihood-evaluation procedure derived in this lesson is what allows diffusion models to be compared on the same likelihood-comparison tables as autoregressive and flow models. See Song et al. 2021 (maximum likelihood training) above for the detailed cost analysis.
  • “Variational Diffusion Models” (Kingma, Salimans, Poole, Ho, 2021). An ELBO-style maximum-likelihood framework for diffusion that ties the L12 ELBO derivation to the lesson 14 probability-flow-ODE evaluation. Useful if you want the full theory connecting all three Phase 3 framings.

Evaluation toolkit (continued from L9 and carries to L15)

Section titled “Evaluation toolkit (continued from L9 and carries to L15)”
  • The L9 cross-paradigm fingerprint table classified diffusion as “indirect” for likelihood evaluation. This lesson is where that classification gets refined: the probability flow ODE gives a tractable (though non-free) log-likelihood, putting diffusion on the same likelihood-comparison footing as autoregressive and flow models.
  • FID across step counts and CLIP scores carry forward from L9 and L13 as the standard sample-quality and conditioning-fidelity metrics.
Source curriculum (structural mirror, cited as further study):
• Stanford CS236: Deep Generative Models (Stefano Ermon)
Course page: https://deepgenerativemodels.github.io/
Clawdemy's lessons are original prose that follows the pedagogical arc of this
source. We do not reproduce or transcribe it; we cite it as a recommended
companion. All rights to the original material remain with its authors.