paper-with-me

Papers

Scalable Wasserstein Gradient Flow for Generative Modeling through Unbalanced Optimal Transport

2024-02-08 · Jaemoo Choi, Jaewoong Choi, Myungjoo Kang

Wasserstein Gradient Flow (WGF) describes the gradient dynamics of probability density within the Wasserstein space. WGF provides a promising approach for conducting optimization over the probability distributions. Numerically approximating the continuous WGF requires the time discretization method. The most well-known method for this is the JKO scheme. In this regard, previous WGF models employ the JKO scheme and parametrize transport map for each JKO step. However, this approach results in quadratic training complexity $O(K^2)$ with the number of JKO step $K$. This severely limits the scalability of WGF models. In this paper, we introduce a scalable WGF-based generative model, called Semi-dual JKO (S-JKO). Our model is based on the semi-dual form of the JKO step, derived from the equivalence between the JKO step and the Unbalanced Optimal Transport. Our approach reduces the training complexity to $O(K)$. We demonstrate that our model significantly outperforms existing WGF-based generative models, achieving FID scores of 2.62 on CIFAR-10 and 5.46 on CelebA-HQ-256, which are comparable to state-of-the-art image generative models.

📄 PDF Abstract BibTeX arXiv:2402.05443

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Gradient Flow Drifting: Generative Modeling via Wasserstein Gradient Flows of KDE-Approximated Divergences

2026-03-11 · Jiarui Cao, Zixuan Wei, Yuxin Liu arxiv

We reveal a precise mathematical framework about a new family of generative models which we call Gradient Flow Drifting. With this framework, we prove an equivalence between the recently proposed Drifting Model and the W…

Density Estimation

A Unifying View of Variational Generative Wasserstein Flows

2026-05-29 · Paul Caucheteux, Clément Bonet, Anna Korba arxiv

Many modern generative models can be viewed as minimizing divergences between probability distributions, yet they rely on different algorithmic and geometric principles. Wasserstein gradient flows provide a continuous-ti…

Generative Modeling by Minimizing the Wasserstein-2 Loss

2024-06-19 · Yu-Jui Huang, Zachariah Malik

This paper approaches the unsupervised learning problem by minimizing the second-order Wasserstein loss (the $W_2$ loss) through a distribution-dependent ordinary differential equation (ODE), whose dynamics involves the …

One-Step Generative Modeling via Wasserstein Gradient Flows

2026-05-12 · Jiaqi Han, Puheng Li, Qiushan Guo, Renyuan Xu 외 arxiv

Diffusion models and flow-based methods have shown impressive generative capability, especially for images, but their sampling is expensive because it requires many iterative updates. We introduce W-Flow, a framework for…

Differentially Private Gradient Flow based on the Sliced Wasserstein Distance

2023-12-13 · Ilana Sebag, Muni Sreenivas Pydi, Jean-Yves Franceschi, Alain Rakotomamonjy 외

Safeguarding privacy in sensitive training data is paramount, particularly in the context of generative modeling. This can be achieved through either differentially private stochastic gradient descent or a differentially…