Hello,
following this discussion, the steps followed by PosDefManifold.jl for doing classification in the tangent space are:
-
parallel transport of all points to the center of the manifold (identity for the positive definite matrices manifold). This involves the computation of a center of mass of the points in the manifold and a function for parallel transport.
-
Exponential map (projection on the tangent space)
-
vectorization (a special one, for example, for the pos def manifold a weight √2 is given to the off-diagonal elements)
I am not familiar with other manifolds. Are all these operations possible with all currently implemented manifolds?
Hello,
following this discussion, the steps followed by PosDefManifold.jl for doing classification in the tangent space are:
parallel transport of all points to the center of the manifold (identity for the positive definite matrices manifold). This involves the computation of a center of mass of the points in the manifold and a function for parallel transport.
Exponential map (projection on the tangent space)
vectorization (a special one, for example, for the pos def manifold a weight √2 is given to the off-diagonal elements)
I am not familiar with other manifolds. Are all these operations possible with all currently implemented manifolds?