JuliaOptimalTransport / OptimalTransport.jl

Optimal transport algorithms for Julia
https://juliaoptimaltransport.github.io/OptimalTransport.jl/dev
MIT License
93 stars 8 forks source link

Unbalanced Sinkhorn divergences #153

Open zsteve opened 2 years ago

zsteve commented 2 years ago

Recently came across a use case for this. Might be something worth implementing in the future. https://arxiv.org/pdf/1910.12958.pdf

davibarreira commented 2 years ago

Very nice paper! Added on to my "to-read" pile. I still have to go through the Sinkhorn code here to fully understand it. I've only done naive implementations, so I have to better understand all the optimizations you guys have done.