pytorch-metric-learning
pytorch-metric-learning copied to clipboard
Spherical Embedding Constraint (SEC)
Do you plan to add the Spherical Embedding Constraint (SEC) proposed in the following paper? (https://arxiv.org/pdf/2011.02785.pdf)
Is it possible that SEC is equivalent to this already-implemented regularizer?
https://kevinmusgrave.github.io/pytorch-metric-learning/regularizers/#centerinvariantregularizer
I can't find a public version of the paper referenced in the docs at that link, but per the discussion in section 3.3 of the paper you linked (in particular the paragraph following equation 17) I think using centerinvariantregularizer
with the default L2 distance is equivalent to SEC.
For reference, here's a screenshot from the "center invariant" paper: