LR-UGW on which marginal by default? #654
Unanswered
EricZimmermann
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am implementing the semi-relaxed gw objective proposed in Dassot: https://openreview.net/pdf?id=TsMdJULS9o
Where:
I wanted to clarify two components:
Here is an example of the code I am using for LR=UGW:
Emulating the toy problem with the lrugw in the paper with a mixture of vmf yields selections collapsed on to similar points. Using POT

entropic_semirelaxed_gromov_wasserstein
got okay results with similar clustering issues (not sure if there is a penalty I could add to improve point spread beypund eps) that did not seem to be in the paper, but was way too slow and could not be scaled to anything reasonable, while OTT is much more efficient:I am left wondering how I can potentially fix my implementation / understanding of the docs, or move on from this paper.
Thank you!
Eric
Beta Was this translation helpful? Give feedback.
All reactions