LGFeb 1, 2023

Improving and generalizing flow-based generative models with minibatch optimal transport

MILA
arXiv:2302.00482v4818 citationsh-index: 57
AI Analysis

This work addresses training bottlenecks for generative models, offering a more stable and efficient alternative to existing methods, though it is incremental in advancing flow-based techniques.

The paper tackles the limitations of simulation-based training in continuous normalizing flows (CNFs) by introducing generalized conditional flow matching (CFM), a simulation-free training objective that improves stability and efficiency, leading to faster inference and better results on tasks like single cell dynamics and image translation.

Continuous normalizing flows (CNFs) are an attractive generative modeling technique, but they have been held back by limitations in their simulation-based maximum likelihood training. We introduce the generalized conditional flow matching (CFM) technique, a family of simulation-free training objectives for CNFs. CFM features a stable regression objective like that used to train the stochastic flow in diffusion models but enjoys the efficient inference of deterministic flow models. In contrast to both diffusion models and prior CNF training algorithms, CFM does not require the source distribution to be Gaussian or require evaluation of its density. A variant of our objective is optimal transport CFM (OT-CFM), which creates simpler flows that are more stable to train and lead to faster inference, as evaluated in our experiments. Furthermore, we show that when the true OT plan is available, our OT-CFM method approximates dynamic OT. Training CNFs with CFM improves results on a variety of conditional and unconditional generation tasks, such as inferring single cell dynamics, unsupervised image translation, and Schrödinger bridge inference.

Code Implementations4 repos
Foundations

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

Your Notes