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

arXiv cs.LG / 4/9/2026

💬 OpinionSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper introduces Optimal Transport Neural Flow Matching (OT-NFM), an ODE-free generative modeling framework that learns a direct transport map to enable true one-step (single forward pass) sample generation.
  • It argues that prior “naive” flow-map training can cause mean collapse, where inconsistent noise–data pairings push outputs toward the data mean.
  • The authors prove that non-degenerate learning requires consistent coupling and propose optimal-transport-based pairings to enforce this consistency.
  • OT-NFM is evaluated on synthetic benchmarks plus image tasks (MNIST, CIFAR-10), showing competitive quality while dramatically reducing inference cost versus diffusion/flow models requiring many network evaluations.

Abstract

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.