pytorch-metric-learning
pytorch-metric-learning copied to clipboard
The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.
Also it might be possible to replace the functionality of ```match_finder``` with ```knn_func```
See: https://github.com/jimporter/mike. This makes mkdocs support versioned docs.
A common use case is to have ```embeddings``` and ```ref_emb``` be augmented versions of each other. For most losses right now you have to create labels to indicate which ```embeddings```...
add smoothap loss (ECCV2020)
Would you please repoduce the manifold similarity loss proposed in > thanks a lot!
https://arxiv.org/pdf/2110.06848.pdf
- Compute centroid of each class in the reference set - Find nearest centroid for each query embedding. It gets a score of 1 if the nearest centroid is the...
Do you plan to add the Spherical Embedding Constraint (SEC) proposed in the following paper? (https://arxiv.org/pdf/2011.02785.pdf)
Hey! Any objections adding Hierarchical Triplet Loss (HTL), described [here](https://arxiv.org/pdf/1810.06951)? Happy to work on a Pull Request.
Basically something like sklearn KNeighborsClassifier. We could also add nearest-centroid classification and others. See #342 and #343