genforce / mganprior

[CVPR 2020] Image Processing Using Multi-Code GAN Prior
https://genforce.github.io/mganprior/
289 stars 44 forks source link

details about image denoising #19

Closed bingxumu closed 3 years ago

bingxumu commented 3 years ago

Hi! Thanks for the great work! This paper mentioned that mganprior can also be used for image denoising. But I'm not sure how to achieve it. Could you give me more details about image denoising? Like this image Thanks again for your great work!

ShenYujun commented 3 years ago

In practice, we assume that the noise mode / noise pattern is already known. In that case, we can only use the noise-free region to reconstruct the image. With the pre-trained GANs as prior, the noise-include region will be recovered automatically.

bingxumu commented 3 years ago

Is that means wo have the noise image and the "noise mask" to be the input, like the inpainting mask?

ShenYujun commented 3 years ago

Yes, it requires to pre-know the noise model.

bingxumu commented 3 years ago

Got it! Thanks for your reply!