paper-with-me

홈 › Papers

Supervising the Decoder of Variational Autoencoders to Improve Scientific Utility

2021-09-09 · Liyun Tu, Austin Talbot, Neil Gallagher, David Carlson

Probabilistic generative models are attractive for scientific modeling because their inferred parameters can be used to generate hypotheses and design experiments. This requires that the learned model provide an accurate representation of the input data and yield a latent space that effectively predicts outcomes relevant to the scientific question. Supervised Variational Autoencoders (SVAEs) have previously been used for this purpose, where a carefully designed decoder can be used as an interpretable generative model while the supervised objective ensures a predictive latent representation. Unfortunately, the supervised objective forces the encoder to learn a biased approximation to the generative posterior distribution, which renders the generative parameters unreliable when used in scientific models. This issue has remained undetected as reconstruction losses commonly used to evaluate model performance do not detect bias in the encoder. We address this previously-unreported issue by developing a second order supervision framework (SOS-VAE) that influences the decoder to induce a predictive latent representation. This ensures that the associated encoder maintains a reliable generative interpretation. We extend this technique to allow the user to trade-off some bias in the generative parameters for improved predictive performance, acting as an intermediate option between SVAEs and our new SOS-VAE. We also use this methodology to address missing data issues that often arise when combining recordings from multiple scientific experiments. We demonstrate the effectiveness of these developments using synthetic data and electrophysiological recordings with an emphasis on how our learned representations can be used to design scientific experiments.

📄 PDF Abstract BibTeX arXiv:2109.04561

Code (1)

liyuntu/sos-dvae 공식 구현 pytorch

Tasks

Decoder

Similar Papers 제목 키워드 기반

Preventing posterior collapse in variational autoencoders for text generation via decoder regularization

2021-10-28 · Alban Petit, Caio Corro

Variational autoencoders trained to minimize the reconstruction error are sensitive to the posterior collapse problem, that is the proposal posterior distribution is always equal to the prior. We propose a novel regulari…

DecoderText Generation

Dueling Decoders: Regularizing Variational Autoencoder Latent Spaces

2019-05-17 · Bryan Seybold, Emily Fertig, Alex Alemi, Ian Fischer

Variational autoencoders learn unsupervised data representations, but these models frequently converge to minima that fail to preserve meaningful semantic information. For example, variational autoencoders with autoregre…

Decoder

Variational Composite Autoencoders

2018-04-12 · Jiangchao Yao, Ivor Tsang, Ya zhang

Learning in the latent variable model is challenging in the presence of the complex data structure or the intractable latent variable. Previous variational autoencoders can be low effective due to the straightforward enc…

Decoder

Learning Discourse-level Diversity for Neural Dialog Models using Conditional Variational Autoencoders

2017-03-31 · ACL 2017 7 · Tiancheng Zhao, Ran Zhao, Maxine Eskenazi

While recent neural encoder-decoder models have shown great promise in modeling open-domain conversations, they often generate dull and generic responses. Unlike past work that has focused on diversifying the output of t…

Decision MakingDecoderDialogue GenerationDiversity+1

Disentanglement Learning for Variational Autoencoders Applied to Audio-Visual Speech Enhancement

2021-05-19 · Guillaume Carbajal, Julius Richter, Timo Gerkmann

Recently, the standard variational autoencoder has been successfully used to learn a probabilistic prior over speech signals, which is then used to perform speech enhancement. Variational autoencoders have then been cond…

AttributeDecoderDisentanglementSpeech Enhancement