2. On the zoom interview - Design a colorization model (given a grayscale image, predict its color).
Sigiloso
Use L*a*b* color space to only predict the a, b values - it guarantees that the intensity of the output will be the same as the input. Use a diffusion model to do the prediction - explain how a diffusion model works.