zhangqianhui / AdversarialNetsPapers

Awesome paper list with code about generative adversarial nets
6.57k stars 1.93k forks source link

Image denoising or Image debluring with GAN? #29

Closed lyatdawn closed 7 years ago

lyatdawn commented 7 years ago

Hello, Are there some Image denoising or Image debluring with GAN articles? Thanks.

wentaozhu commented 7 years ago

I think you can use the adversarial segmentation related methods for image denoising.

lyatdawn commented 7 years ago

There are some methods like CNN or Autoencoder in Image denoising or Image debluring, Our teacher let me do some demos in Image denoising or Image debluring with GAN. Could you inform if there are articles? Thanks!

zhangqianhui commented 7 years ago

About image debluring, you can see the paper about image super-resolution methods[1] About image denoising, you can the related paper about image de-rain method[2].Of course, this paper do not use the GAN architecture.

Hope to help you! [1]Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network [2]Removing rain from single images via a deep detail network

lyatdawn commented 7 years ago

Thanks, it's very useful !'