paper-with-me

Papers

Sliced Iterative Normalizing Flows

2020-07-01 · ICML Workshop INNF 2021 7 · Biwei Dai, Uros Seljak

We develop an iterative (greedy) deep learning (DL) algorithm which is able to transform an arbitrary probability distribution function (PDF) into the target PDF. The model is based on iterative Optimal Transport of a series of 1D slices, matching on each slice the marginal PDF to the target. The axes of the orthogonal slices are chosen to maximize the PDF difference using Wasserstein distance at each iteration, which enables the algorithm to scale well to high dimensions. As special cases of this algorithm, we introduce two sliced iterative Normalizing Flow (SINF) models, which map from the data to the latent space (GIS) and vice versa (SIG). We show that SIG is able to generate high quality samples of image datasets, which match the GAN benchmarks, while GIS obtains competitive results on density estimation tasks compared to the density trained NFs, and is more stable, faster, and achieves higher $p(x)$ when trained on small training sets. SINF approach deviates significantly from the current DL paradigm, as it is greedy and does not use concepts such as mini-batching, stochastic gradient descent and gradient back-propagation through deep layers.

📄 PDF Abstract BibTeX arXiv:2007.00674

Code (2)

biweidai/SIG 공식 구현 pytorch
biweidai/SINF pytorch

Tasks

Density EstimationImage GenerationOut-of-Distribution Detection

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…
SIG 설명 없음

Similar Papers 제목 키워드 기반

Sliced-Wasserstein normalizing flows: beyond maximum likelihood training

2022-07-12 · Florentin Coeurdoux, Nicolas Dobigeon, Pierre Chainais

Despite their advantages, normalizing flows generally suffer from several shortcomings including their tendency to generate unrealistic data (e.g., images) and their failing to detect out-of-distribution data. One reason…

Normalizing Flows with Iterative Denoising

2026-04-21 · Tianrong Chen, Jiatao Gu, David Berthelot, Joshua Susskind 외 arxiv

Normalizing Flows (NFs) are a classical family of likelihood-based methods that have received revived attention. Recent efforts such as TARFlow have shown that NFs are capable of achieving promising performance on image …

Deep Variational Inverse Scattering

2022-12-08 · AmirEhsan Khorashadizadeh, Ali Aghababaei, Tin Vlašić, Hieu Nguyen 외

Inverse medium scattering solvers generally reconstruct a single solution without an associated measure of uncertainty. This is true both for the classical iterative solvers and for the emerging deep learning methods. Bu…

Comparative Study of Coupling and Autoregressive Flows through Robust Statistical Tests

2023-02-23 · Andrea Coccaro, Marco Letizia, Humberto Reyes-Gonzalez, Riccardo Torre

Normalizing Flows have emerged as a powerful brand of generative models, as they not only allow for efficient sampling of complicated target distributions, but also deliver density estimation by construction. We propose …

Density EstimationGPU

Practical applications of machine-learned flows on gauge fields

2024-04-17 · Ryan Abbott, Michael S. Albergo, Denis Boyda, Daniel C. Hackett 외

Normalizing flows are machine-learned maps between different lattice theories which can be used as components in exact sampling and inference schemes. Ongoing work yields increasingly expressive flows on gauge fields, bu…