Zhendong-Wang / Diffusion-GAN

Official PyTorch implementation for paper: Diffusion-GAN: Training GANs with Diffusion
MIT License
625 stars 67 forks source link

Generator output tends towards pure noise #41

Closed jvwilliams23 closed 1 month ago

jvwilliams23 commented 1 month ago

Hi,

I have tested this on my own dataset. After around 1M iterations, the generator output tends towards outputting pure noise (you can slightly see the pattern of the generated images, but is mainly noise). I am wondering why this is?

As I understood in the Diffusion-GAN paper, training begins with unmodified images, and noise is increased as training progresses. This is the opposite from Instance Noise, where the noise level is highest at initialisation, and then the noise standard deviation is annealed over the training. Could you comment on this?

Many thanks, Josh

jvwilliams23 commented 1 month ago

@Zhendong-Wang

Zhendong-Wang commented 1 month ago

Sorry for the delayed reply. I am not sure what kind of data that you are using and what code and noise setting that you are currently using.

jvwilliams23 commented 1 month ago

Thanks for your response!