You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: data/packages.yml
+11-2
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,7 @@
20
20
authors: Facebook / Meta
21
21
authors_url: https://opensource.fb.com
22
22
lang: PyTorch
23
-
description: |
24
-
[FlowTorch Docs](https://flowtorch.ai) is a PyTorch library for learning and sampling from complex probability distributions using a class of methods called Normalizing Flows.
23
+
description: FlowTorch is a PyTorch library for learning and sampling from complex probability distributions using Normalizing Flows.
25
24
26
25
- title: TensorFlow Probability
27
26
date: 2018-06-22
@@ -122,3 +121,13 @@
122
121
lang: JAX
123
122
docs: https://flowmc.readthedocs.io/en/main/
124
123
description: Normalizing-flow enhanced sampling package for probabilistic inference
124
+
125
+
- title: GWKokab
126
+
date: 2024-07-05
127
+
date_added: 2024-09-21
128
+
last_updated: 2024-09-21
129
+
url: https://github.com/gwkokab/gwkokab
130
+
authors: Meesum Qazalbash, Muhammad Zeeshan, Richard O'Shaughnessy
131
+
lang: JAX
132
+
docs: https://gwkokab.readthedocs.io
133
+
description: A JAX-based gravitational-wave population inference toolkit for parametric models
Copy file name to clipboardexpand all lines: data/publications.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -399,7 +399,7 @@
399
399
description: Normalizing flows have potential in Bayesian statistics as a complementary or alternative method to MCMC for sampling posteriors. However, their training via reverse KL divergence may be inadequate for complex posteriors. This research proposes a new training approach utilizing direct KL divergence, which involves augmenting a local MCMC algorithm with a normalizing flow to enhance mixing rate and utilizing the resulting samples to train the flow. This method requires minimal prior knowledge of the posterior and can be applied for model validation and evidence estimation, offering a promising strategy for efficient posterior sampling.
400
400
401
401
- title: Adaptive Monte Carlo augmented with normalizing flows
402
-
url: https://pnas.org/doi/10.1073/pnas.2109420119
402
+
url: https://doi.org/10.1073/pnas.2109420119
403
403
date: 2022-03-02
404
404
authors: Marylou Gabrié, Grant M. Rotskoff, Eric Vanden-Eijnden
405
405
description: Markov Chain Monte Carlo (MCMC) algorithms struggle with sampling from high-dimensional, multimodal distributions, requiring extensive computational effort or specialized importance sampling strategies. To address this, an adaptive MCMC approach is proposed, combining local updates with nonlocal transitions via normalizing flows. This method blends standard transition kernels with generative model moves, adapting the generative model using generated data to improve sampling efficiency. Theoretical analysis and numerical experiments demonstrate the algorithm's ability to equilibrate quickly between metastable modes, sampling effectively across large free energy barriers and achieving significant accelerations over traditional MCMC methods.
@@ -64,7 +65,7 @@ A list of awesome resources for understanding and applying normalizing flows (NF
64
65
1. 2022-05-16 - [Multi-scale Attention Flow for Probabilistic Time Series Forecasting](https://arxiv.org/abs/2205.07493) by Feng, Xu et al.<br>
65
66
Proposes a novel non-autoregressive deep learning model, called Multi-scale Attention Normalizing Flow(MANF), where one integrates multi-scale attention and relative position information and the multivariate data distribution is represented by the conditioned normalizing flow.
66
67
67
-
1. 2022-03-02 - [Adaptive Monte Carlo augmented with normalizing flows](https://pnas.org/doi/10.1073/pnas.2109420119) by Gabrié, Rotskoff et al.<br>
68
+
1. 2022-03-02 - [Adaptive Monte Carlo augmented with normalizing flows](https://doi.org/10.1073/pnas.2109420119) by Gabrié, Rotskoff et al.<br>
68
69
Markov Chain Monte Carlo (MCMC) algorithms struggle with sampling from high-dimensional, multimodal distributions, requiring extensive computational effort or specialized importance sampling strategies. To address this, an adaptive MCMC approach is proposed, combining local updates with nonlocal transitions via normalizing flows. This method blends standard transition kernels with generative model moves, adapting the generative model using generated data to improve sampling efficiency. Theoretical analysis and numerical experiments demonstrate the algorithm's ability to equilibrate quickly between metastable modes, sampling effectively across large free energy barriers and achieving significant accelerations over traditional MCMC methods. [[Code](https://zenodo.org/records/4783701#.Yfv53urMJD8)]
69
70
70
71
1. 2022-01-14 - [E(n) Equivariant Normalizing Flows](https://arxiv.org/abs/2105.09016) by Satorras, Hoogeboom et al.<br>
@@ -307,7 +308,7 @@ A list of awesome resources for understanding and applying normalizing flows (NF
307
308
308
309
<br>
309
310
310
-
## 📦 Packages <small>(14)</small>
311
+
## 📦 Packages <small>(15)</small>
311
312
312
313
<br>
313
314
@@ -328,7 +329,7 @@ Zuko is used in [LAMPE](https://github.com/francois-rozet/lampe) to enable Likel
328
329
1. 2020-12-07 - [flowtorch](https://github.com/facebookincubator/flowtorch) by [Facebook / Meta](https://opensource.fb.com)
[FlowTorch Docs](https://flowtorch.ai)is a PyTorch library for learning and sampling from complex probability distributions using a class of methods called Normalizing Flows.
332
+
FlowTorch is a PyTorch library for learning and sampling from complex probability distributions using Normalizing Flows.
332
333
333
334
1. 2020-02-09 - [nflows](https://github.com/bayesiains/nflows) by [Bayesiains](https://homepages.inf.ed.ac.uk/imurray2/group)
334
335
 
@@ -358,6 +359,11 @@ Zuko is used in [LAMPE](https://github.com/francois-rozet/lampe) to enable Likel
0 commit comments