paper-with-me

Papers

Flow++: Improving Flow-Based Generative Models with Variational Dequantization and Architecture Design

2019-02-01 · ICLR 2019 5 · Jonathan Ho, Xi Chen, Aravind Srinivas, Yan Duan, Pieter Abbeel

Flow-based generative models are powerful exact likelihood models with efficient sampling and inference. Despite their computational efficiency, flow-based models generally have much worse density modeling performance compared to state-of-the-art autoregressive models. In this paper, we investigate and improve upon three limiting design choices employed by flow-based models in prior work: the use of uniform noise for dequantization, the use of inexpressive affine flows, and the use of purely convolutional conditioning networks in coupling layers. Based on our findings, we propose Flow++, a new flow-based model that is now the state-of-the-art non-autoregressive model for unconditional density estimation on standard image benchmarks. Our work has begun to close the significant performance gap that has so far existed between autoregressive models and flow-based models. Our implementation is available at https://github.com/aravindsrinivas/flowpp

📄 PDF Abstract BibTeX arXiv:1902.00275

Code (4)

aravind0706/flowpp 공식 구현 tf
aravindsrinivas/flowpp 공식 구현 tf
SamArgt/AudioSourceSep tf
hojonathanho/localbitsback pytorch

Tasks

Computational EfficiencyDensity EstimationImage Generation

Similar 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…

Density Estimation

SurVAE Flows: Surjections to Bridge the Gap between VAEs and Flows

2020-07-06 · NeurIPS 2020 12 · Didrik Nielsen, Priyank Jaini, Emiel Hoogeboom, Ole Winther 외

Normalizing flows and variational autoencoders are powerful generative models that can represent complicated density functions. However, they both impose constraints on the models: Normalizing flows use bijective transfo…

Improved Techniques for Maximum Likelihood Estimation for Diffusion ODEs

2023-05-06 · Kaiwen Zheng, Cheng Lu, Jianfei Chen, Jun Zhu

Diffusion models have exhibited excellent performance in various domains. The probability flow ordinary differential equation (ODE) of diffusion models (i.e., diffusion ODEs) is a particular case of continuous normalizin…

Density EstimationImage Generation

Closing the Dequantization Gap: PixelCNN as a Single-Layer Flow

2020-02-06 · NeurIPS 2020 12 · Didrik Nielsen, Ole Winther

Flow models have recently made great progress at modeling ordinal discrete data such as images and audio. Due to the continuous nature of flow models, dequantization is typically applied when using them for such discrete…

Mixed Variational Flows for Discrete Variables

2023-08-29 · Gian Carlo Diluvi, Benjamin Bloem-Reddy, Trevor Campbell

Variational flows allow practitioners to learn complex continuous distributions, but approximating discrete distributions remains a challenge. Current methodologies typically embed the discrete target in a continuous spa…