What is: Normalizing Flows?
Source | Variational Inference with Normalizing Flows |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
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 with inverse , i.e. the composition . If we use this mapping to transform a random variable with distribution , the resulting random variable has a distribution:
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 obtained by successively transforming a random variable with distribution through a chain of transformations is:
The path traversed by the random variables with initial distribution is called the flow and the path formed by the successive distributions is a normalizing flow.