Score-Based Generative Modeling Through Stochastic Differential Equations
論文連結: https://arxiv.org/pdf/2011.13456.pdf
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
如果我們知道每個timestep的分布得分,則可以反轉此SDE
Forward SDE
- : 是一個向量函數,的漂移係數(drift coefficient)
- : 是一個純量函數,的擴散係數 ( diffusion coefficient)
- 是標準維納過程(standard Wiener process,又稱布朗運動)
Reverse SDE
- 是每個timestep的分布得分
- 是一個無窮小的負數timestep
- 是時間倒流到時間0的標準維納過程
其餘符號
- 表示的機率密度
- 表示到的轉換核(perturbation kernels),其中
對於DDPM的擾動核,離散馬可夫鏈(加入noise的方式)是:
當時,上式會收斂到SDE:
(VP-SDE,Variance Preserving,DiffPure中使用的SDE)
參考連結
原文翻譯:https://zhuanlan.zhihu.com/p/578322735
Score-based SDE理論推導:
https://zhuanlan.zhihu.com/p/589106222?utm_id=0
Score-based Generative Models總結:https://zhuanlan.zhihu.com/p/583666759
擴散模型與布朗運動和隨機微分方程的關係:https://zhuanlan.zhihu.com/p/562654949
擴散模型,Score-Matching和SDE,ODE的關係:https://zhuanlan.zhihu.com/p/576779879