paper-with-me

Papers

LINFA: a Python library for variational inference with normalizing flow and annealing

2023-07-10 · Yu Wang, Emma R. Cobian, Jubilee Lee, Fang Liu, Jonathan D. Hauenstein, Daniele E. Schiavazzi

Variational inference is an increasingly popular method in statistics and machine learning for approximating probability distributions. We developed LINFA (Library for Inference with Normalizing Flow and Annealing), a Python library for variational inference to accommodate computationally expensive models and difficult-to-sample distributions with dependent parameters. We discuss the theoretical background, capabilities, and performance of LINFA in various benchmarks. LINFA is publicly available on GitHub at https://github.com/desResLab/LINFA.

📄 PDF Abstract BibTeX arXiv:2307.04675

Code (1)

desreslab/linfa 공식 구현 pytorch

Tasks

Variational Inference

Methods 이 논문이 사용한 방법론

Library 설명 없음
Variational Inference 설명 없음

Similar Papers 제목 키워드 기반

GPflow: A Gaussian process library using TensorFlow

2016-10-27 · Alexander G. de G. Matthews, Mark van der Wilk, Tom Nickson, Keisuke Fujii 외

GPflow is a Gaussian process library that uses TensorFlow for its core computations and Python for its front end. The distinguishing features of GPflow are that it uses variational inference as the primary approximation …

Gaussian ProcessesGPUsoftware testingVariational Inference

Advances in Black-Box VI: Normalizing Flows, Importance Weighting, and Optimization

2020-06-18 · NeurIPS 2020 12 · Abhinav Agrawal, Daniel Sheldon, Justin Domke

Recent research has seen several advances relevant to black-box VI, but the current state of automatic posterior inference is unclear. One such advance is the use of normalizing flows to define flexible posterior densiti…

Variational InferenceVariational Monte Carlo

BlackJAX: Composable Bayesian inference in JAX

2024-02-16 · Alberto Cabezas, Adrien Corenflos, Junpeng Lao, Rémi Louf 외

BlackJAX is a library implementing sampling and variational inference algorithms commonly used in Bayesian computation. It is designed for ease of use, speed, and modularity by taking a functional approach to the algorit…

Bayesian InferenceProbabilistic ProgrammingVariational Inference

normflows: A PyTorch Package for Normalizing Flows

2023-01-26 · Vincent Stimper, David Liu, Andrew Campbell, Vincent Berenz 외

Normalizing flows model probability distributions through an expressive tractable density. They transform a simple base distribution, such as a Gaussian, through a sequence of invertible functions, which are referred to …

Image GenerationVariational Inference

Sylvester Normalizing Flows for Variational Inference

2018-03-15 · Rianne van den Berg, Leonard Hasenclever, Jakub M. Tomczak, Max Welling

Variational inference relies on flexible approximate posterior distributions. Normalizing flows provide a general recipe to construct flexible variational posteriors. We introduce Sylvester normalizing flows, which can b…

Variational Inference