中文
相关论文

相关论文: InfoVAE: Information Maximizing Variational Autoen…

200 篇论文

Variational autoencoders (VAEs) have been used extensively to discover low-dimensional latent factors governing neural activity and animal behavior. However, without careful model selection, the uncovered latent factors may reflect noise in…

机器学习 · 计算机科学 2023-12-13 Julia Huiming Wang , Dexter Tsin , Tatiana Engel

In this paper, we describe the "implicit autoencoder" (IAE), a generative autoencoder in which both the generative path and the recognition path are parametrized by implicit distributions. We use two generative adversarial networks to…

机器学习 · 计算机科学 2019-02-08 Alireza Makhzani

Variational autoencoder is a powerful deep generative model with variational inference. The practice of modeling latent variables in the VAE's original formulation as normal distributions with a diagonal covariance matrix limits the…

机器学习 · 计算机科学 2019-03-11 Sarin Chandy , Amin Rasekh

Although variational autoencoders (VAEs) represent a widely influential deep generative model, many aspects of the underlying energy function remain poorly understood. In particular, it is commonly believed that Gaussian encoder/decoder…

机器学习 · 计算机科学 2019-10-31 Bin Dai , David Wipf

Variational Autoencoders (VAEs) are well-established as a principled approach to probabilistic unsupervised learning with neural networks. Typically, an encoder network defines the parameters of a Gaussian distributed latent space from…

机器学习 · 计算机科学 2025-05-16 Alan Jeffares , Liyuan Liu

We consider the problem of learning Variational Autoencoders (VAEs), i.e., a type of deep generative model, from data with missing values. Such data is omnipresent in real-world applications of machine learning because complete data is…

机器学习 · 计算机科学 2023-10-26 Timur Sudak , Sebastian Tschiatschek

Structured variational autoencoders (SVAEs) combine probabilistic graphical model priors on latent variables, deep neural networks to link latent variables to observed data, and structure-exploiting algorithms for approximate posterior…

机器学习 · 统计学 2023-05-29 Yixiu Zhao , Scott W. Linderman

Deep generative models aim to learn underlying distributions that generate the observed data. Given the fact that the generative distribution may be complex and intractable, deep latent variable models use probabilistic frameworks to learn…

机器学习 · 计算机科学 2021-10-05 Batuhan Koyuncu

Variational Auto-Encoders (VAEs) have been widely applied for learning compact, low-dimensional latent representations of high-dimensional data. When the correlation structure among data points is available, previous work proposed…

机器学习 · 计算机科学 2019-12-20 Da Tang , Dawen Liang , Nicholas Ruozzi , Tony Jebara

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 encoder-decoder…

机器学习 · 计算机科学 2018-04-13 Jiangchao Yao , Ivor Tsang , Ya Zhang

Variational Autoencoder (VAE) and its variations are classic generative models by learning a low-dimensional latent representation to satisfy some prior distribution (e.g., Gaussian distribution). Their advantages over GAN are that they can…

计算机视觉与模式识别 · 计算机科学 2020-09-24 Cong Geng , Jia Wang , Li Chen , Zhiyong Gao

Amortized inference allows latent-variable models trained via variational learning to scale to large datasets. The quality of approximate inference is determined by two factors: a) the capacity of the variational distribution to match the…

机器学习 · 计算机科学 2018-05-29 Chris Cremer , Xuechen Li , David Duvenaud

Recently there has been an increased interest in unsupervised learning of disentangled representations using the Variational Autoencoder (VAE) framework. Most of the existing work has focused largely on modifying the variational cost…

机器学习 · 统计学 2019-09-12 Jan Stühmer , Richard E. Turner , Sebastian Nowozin

The need for interpretable models has fostered the development of self-explainable classifiers. Prior approaches are either based on multi-stage optimization schemes, impacting the predictive performance of the model, or produce…

Integrating physics models within machine learning models holds considerable promise toward learning robust models with improved interpretability and abilities to extrapolate. In this work, we focus on the integration of incomplete physics…

机器学习 · 计算机科学 2021-10-28 Naoya Takeishi , Alexandros Kalousis

The recently introduced introspective variational autoencoder (IntroVAE) exhibits outstanding image generations, and allows for amortized inference using an image encoder. The main idea in IntroVAE is to train a VAE adversarially, using the…

机器学习 · 计算机科学 2021-03-26 Tal Daniel , Aviv Tamar

In the following short article we adapt a new and popular machine learning model for inference on medical data sets. Our method is based on the Variational AutoEncoder (VAE) framework that we adapt to survival analysis on small data sets…

机器学习 · 统计学 2018-12-06 Cédric Beaulac , Jeffrey S. Rosenthal , David Hodgson

User attributes, such as gender and education, face severe incompleteness in social networks. In order to make this kind of valuable data usable for downstream tasks like user profiling and personalized recommendation, attribute inference…

机器学习 · 计算机科学 2021-06-01 Yadong Zhou , Zhihao Ding , Xiaoming Liu , Chao Shen , Lingling Tong , Xiaohong Guan

Variational Autoencoders (VAEs) were originally motivated (Kingma & Welling, 2014) as probabilistic generative models in which one performs approximate Bayesian inference. The proposal of $\beta$-VAEs (Higgins et al., 2017) breaks this…

机器学习 · 统计学 2023-02-10 Tim Z. Xiao , Robert Bamler

The variational autoencoder (VAE) framework is a popular option for training unsupervised generative models, featuring ease of training and latent representation of data. The objective function of VAE does not guarantee to achieve the…

机器学习 · 计算机科学 2019-04-25 Jason Chou