What is: Triplet Loss?
Source | Triplet Loss in Siamese Network for Object Tracking |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
The goal of Triplet loss, in the context of Siamese Networks, is to maximize the joint probability among all score-pairs i.e. the product of all probabilities. By using its negative logarithm, we can get the loss formulation as follows:
where the balance weight is used to keep the loss with the same scale for different number of instance sets.