LGCOMEMLMay 11, 2025

Streaming Sliced Optimal Transport

arXiv:2505.06835v1h-index: 15Has Code
Originality Incremental advance
AI Analysis

This work addresses computational scalability for optimal transport in streaming scenarios, offering incremental improvements in memory efficiency and accuracy for tasks like point cloud analysis.

The authors tackled the problem of computing sliced Wasserstein distances from streaming data by proposing Stream-SW, a method that reduces memory complexity while providing theoretical error guarantees, achieving more accurate approximations than random subsampling in experiments with Gaussian distributions and other applications.

Sliced optimal transport (SOT) or sliced Wasserstein (SW) distance is widely recognized for its statistical and computational scalability. In this work, we further enhance the computational scalability by proposing the first method for computing SW from sample streams, called \emph{streaming sliced Wasserstein} (Stream-SW). To define Stream-SW, we first introduce the streaming computation of the one-dimensional Wasserstein distance. Since the one-dimensional Wasserstein (1DW) distance has a closed-form expression, given by the absolute difference between the quantile functions of the compared distributions, we leverage quantile approximation techniques for sample streams to define the streaming 1DW distance. By applying streaming 1DW to all projections, we obtain Stream-SW. The key advantage of Stream-SW is its low memory complexity while providing theoretical guarantees on the approximation error. We demonstrate that Stream-SW achieves a more accurate approximation of SW than random subsampling, with lower memory consumption, in comparing Gaussian distributions and mixtures of Gaussians from streaming samples. Additionally, we conduct experiments on point cloud classification, point cloud gradient flows, and streaming change point detection to further highlight the favorable performance of Stream-SW.

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