English

Gaussian Process Prior Variational Autoencoders

Machine Learning 2018-11-27 v2 Machine Learning

Abstract

Variational autoencoders (VAE) are a powerful and widely-used class of models to learn complex data distributions in an unsupervised fashion. One important limitation of VAEs is the prior assumption that latent sample representations are independent and identically distributed. However, for many important datasets, such as time-series of images, this assumption is too strong: accounting for covariances between samples, such as those in time, can yield to a more appropriate model specification and improve performance in downstream tasks. In this work, we introduce a new model, the Gaussian Process (GP) Prior Variational Autoencoder (GPPVAE), to specifically address this issue. The GPPVAE aims to combine the power of VAEs with the ability to model correlations afforded by GP priors. To achieve efficient inference in this new class of models, we leverage structure in the covariance matrix, and introduce a new stochastic backpropagation strategy that allows for computing stochastic gradients in a distributed and low-memory fashion. We show that our method outperforms conditional VAEs (CVAEs) and an adaptation of standard VAEs in two image data applications.

Keywords

Cite

@article{arxiv.1810.11738,
  title  = {Gaussian Process Prior Variational Autoencoders},
  author = {Francesco Paolo Casale and Adrian V Dalca and Luca Saglietti and Jennifer Listgarten and Nicolo Fusi},
  journal= {arXiv preprint arXiv:1810.11738},
  year   = {2018}
}

Comments

Accepted at 32nd Conference on Neural Information Processing Systems (NIPS 2018), Montr\'eal, Canada

R2 v1 2026-06-23T04:54:45.310Z