Variational Inference

750 papers with code • 1 benchmarks • 5 datasets

Fitting approximate posteriors with variational inference transforms the inference problem into an optimization problem, where the goal is (typically) to optimize the evidence lower bound (ELBO) on the log likelihood of the data.

Libraries

Use these libraries to find Variational Inference models and implementations

Sequential Monte Carlo for Inclusive KL Minimization in Amortized Variational Inference

declanmcnamara/smc-wake 15 Mar 2024

As an alternative, we propose SMC-Wake, a procedure for fitting an amortized variational approximation that uses likelihood-tempered sequential Monte Carlo samplers to estimate the gradient of the inclusive KL divergence.

0
15 Mar 2024

An Efficient Difference-of-Convex Solver for Privacy Funnel

hui811116/dcaPF-torch 2 Mar 2024

The proposed DC separation results in a closed-form update equation, which allows straightforward application to both known and unknown distribution settings.

0
02 Mar 2024

Stable Training of Normalizing Flows for High-dimensional Variational Inference

andrade-stats/normalizing-flows 26 Feb 2024

However, in practice, training deep normalizing flows for approximating high-dimensional posterior distributions is often infeasible due to the high variance of the stochastic gradients.

0
26 Feb 2024

Batch and match: black-box variational inference with a score-based divergence

roualdes/bridgestan 22 Feb 2024

We analyze the convergence of BaM when the target distribution is Gaussian, and we prove that in the limit of infinite batch size the variational parameter updates converge exponentially quickly to the target mean and covariance.

82
22 Feb 2024

BlackJAX: Composable Bayesian inference in JAX

blackjax-devs/blackjax 16 Feb 2024

BlackJAX is a library implementing sampling and variational inference algorithms commonly used in Bayesian computation.

727
16 Feb 2024

Training Bayesian Neural Networks with Sparse Subspace Variational Inference

ljb121002/ssvi 16 Feb 2024

Bayesian neural networks (BNNs) offer uncertainty quantification but come with the downside of substantially increased training and inference costs.

5
16 Feb 2024

The VampPrior Mixture Model

astirn/vampprior-mixture-model 6 Feb 2024

Current clustering priors for deep latent variable models (DLVMs) require defining the number of clusters a-priori and are susceptible to poor initializations.

1
06 Feb 2024

Bayesian Deep Learning for Remaining Useful Life Estimation via Stein Variational Gradient Descent

lucadellalib/bdl-rul-svgd 2 Feb 2024

In particular, we show through experimental studies on simulated run-to-failure turbofan engine degradation data that Bayesian deep learning models trained via Stein variational gradient descent consistently outperform with respect to convergence speed and predictive performance both the same models trained via parametric variational inference and their frequentist counterparts trained via backpropagation.

7
02 Feb 2024

Efficient Nonparametric Tensor Decomposition for Binary and Count Data

taozerui/gptd 15 Jan 2024

Finally, to address the computational issue of GPs, we enhance the model by incorporating sparse orthogonal variational inference of inducing points, which offers a more effective covariance approximation within GPs and stochastic natural gradient updates for nonparametric models.

0
15 Jan 2024

DualVAE: Dual Disentangled Variational AutoEncoder for Recommendation

georgeguo-cn/dualvae 10 Jan 2024

To address this problem, we propose a Dual Disentangled Variational AutoEncoder (DualVAE) for collaborative recommendation, which combines disentangled representation learning with variational inference to facilitate the generation of implicit interaction data.

2
10 Jan 2024