summer notes
Learning Notes on Optimal Transport
1. Introduction
OT allows to definemeaningful distancesbetween point clouds (ordatasets), hence isapplicable in most ML settings.
2. Mathematical Formulation
2.1 Monge’s Problem
Monge’s formulation of the OT problem seeks a mapping
2.2 Kantorovich’s Relaxation
Leonid Kantorovich introduced a relaxed version of Monge’s problem, which is easier to solve with modern computational tools. It transforms the problem into finding a joint distribution
where ( c(x, y) ) is the cost of transporting mass from ( x ) to ( y ).
Useful Video Screenshot
coupling
3. Computational Methods
3.1 Linear Programming
For discrete distributions, the OT problem can be formulated as a linear program where the objective is to minimize the total transportation cost subject to constraints ensuring that the mass is properly moved from sources to destinations.
- Title: summer notes
- Author: wy
- Created at : 2024-07-12 22:22:21
- Updated at : 2024-07-12 23:28:54
- Link: https://yuuee-www.github.io/blog/2024/07/12/summer-notes/
- License: This work is licensed under CC BY-NC-SA 4.0.