paper-with-me

Papers

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 limits its application. Optimal Partial Transport (OPT) is a recently proposed solution to this limitation. Similar to the OT problem, the computation of OPT relies on solving a linear programming problem (often in high dimensions), which can become computationally prohibitive. In this paper, we propose an efficient algorithm for calculating the OPT problem between two non-negative measures in one dimension. Next, following the idea of sliced OT distances, we utilize slicing to define the sliced OPT distance. Finally, we demonstrate the computational and accuracy benefits of the sliced OPT-based method in various numerical experiments. In particular, we show an application of our proposed Sliced-OPT in noisy point cloud registration.

📄 PDF Abstract BibTeX arXiv:2212.08049

Code (2)

Baio0/sliced_opt 공식 구현 pytorch
yikun-baio/sliced_opt 공식 구현 pytorch

Tasks

Point Cloud Registration

Methods 이 논문이 사용한 방법론

OPT OPT is a suite of decoder-only pre-trained transformers ranging from 125M to 175B parameters. The model uses an AdamW optimizer and weight decay of 0.1. It follows a linear…

Similar Papers 제목 키워드 기반

An Introduction to Sliced Optimal Transport

2025-08-17 · Khai Nguyen arxiv

Sliced Optimal Transport (SOT) is a rapidly developing branch of optimal transport (OT) that exploits the tractability of one-dimensional OT problems. By combining tools from OT, integral geometry, and computational stat…

PT$\mathrm{L}^{p}$: Partial Transport $\mathrm{L}^{p}$ Distances

2023-07-25 · Xinran Liu, Yikun Bai, Huy Tran, Zhanqi Zhu 외

Optimal transport and its related problems, including optimal partial transport, have proven to be valuable tools in machine learning for computing meaningful distances between probability or positive measures. This succ…

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…