What is: Normalized Temperature-scaled Cross Entropy Loss?
Source | Improved Deep Metric Learning with Multi-class N-pair Loss Objective |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
NT-Xent, or Normalized Temperature-scaled Cross Entropy Loss, is a loss function. Let denote the cosine similarity between two vectors and . Then the loss function for a positive pair of examples is :
where {} is an indicator function evaluating to iff and denotes a temperature parameter. The final loss is computed across all positive pairs, both and , in a mini-batch.
Source: SimCLR