Open hmcoo opened 3 years ago
Given an input feature vector, the 'winner' is the ng node that matches that input (i.e., whose centroid vector has the minimum Euclidean distance to the input vector. Refer to the supplementary material.) Thus each node j corresponds to a set of feature vectors who are closer to j than other nodes. The variances of node j are computed using these feature vectors.
Given an input feature vector, the 'winner' is the ng node that matches that input (i.e., whose centroid vector has the minimum Euclidean distance to the input vector. Refer to the supplementary material.) Thus each node j corresponds to a set of feature vectors who are closer to j than other nodes. The variances of node j are computed using these feature vectors.
Thank you for quick reply.
Can I have one more question? During you calculate the anchor loss, you have used the variance. Do you have a special reason to use variance rather than covariance?
Thank you again, and have a good day.
In the page 4, it mentioned that The variance Λ_j is estimated using the feature vectors whose winner is j.
Can you elaborate the meaning of the winner? Did you define the winner for variance via:
Thank you for reading it and and stay safe.