LGApr 7

ODE-free Neural Flow Matching for One-Step Generative Modeling

arXiv:2604.0641314.0h-index: 1
AI Analysis

This addresses the inference speed bottleneck for generative modeling, offering a practical improvement for applications requiring fast sampling, though it is incremental as it builds on existing flow matching methods.

The paper tackled the problem of slow inference in diffusion and flow matching models by proposing OT-NFM, an ODE-free framework that learns the transport map directly for one-step generation, achieving competitive sample quality on MNIST and CIFAR-10 with a single network evaluation.

Diffusion and flow matching models generate samples by learning time-dependent vector fields whose integration transports noise to data, requiring tens to hundreds of network evaluations at inference. We instead learn the transport map directly. We propose Optimal Transport Neural Flow Matching (OT-NFM), an ODE-free generative framework that parameterizes the flow map with neural flows, enabling true one-step generation with a single forward pass. We show that naive flow-map training suffers from mean collapse, where inconsistent noise-data pairings drive all outputs toward the data mean. We prove that consistent coupling is necessary for non-degenerate learning and address this using optimal transport pairings with scalable minibatch and online coupling strategies. Experiments on synthetic benchmarks and image generation tasks (MNIST and CIFAR-10) demonstrate competitive sample quality while reducing inference to a single network evaluation.

Foundations

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

Your Notes