Methods › General › Distribution Approximation › Normalizing Flows
Normalizing Flows
Introduced by Danilo Jimenez Rezende et al. in Variational Inference with Normalizing Flows
archive 2025-07-28 Description, source and code snippet are the archive's method entry.
Normalizing Flows are a method for constructing complex distributions by transforming a probability density through a series of invertible mappings. By repeatedly applying the rule for change of variables, the initial density ‘flows’ through the sequence of invertible mappings. At the end of this sequence we obtain a valid probability distribution and hence this type of flow is referred to as a normalizing flow.
In the case of finite flows, the basic rule for the transformation of densities considers an invertible, smooth mapping f : ℝᵈ →ℝᵈ with inverse f⁻¹ = g, i.e. the composition g ·f(z) = z. If we use this mapping to transform a random variable z with distribution q(z), the resulting random variable z′ = f(z) has a distribution:
q(𝐳′) = q(𝐳)|det(δf⁻¹)/(δ𝐳′)|= q(𝐳)|detδf/δ𝐳|⁻¹ where the last equality can be seen by applying the chain rule (inverse function theorem) and is a property of Jacobians of invertible functions. We can construct arbitrarily complex densities by composing several simple maps and successively applying the above equation. The density q_K(𝐳) obtained by successively transforming a random variable z₀ with distribution q₀ through a chain of K transformations fₖ is:
z_K = f_K ·…·f₂ ·f₁(z₀)
lnq_K(z_K) = lnq₀(z₀) − ∑ᴷₖ₌₁ln|δfₖ/(δ𝐳ₖ₋₁)| The path traversed by the random variables zₖ = fₖ(zₖ₋₁) with initial distribution q₀(z₀) is called the flow and the path formed by the successive distributions qₖ is a normalizing flow.
Papers archive 2025-07-28
30 shown of 771, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.
-
Latent Thermodynamic Flows: Unified Representation Learning and Generative Modeling of Temperature-Dependent Behaviors from Limited Data 3 Jul 2025 · 1 repository · arXiv:2507.03174
-
Distilling Normalizing Flows 26 Jun 2025 · 0 repositories · arXiv:2506.21003
-
ODEₜ (ODEₗ ): Shortcutting the Time and Length in Diffusion and Flow Models for Faster Sampling 26 Jun 2025 · 1 repository · arXiv:2506.21714
-
Time-series surrogates from energy consumers generated by machine learning approaches for long-term forecasting scenarios 25 Jun 2025 · 0 repositories · arXiv:2506.20253
-
Operator Forces For Coarse-Grained Molecular Dynamics 24 Jun 2025 · 1 repository · arXiv:2506.19628
-
Simulating Correlated Electrons with Symmetry-Enforced Normalizing Flows 20 Jun 2025 · 0 repositories · arXiv:2506.17015
-
Latent Noise Injection for Private and Statistically Aligned Synthetic Data Generation 19 Jun 2025 · 0 repositories · arXiv:2506.16636
-
Characterizing Neural Manifolds' Properties and Curvatures using Normalizing Flows 13 Jun 2025 · 0 repositories · arXiv:2506.12187
-
Simulation-trained conditional normalizing flows for likelihood approximation: a case study in stress regulation kinetics in yeast 11 Jun 2025 · 1 repository · arXiv:2506.09374
-
Emulating compact binary population synthesis simulations with robust uncertainty quantification and model comparison: Bayesian normalizing flows 6 Jun 2025 · 1 repository · arXiv:2506.05657
-
Amortized variational transdimensional inference 5 Jun 2025 · 1 repository · arXiv:2506.04749
-
MARBLE: Material Recomposition and Blending in CLIP-Space 5 Jun 2025 · 0 repositories · arXiv:2506.05313
-
Savage-Dickey density ratio estimation with normalizing flows for Bayesian model comparison 4 Jun 2025 · 1 repository · arXiv:2506.04339
-
Asymptotically exact variational flows via involutive MCMC kernels 2 Jun 2025 · 0 repositories · arXiv:2506.02162
-
PromptVFX: Text-Driven Fields for Open-World 3D Gaussian Animation 1 Jun 2025 · 1 repository · arXiv:2506.01091
-
Quality Assessment of Noisy and Enhanced Speech with Limited Data: UWB-NTIS System for VoiceMOS 2024 and Beyond 31 May 2025 · 0 repositories · arXiv:2506.00506
-
Learning geometry and topology via multi-chart flows 30 May 2025 · 0 repositories · arXiv:2505.24665
-
DiCoFlex: Model-agnostic diverse counterfactuals with flexible control 29 May 2025 · 0 repositories · arXiv:2505.23700
-
Normalizing Flows are Capable Models for RL 29 May 2025 · 1 repository · arXiv:2505.23527
-
SESaMo: Symmetry-Enforcing Stochastic Modulation for Normalizing Flows 26 May 2025 · 0 repositories · arXiv:2505.19619
-
Hybrid Bernstein Normalizing Flows for Flexible Multivariate Density Regression with Interpretable Marginals 20 May 2025 · 2 repositories · arXiv:2505.14164
-
FlowPure: Continuous Normalizing Flows for Adversarial Purification 19 May 2025 · 1 repository · arXiv:2505.13280
-
Minimum-Excess-Work Guidance 19 May 2025 · 0 repositories · arXiv:2505.13375
-
Trustworthy Image Super-Resolution via Generative Pseudoinverse 18 May 2025 · 1 repository · arXiv:2505.12375
-
Path Gradients after Flow Matching 15 May 2025 · 0 repositories · arXiv:2505.10139
-
Continuous Temporal Learning of Probability Distributions via Neural ODEs with Applications in Continuous Glucose Monitoring Data 13 May 2025 · 0 repositories · arXiv:2505.08698
-
Contrastive Normalizing Flows for Uncertainty-Aware Parameter Estimation 13 May 2025 · 0 repositories · arXiv:2505.08709
-
Hamiltonian Normalizing Flows as kinetic PDE solvers: application to the 1D Vlasov-Poisson Equations 7 May 2025 · 0 repositories · arXiv:2505.04471
-
Physics-Informed Sylvester Normalizing Flows for Bayesian Inference in Magnetic Resonance Spectroscopy 6 May 2025 · 1 repository · arXiv:2505.03590
-
Continuous Normalizing Flows for Uncertainty-Aware Human Pose Estimation 4 May 2025 · 0 repositories · arXiv:2505.02287
Tasks archive 2025-07-28
20 shown of 367 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.
Usage over time archive 2025-07-28
Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).
Categories archive 2025-07-28
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections