Distance by optimal transport

Came acros this nifty paper which is mostly jargon to me but inspires the creative coding mind :slight_smile:

Seems closesly relevant to something like audiotransport~. It would be cool to be able to compute distances between buffers of data using the OT metric I think. I have used cosine/euclidian distance in attempts to evaluate how far apart spectral bases are with nmf and more ways of investigating this kind of thing could be useful in decomposition and for whizzing around ones corpus by similarity.

also code!

https://baggepinnen.github.io/SpectralDistances.jl/latest/

1 Like

soon the C++ code will be public, so you can make new objects by plundering the magic - and maybe even propose PR, imagine!

wow! soon ™