paper-with-me

Papers

VAE with a VampPrior

2017-05-19 · Jakub M. Tomczak, Max Welling

Many different methods to train deep generative models have been introduced in the past. In this paper, we propose to extend the variational auto-encoder (VAE) framework with a new type of prior which we call "Variational Mixture of Posteriors" prior, or VampPrior for short. The VampPrior consists of a mixture distribution (e.g., a mixture of Gaussians) with components given by variational posteriors conditioned on learnable pseudo-inputs. We further extend this prior to a two layer hierarchical model and show that this architecture with a coupled prior and posterior, learns significantly better models. The model also avoids the usual local optima issues related to useless latent dimensions that plague VAEs. We provide empirical studies on six datasets, namely, static and binary MNIST, OMNIGLOT, Caltech 101 Silhouettes, Frey Faces and Histopathology patches, and show that applying the hierarchical VampPrior delivers state-of-the-art results on all datasets in the unsupervised permutation invariant setting and the best results or comparable to SOTA methods for the approach with convolutional networks.

📄 PDF Abstract BibTeX arXiv:1705.07120

Code (12)

jmtomczak/vae_vampprior 공식 구현 pytorch
KenzaB27/VAE-VampPrior tf
MindSpore-scientific-2/code-11/tree/main/VAE-Creative-Discovery-using-QD-Search mindspore
MindSpore-scientific-2/code-2/tree/main/VAE-Creative-Discovery-using-QD-Search mindspore
MindSpore-scientific-2/code-8/tree/main/VAE-Creative-Discovery-using-QD-Search mindspore
MindSpore-scientific/code-10/tree/main/VAE-Creative-Discovery-using-QD-Search mindspore
MindSpore-scientific/code-11/tree/main/VAE-Creative-Discovery-using-QD-Search mindspore
MindSpore-scientific/code-8/tree/main/VAE-Creative-Discovery-using-QD-Search mindspore
belaalb/CEVAE-VampPrior pytorch
clementchadebec/benchmark_VAE pytorch
morpheusthewhite/vae-vampprior tf
sebastiaanver/HVAE-MLAdv tf

Similar Papers 제목 키워드 기반

Hierarchical VAE with a Diffusion-based VampPrior

2024-12-02 · Anna Kuzina, Jakub M. Tomczak

Deep hierarchical variational autoencoders (VAEs) are powerful latent variable generative models. In this paper, we introduce Hierarchical VAE with Diffusion-based Variational Mixture of the Posterior Prior (VampPrior). …

Density EstimationImage Generation

The VampPrior Mixture Model

2024-02-06 · Andrew Stirn, David A. Knowles

Current clustering priors for deep latent variable models (DLVMs) require defining the number of clusters a-priori and are susceptible to poor initializations. Addressing these deficiencies could greatly benefit deep lea…

ClusteringImage ClusteringmodelUnsupervised Image Classification+1

VAMP-Diff: VampPrior Latent Diffusion for Photoplethysmography Modeling

2026-05-17 · Fatemeh Ghasemi Balouei, Nathan Willemsen, Mahesh Banavar, Bahman Moraffah arxiv

Photoplethysmography (PPG) has become a ubiquitous physiological signal; however, current generative models still struggle to preserve realistic waveform morphology and learn a latent structure that captures cardiac and …

Enhancing VAEs for Collaborative Filtering: Flexible Priors & Gating Mechanisms

2019-11-03 · Daeryong Kim, Bongwon Suh

Neural network based models for collaborative filtering have started to gain attention recently. One branch of research is based on using deep generative models to model user preferences where variational autoencoders we…

Collaborative FilteringRecommendation Systems

Hierarchical VampPrior Variational Fair Auto-Encoder

2018-06-26 · Philip Botros, Jakub M. Tomczak

Decision making is a process that is extremely prone to different biases. In this paper we consider learning fair representations that aim at removing nuisance (sensitive) information from the decision process. For this …

Decision MakingFairness