[CVPR'22] Deblurring via Stochastic Refinement 阅读报告

Image deblurring with “predict-and-refine” conditional diffusion model. An brand new strategy for ill-posed problem.

July 22, 2023 · 2 min · 761 words

A Brief Exploration to Diffusion Probabilistic Models with Code Implementation

Learn diffusion probabilistic models (DPM) by reading and analyzing the papers: “Deep Unsupervised Learning using Nonequilibrium Thermodynamics” and “Denoising Diffusion Probabilistic Models”. This post will introduce the basic work of DPM, including the derivation of formulas and simple code verification.

June 14, 2023 · 19 min · 3839 words