Pergunta de entrevista da empresa Lightricks

2. On the zoom interview - Design a colorization model (given a grayscale image, predict its color).

Resposta da entrevista

Sigiloso

13 de jan. de 2025

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.