EMD

Creator
Creator
Seonglae Cho
Created
Created
2025 Mar 9 23:53
Editor
Edited
Edited
2025 Mar 10 0:46

Earth mover's distance, Optimal Transport Problem

The minimum cost required to transform one probability distribution into another by moving probability mass, where cost is defined as the total distance that mass needs to be moved
It does not diverges even if
Support
does not duplicate.
EMD(P,Q)=minγΓ(P,Q)x,yγ(x,y)d(x,y)\text{EMD}(P, Q) = \min_{\gamma \in \Gamma(P,Q)} \sum_{x,y} \gamma(x,y) d(x,y)yγ(x,y)=P(x),xγ(x,y)=Q(y),x,yγ(x,y)=1\sum_{y} \gamma(x, y) = P(x), \quad \sum_{x} \gamma(x, y) = Q(y), \quad \sum_{x, y} \gamma(x, y) = 1

Flow

 
 

Algorithm

 
 
 
 
 

Recommendations