MLLGDec 29, 2022

Normalizing flow neural networks by JKO scheme

Georgia Tech
arXiv:2212.14424v446 citationsh-index: 27
Originality Incremental advance
AI Analysis

This work addresses efficiency challenges in training deep generative models for researchers and practitioners, though it is incremental as it builds on existing flow and diffusion methods.

The paper tackled the computational and memory inefficiency of training normalizing flow models by introducing JKO-iFlow, a neural ODE flow network based on the JKO scheme, which achieved competitive performance with existing flow and diffusion models while significantly reducing computational and memory costs.

Normalizing flow is a class of deep generative models for efficient sampling and likelihood estimation, which achieves attractive performance, particularly in high dimensions. The flow is often implemented using a sequence of invertible residual blocks. Existing works adopt special network architectures and regularization of flow trajectories. In this paper, we develop a neural ODE flow network called JKO-iFlow, inspired by the Jordan-Kinderleherer-Otto (JKO) scheme, which unfolds the discrete-time dynamic of the Wasserstein gradient flow. The proposed method stacks residual blocks one after another, allowing efficient block-wise training of the residual blocks, avoiding sampling SDE trajectories and score matching or variational learning, thus reducing the memory load and difficulty in end-to-end training. We also develop adaptive time reparameterization of the flow network with a progressive refinement of the induced trajectory in probability space to improve the model accuracy further. Experiments with synthetic and real data show that the proposed JKO-iFlow network achieves competitive performance compared with existing flow and diffusion models at a significantly reduced computational and memory cost.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes