English

Super-resolution Variational Auto-Encoders

Machine Learning 2020-07-01 v2 Computer Vision and Pattern Recognition Machine Learning

Abstract

The framework of variational autoencoders (VAEs) provides a principled method for jointly learning latent-variable models and corresponding inference models. However, the main drawback of this approach is the blurriness of the generated images. Some studies link this effect to the objective function, namely, the (negative) log-likelihood. Here, we propose to enhance VAEs by adding a random variable that is a downscaled version of the original image and still use the log-likelihood function as the learning objective. Further, by providing the downscaled image as an input to the decoder, it can be used in a manner similar to the super-resolution. We present empirically that the proposed approach performs comparably to VAEs in terms of the negative log-likelihood, but it obtains a better FID score in data synthesis.

Keywords

Cite

@article{arxiv.2006.05218,
  title  = {Super-resolution Variational Auto-Encoders},
  author = {Ioannis Gatopoulos and Maarten Stol and Jakub M. Tomczak},
  journal= {arXiv preprint arXiv:2006.05218},
  year   = {2020}
}

Comments

13 pages, 11 figures, 3 tables. Code available at: https://github.com/ioangatop/srVAE

R2 v1 2026-06-23T16:10:36.696Z