paper-with-me

Papers

Diffusion Normalizing Flow

2021-10-14 · NeurIPS 2021 12 · Qinsheng Zhang, Yongxin Chen

We present a novel generative modeling method called diffusion normalizing flow based on stochastic differential equations (SDEs). The algorithm consists of two neural SDEs: a forward SDE that gradually adds noise to the data to transform the data into Gaussian random noise, and a backward SDE that gradually removes the noise to sample from the data distribution. By jointly training the two neural SDEs to minimize a common cost function that quantifies the difference between the two, the backward SDE converges to a diffusion process the starts with a Gaussian distribution and ends with the desired data distribution. Our method is closely related to normalizing flow and diffusion probabilistic models and can be viewed as a combination of the two. Compared with normalizing flow, diffusion normalizing flow is able to learn distributions with sharp boundaries. Compared with diffusion probabilistic models, diffusion normalizing flow requires fewer discretization steps and thus has better sampling efficiency. Our algorithm demonstrates competitive performance in both high-dimension data density estimation and image generation tasks.

📄 PDF Abstract BibTeX arXiv:2110.07579

Code (1)

qsh-zh/DiffFlow 공식 구현 pytorch

Tasks

Density EstimationImage Generation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

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 …

Generalized Normalizing Flows via Markov Chains

2021-11-24 · Paul Hagemann, Johannes Hertrich, Gabriele Steidl

Normalizing flows, diffusion normalizing flows and variational autoencoders are powerful generative models. This chapter provides a unified framework to handle these approaches via Markov chains. We consider stochastic n…

Interpreting diffusion score matching using normalizing flow

2021-07-21 · ICML Workshop INNF 2021 7 · Wenbo Gong, Yingzhen Li

Scoring matching (SM), and its related counterpart, Stein discrepancy (SD) have achieved great success in model training and evaluations. However, recent research shows their limitations when dealing with certain types o…

Expressivity of Bi-Lipschitz Normalizing Flows: A Score-Based Diffusion Perspective

2026-05-07 · Meira Iske, Carola-Bibiane Schönlieb arxiv

Many normalizing flow architectures impose regularity constraints, yet their distributional approximation properties are not fully characterized. We study the expressivity of bi-Lipschitz normalizing flows through the le…

NinA: Normalizing Flows in Action. Training VLA Models with Normalizing Flows

2025-08-23 · Denis Tarasov, Alexander Nikulin, Ilya Zisman, Albina Klepach 외 arxiv

Recent advances in Vision-Language-Action (VLA) models have established a two-component architecture, where a pre-trained Vision-Language Model (VLM) encodes visual observations and task descriptions, and an action decod…