English

Generate High Resolution Images With Generative Variational Autoencoder

Image and Video Processing 2021-06-23 v3 Computer Vision and Pattern Recognition Machine Learning

Abstract

In this work, we present a novel neural network to generate high resolution images. We replace the decoder of VAE with a discriminator while using the encoder as it is. The encoder is fed data from a normal distribution while the generator is fed from a gaussian distribution. The combination from both is given to a discriminator which tells whether the generated image is correct or not. We evaluate our network on 3 different datasets: MNIST, LSUN and CelebA dataset. Our network beats the previous state of the art using MMD, SSIM, log likelihood, reconstruction error, ELBO and KL divergence as the evaluation metrics while generating much sharper images. This work is potentially very exciting as we are able to combine the advantages of generative models and inference models in a principled bayesian manner.

Keywords

Cite

@article{arxiv.2008.10399,
  title  = {Generate High Resolution Images With Generative Variational Autoencoder},
  author = {Abhinav Sagar},
  journal= {arXiv preprint arXiv:2008.10399},
  year   = {2021}
}

Comments

The network architecture used in this paper while training the model is not correct

R2 v1 2026-06-23T18:03:44.913Z