Metric Learning
Metric learning or Similarity learning is the process of training a feature vector that can be used to acess its similarity between object classes. It can be used in ranking, recomendation systems, visual identity tracking, face verification and others.
Right now I found two diferent groups for this aproaches, contrastive and softmax.
Contrastive
- Contrastive loss
- Triplet loss
Softmax
- ArcFace
- SphereFace
- CosFace
ReId models and tracking
- OSNet ReID models
- Fast-ReId