-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add parallel transport to SPD with BW metric #480
Comments
Hm, I tried understanding what they actually compute but I am lost to find what edit: The authors might have implemented it here https://geomstats.github.io/_modules/geomstats/geometry/spd_matrices.html#SPDMetricBuresWasserstein.parallel_transport but since that is for arbitrary backends, its a little hard to read and also there is no formula (just input/output) documented. edit 2: The edit 3: |
I think EDIT: Github doesn't handle multiple formulas well... |
Regarding ODE solving, I think there are three reasonable directions:
|
but in the formula they use (delta_j+delta_i) / (d_i+d_j) so if both are eigenvalues of some SPD matrices, I do not know which one wis which. I also have not seen the single-index delta in sec 2? |
Ok, neither of those three is what I could provide, since I also do not seem able to get their notation, this might not be an issue for me. |
Yes, none of them is particularly simple. The easiest thing to start here is most likely a rolled-out implementation of a solver for the Sasaki metric I still mean to finish... |
That is possible, for D it is impicitly mentioned somewhere in section 2, for Delta that is not mentioned at all. Still it only solves a specific case, so this Issue really has to wait until we have some ODE framework. |
Described here: https://arxiv.org/abs/2109.05768 .
The text was updated successfully, but these errors were encountered: