video_prediction icon indicating copy to clipboard operation
video_prediction copied to clipboard

Question regarding GAN-only

Open kunwooch opened this issue 5 years ago • 1 comments

Hi Alex,

I've recently looked into GAN models, and I was wondering where the GAN-only model you used in the paper is based on. The paper mentions that it is representative of prior stochastic GAN-based methods, and it seems to me that the overall structure resembles pix2pix (as they are both conditional GAN). Is the GAN-only model same as the SAVP without VAE?

Thank you.

kunwooch avatar Mar 23 '19 03:03 kunwooch

The GAN-only model is not based exactly on any single prior model. The generator is similar to what has previously been used for video prediction (not pix2pix). The discriminator is based on the one from SNGAN except that the conv2d layers have been replaced with conv3d layers in order to discriminate videos instead of single images.

Yes, the GAN-only model is the same as SAVP but without the VAE (and without the second discriminator that discriminate videos sampled from the posterior).

alexlee-gk avatar Mar 24 '19 21:03 alexlee-gk