score-based generative model

Contributions

settings
NCSN과 DDPM은 이 score-SDE의 discretization으로 볼 수 있다

NCSN as VE SDE
DDPM as VP SDE
sub-VP SDE
DDPM ancestral sampling이나 reverse diffusion samplers는 reverse SDE의 해를 이용해서 샘플링하는 과정으로 볼 수 있다
NCSN에서는 score-based MCMC approach(annealed Langevin dynamics)를 이용해서 샘플링했는데, 이것은 estimated score function을 따라가도록 설계된 함수
Predictor-Corrector (PC) samplers

predictor
corrector
기존의 NCSN은 corrector-only, DDPM은 predictor-only sampling
이제 NCSN, DDPM의 loss 뿐만 아니라 sampling method도 한 framework로 통합했다
Experiments

CIFAR-10으로 실험, FID로 평가
results
Detailed PC sampling algorithms

Predictor로는 reverse diffusion sampler, Corrector로는 annealed Langevin Dynamics를 이용함