paper-with-me

Papers

Model Selection for Bayesian Autoencoders

2021-06-11 · NeurIPS 2021 12 · Ba-Hien Tran, Simone Rossi, Dimitrios Milios, Pietro Michiardi, Edwin V. Bonilla, Maurizio Filippone

We develop a novel method for carrying out model selection for Bayesian autoencoders (BAEs) by means of prior hyper-parameter optimization. Inspired by the common practice of type-II maximum likelihood optimization and its equivalence to Kullback-Leibler divergence minimization, we propose to optimize the distributional sliced-Wasserstein distance (DSWD) between the output of the autoencoder and the empirical data distribution. The advantages of this formulation are that we can estimate the DSWD based on samples and handle high-dimensional problems. We carry out posterior estimation of the BAE parameters via stochastic gradient Hamiltonian Monte Carlo and turn our BAE into a generative model by fitting a flexible Dirichlet mixture model in the latent space. Consequently, we obtain a powerful alternative to variational autoencoders, which are the preferred choice in modern applications of autoencoders for representation learning with uncertainty. We evaluate our approach qualitatively and quantitatively using a vast experimental campaign on a number of unsupervised learning tasks and show that, in small-data regimes where priors matter, our approach provides state-of-the-art results, outperforming multiple competitive baselines.

📄 PDF Abstract BibTeX arXiv:2106.06245

Code (1)

tranbahien/bae-prior 공식 구현 pytorch

Tasks

modelModel SelectionRepresentation Learning

Similar Papers 제목 키워드 기반

Revisiting Bayesian Autoencoders with MCMC

2021-04-13 · Rohitash Chandra, Mahir Jain, Manavendra Maharana, Pavel N. Krivitsky

Autoencoders gained popularity in the deep learning revolution given their ability to compress data and provide dimensionality reduction. Although prominent deep learning methods have been used to enhance autoencoders, t…

Bayesian InferenceDeep LearningDimensionality ReductionUncertainty Quantification

Enhanced uncertainty quantification variational autoencoders for the solution of Bayesian inverse problems

2025-02-18 · Andrea Tonini, Luca Dede'

Among other uses, neural networks are a powerful tool for solving deterministic and Bayesian inverse problems in real-time. In the Bayesian framework, variational autoencoders, a specialized type of neural network, enabl…

Uncertainty Quantification

Fully Bayesian Autoencoders with Latent Sparse Gaussian Processes

2023-02-09 · Ba-Hien Tran, Babak Shahbaba, Stephan Mandt, Maurizio Filippone

Autoencoders and their variants are among the most widely used models in representation learning and generative modeling. However, autoencoder-based models usually assume that the learned representations are i.i.d. and f…

Gaussian ProcessesRepresentation Learning

Meta-Learning Divergences of Variational Inference

2020-07-06 · Ruqi Zhang, Yingzhen Li, Christopher De Sa, Sam Devlin 외

Variational inference (VI) plays an essential role in approximate Bayesian inference due to its computational efficiency and broad applicability. Crucial to the performance of VI is the selection of the associated diverg…

Bayesian InferenceComputational EfficiencyFew-Shot LearningImage Generation+3

Bayesian Autoencoders for Drift Detection in Industrial Environments

2021-07-28 · Bang Xiang Yong, Yasmin Fathy, Alexandra Brintrup

Autoencoders are unsupervised models which have been used for detecting anomalies in multi-sensor environments. A typical use includes training a predictive model with data from sensors operating under normal conditions …

Drift Detection