paper-with-me

Papers

Streaming Sliced Optimal Transport

2025-05-11 · Khai Nguyen

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.

📄 PDF Abstract BibTeX arXiv:2505.06835

Code (1)

khainb/StreamSW 공식 구현 pytorch

Tasks

Change Point DetectionPoint Cloud Classification

Similar Papers 제목 키워드 기반

A User's Guide to Sampling Strategies for Sliced Optimal Transport

2025-02-04 · Keanu Sisouk, Julie Delon, Julien Tierny

This paper serves as a user's guide to sampling strategies for sliced optimal transport. We provide reminders and additional regularity results on the Sliced Wasserstein distance. We detail the construction methods, gene…

Expected Sliced Transport Plans

2024-10-16 · Xinran Liu, Rocío Díaz Martín, Yikun Bai, Ashkan Shahbazi 외

The optimal transport (OT) problem has gained significant traction in modern machine learning for its ability to: (1) provide versatile metrics, such as Wasserstein distances and their variants, and (2) determine optimal…

Computational Efficiency

Distribution Steering via Sliced Optimal Transport Control

2026-08-13 · Kaito Ito, Anqi Dong arxiv

Distribution steering seeks feedback laws that drive the state law of a dynamical system between prescribed initial and terminal distributions. Optimal transport provides a natural geometric approach, but its implementat…

Sliced Multi-Marginal Optimal Transport

2021-02-14 · samuel cohen, Alexander Terenin, Yannik Pitcan, Brandon Amos 외

Multi-marginal optimal transport enables one to compare multiple probability measures, which increasingly finds application in multi-task learning problems. One practical limitation of multi-marginal transport is computa…

Density EstimationMulti-Task Learning

Sliced Optimal Partial Transport

2022-12-15 · CVPR 2023 1 · Yikun Bai, Berhnard Schmitzer, Mathew Thorpe, Soheil Kolouri

Optimal transport (OT) has become exceedingly popular in machine learning, data science, and computer vision. The core assumption in the OT problem is the equal total amount of mass in source and target measures, which l…

Point Cloud Registration