Neural Sinkhorn Gradient Flow
Huminhao Zhu, Fangyikang Wang, Chao Zhang, Hanbin Zhao, Hui Qian
TL;DR
The paper addresses efficient generative modeling in the Wasserstein space by leveraging the Sinkhorn divergence and gradient flows. It introduces Neural Sinkhorn Gradient Flow (NSGF), which learns a time-varying velocity field via velocity-field matching using samples from the target distribution, and proves that the empirical mean-field limit converges to the true velocity field as the sample size grows. To tackle high-dimensional data, NSGF++ combines a short Sinkhorn-flow phase (≤5 NFEs) with a Neural Straight Flow refined by a phase-transition predictor, reducing computation while preserving quality. Empirical results on 2D simulations and image datasets (MNIST/CIFAR-10) show competitive generation quality with lower inference cost compared with neural diffusion and gradient-flow baselines, supporting the practical impact of this kernel-free, sample-efficient approach.
Abstract
Wasserstein Gradient Flows (WGF) with respect to specific functionals have been widely used in the machine learning literature. Recently, neural networks have been adopted to approximate certain intractable parts of the underlying Wasserstein gradient flow and result in efficient inference procedures. In this paper, we introduce the Neural Sinkhorn Gradient Flow (NSGF) model, which parametrizes the time-varying velocity field of the Wasserstein gradient flow w.r.t. the Sinkhorn divergence to the target distribution starting a given source distribution. We utilize the velocity field matching training scheme in NSGF, which only requires samples from the source and target distribution to compute an empirical velocity field approximation. Our theoretical analyses show that as the sample size increases to infinity, the mean-field limit of the empirical approximation converges to the true underlying velocity field. To further enhance model efficiency on high-dimensional tasks, a two-phase NSGF++ model is devised, which first follows the Sinkhorn flow to approach the image manifold quickly ($\le 5$ NFEs) and then refines the samples along a simple straight flow. Numerical experiments with synthetic and real-world benchmark datasets support our theoretical results and demonstrate the effectiveness of the proposed methods.
