paper-with-me

Papers

A Linear Systems Theory of Normalizing Flows

2019-07-15 · Reuben Feinman, Nikhil Parthasarathy

Normalizing Flows are a promising new class of algorithms for unsupervised learning based on maximum likelihood optimization with change of variables. They offer to learn a factorized component representation for complex nonlinear data and, simultaneously, yield a density function that can evaluate likelihoods and generate samples. Despite these diverse offerings, applications of Normalizing Flows have focused primarily on sampling and likelihoods, with little emphasis placed on feature representation. A lack of theoretical foundation has left many open questions about how to interpret and apply the learned components of the model. We provide a new theoretical perspective of Normalizing Flows using the lens of linear systems theory, showing that optimal flows learn to represent the local covariance at each region of input space. Using this insight, we develop a new algorithm to extract interpretable component representations from the learned model, where components correspond to Cartesian dimensions and are scaled according to their manifold significance. In addition, we highlight a stability concern for the learning algorithm that was previously unaddressed, providing a theoretically-grounded solution to mediate the problem. Experiments with toy manifold learning datasets, as well as the MNIST image dataset, provide convincing support for our theory and tools.

📄 PDF Abstract BibTeX arXiv:1907.06496

Code (1)

zdf233/normflow-theory 공식 구현 tf

Methods 이 논문이 사용한 방법론

Normalizing Flows Normalizing Flows are a method for constructing complex distributions by transforming a probability density through a series of invertible mappings. By repeatedly applying…

Similar Papers 제목 키워드 기반

Whitening Convergence Rate of Coupling-based Normalizing Flows

2022-10-25 · Felix Draxler, Christoph Schnörr, Ullrich Köthe

Coupling-based normalizing flows (e.g. RealNVP) are a popular family of normalizing flow architectures that work surprisingly well in practice. This calls for theoretical understanding. Existing work shows that such flow…

Causal normalizing flows: from theory to practice

2023-06-08 · NeurIPS 2023 11 · Adrián Javaloy, Pablo Sánchez-Martín, Isabel Valera

In this work, we deepen on the use of normalizing flows for causal reasoning. Specifically, we first leverage recent results on non-linear ICA to show that causal models are identifiable from observational data given a c…

counterfactual

Simulating the Hubbard Model with Equivariant Normalizing Flows

2025-01-13 · Dominic Schuh, Janik Kreit, Evan Berkowitz, Lena Funcke 외

Generative models, particularly normalizing flows, have shown exceptional performance in learning probability distributions across various domains of physics, including statistical mechanics, collider physics, and lattic…

Stochastic normalizing flows for Effective String Theory

2024-12-26 · Michele Caselle, Elia Cellini, Alessandro Nada

Effective String Theory (EST) is a powerful tool used to study confinement in pure gauge theories by modeling the confining flux tube connecting a static quark-anti-quark pair as a thin vibrating string. Recently, flow-b…

Introduction to Normalizing Flows for Lattice Field Theory

2021-01-20 · Michael S. Albergo, Denis Boyda, Daniel C. Hackett, Gurtej Kanwar 외

This notebook tutorial demonstrates a method for sampling Boltzmann distributions of lattice field theories using a class of machine learning models known as normalizing flows. The ideas and approaches proposed in arXiv:…

BIG-bench Machine Learning