LGOCMLOct 21, 2021

Efficient Gradient Flows in Sliced-Wasserstein Space

arXiv:2110.10972v323 citations
Originality Incremental advance
AI Analysis

This work addresses computational efficiency issues in optimization over probability measures for researchers in machine learning and statistics, though it appears incremental as it builds on existing gradient flow methods.

The paper tackles the computational challenges of Wasserstein gradient flows for minimizing functionals in probability distribution spaces by proposing gradient flows using the sliced-Wasserstein distance, which offers a closed-form differentiable approximation and allows parameterization with any generative model, making it more flexible and tractable in high dimensions.

Minimizing functionals in the space of probability distributions can be done with Wasserstein gradient flows. To solve them numerically, a possible approach is to rely on the Jordan-Kinderlehrer-Otto (JKO) scheme which is analogous to the proximal scheme in Euclidean spaces. However, it requires solving a nested optimization problem at each iteration, and is known for its computational challenges, especially in high dimension. To alleviate it, very recent works propose to approximate the JKO scheme leveraging Brenier's theorem, and using gradients of Input Convex Neural Networks to parameterize the density (JKO-ICNN). However, this method comes with a high computational cost and stability issues. Instead, this work proposes to use gradient flows in the space of probability measures endowed with the sliced-Wasserstein (SW) distance. We argue that this method is more flexible than JKO-ICNN, since SW enjoys a closed-form differentiable approximation. Thus, the density at each step can be parameterized by any generative model which alleviates the computational burden and makes it tractable in higher dimensions.

Code Implementations1 repo
Foundations

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

Your Notes