Variational Auto-Decoder: A Method for Neural Generative Modeling from Incomplete Data
Amir Zadeh, Yao-Chong Lim, Paul Pu Liang, Louis-Philippe Morency

TL;DR
This paper introduces Variational Auto-Decoder (VAD), a novel generative modeling framework that learns from incomplete data without an encoder, using gradient-based inference to improve efficiency and handle missing data effectively.
Contribution
VAD is a new framework that replaces the encoder with a gradient-based inference method, enabling efficient learning from partial data and handling complex missingness scenarios.
Findings
VAD outperforms encoder-based models on datasets with missing data.
Gradient ascent inference reduces computational cost compared to MCMC.
VAD effectively models multimodal data with high missing ratios.
Abstract
Learning a generative model from partial data (data with missingness) is a challenging area of machine learning research. We study a specific implementation of the Auto-Encoding Variational Bayes (AEVB) algorithm, named in this paper as a Variational Auto-Decoder (VAD). VAD is a generic framework which uses Variational Bayes and Markov Chain Monte Carlo (MCMC) methods to learn a generative model from partial data. The main distinction between VAD and Variational Auto-Encoder (VAE) is the encoder component, as VAD does not have one. Using a proposed efficient inference method from a multivariate Gaussian approximate posterior, VAD models allow inference to be performed via simple gradient ascent rather than MCMC sampling from a probabilistic decoder. This technique reduces the inference computational cost, allows for using more complex optimization techniques during latent space…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Topic Modeling · Speech Recognition and Synthesis
