paper-with-me

Papers

PaddingFlow: Improving Normalizing Flows with Padding-Dimensional Noise

2024-03-13 · Qinglong Meng, Chongkun Xia, Xueqian Wang

Normalizing flow is a generative modeling approach with efficient sampling. However, Flow-based models suffer two issues: 1) If the target distribution is manifold, due to the unmatch between the dimensions of the latent target distribution and the data distribution, flow-based models might perform badly. 2) Discrete data might make flow-based models collapse into a degenerate mixture of point masses. To sidestep such two issues, we propose PaddingFlow, a novel dequantization method, which improves normalizing flows with padding-dimensional noise. To implement PaddingFlow, only the dimension of normalizing flows needs to be modified. Thus, our method is easy to implement and computationally cheap. Moreover, the padding-dimensional noise is only added to the padding dimension, which means PaddingFlow can dequantize without changing data distributions. Implementing existing dequantization methods needs to change data distributions, which might degrade performance. We validate our method on the main benchmarks of unconditional density estimation, including five tabular datasets and four image datasets for Variational Autoencoder (VAE) models, and the Inverse Kinematics (IK) experiments which are conditional density estimation. The results show that PaddingFlow can perform better in all experiments in this paper, which means PaddingFlow is widely suitable for various tasks. The code is available at: https://github.com/AdamQLMeng/PaddingFlow.

📄 PDF Abstract BibTeX arXiv:2403.08216

Code (1)

adamqlmeng/paddingflow 공식 구현 pytorch

Tasks

Density Estimation

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 제목 키워드 기반

Densely connected normalizing flows

2021-06-08 · NeurIPS 2021 12 · Matej Grcić, Ivan Grubišić, Siniša Šegvić

Normalizing flows are bijective mappings between inputs and latent representations with a fully factorized distribution. They are very attractive due to exact likelihood valuation and efficient sampling. However, their e…

Density EstimationImage Generation

Normalizing Flows Across Dimensions

2020-06-23 · Edmond Cunningham, Renos Zabounidis, Abhinav Agrawal, Ina Fiterau 외

Real-world data with underlying structure, such as pictures of faces, are hypothesized to lie on a low-dimensional manifold. This manifold hypothesis has motivated state-of-the-art generative algorithms that learn low-di…

Representational aspects of depth and conditioning in normalizing flows

2020-10-02 · Frederic Koehler, Viraj Mehta, Andrej Risteski

Normalizing flows are among the most popular paradigms in generative modeling, especially for images, primarily because we can efficiently evaluate the likelihood of a data point. This is desirable both for evaluating th…

Universal Approximation Using Well-Conditioned Normalizing Flows

2021-12-01 · NeurIPS 2021 12 · Holden Lee, Chirag Pabbaraju, Anish Prasad Sevekari, Andrej Risteski

Normalizing flows are a widely used class of latent-variable generative models with a tractable likelihood. Affine-coupling models [Dinh et al., 2014, 2016] are a particularly common type of normalizing flows, for which …

Universal Approximation for Log-concave Distributions using Well-conditioned Normalizing Flows

2021-07-07 · ICML Workshop INNF 2021 7 · Holden Lee, Chirag Pabbaraju, Anish Sevekari, Andrej Risteski

Normalizing flows are a widely used class of latent-variable generative models with a tractable likelihood. Affine-coupling (Dinh et al, 2014-16) models are a particularly common type of normalizing flows, for which the …