SOTAVerified

PaddingFlow: Improving Normalizing Flows with Padding-Dimensional Noise

2024-03-13Code Available0· sign in to hype

Qinglong Meng, Chongkun Xia, Xueqian Wang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
BSDS300PaddingFlowCD0.5Unverified
Caltech-101PaddingFlowMMD-L217.9Unverified
FreyfacesPaddingFlowMMD-L20.62Unverified
MNISTPaddingFlowMMD-L211Unverified
OMNIGLOTPaddingFlowMMD-L220.3Unverified
UCI GASPaddingFlowCD0.89Unverified
UCI HEPMASSPaddingFlowCD13.8Unverified
UCI MINIBOONEPaddingFlowCD24.5Unverified
UCI POWERPaddingFlowCD0.14Unverified

Reproductions