Diffusion and flow matching
The pre-requisites for this blog post is Journey till diffusion model Generative image models We start with some image dataset, lets say x ~ X (where x is a sample and X is the dataset) this x belongs to R_(1024 x 1024 x 3) space and doing any operations in this space is very hard so we try to do these in a lower dimension (z) z belongs to R_(1 x 512) ...