You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+10-2
Original file line number
Diff line number
Diff line change
@@ -240,11 +240,19 @@ For a detailed explanation of everything, please refer to the supplementary of o
240
240
241
241
242
242
### Evaluation Metrics
243
-
243
+
**Metrics based on Euclidean Distances**
244
244
***Recall@k**: Include R@1 e.g. with `e_recall@1` into the list of evaluation metrics `--evaluation_metrics`.
245
245
***Normalized Mutual Information (NMI)**: Include with `nmi`.
246
-
***F1**: include with `nmi`.
246
+
***F1**: include with `f1`.
247
247
***mAP (class-averaged)**: Include standard mAP at Recall with `mAP_lim`. You may also include `mAP_1000` for mAP limited to Recall@1000, and `mAP_c` limited to mAP at Recall@Max_Num_Samples_Per_Class. Note that all of these are heavily correlated.
248
+
249
+
**Metrics based on Cosine Similarities***(not included by default)*
250
+
***Cosine Recall@k**: Cosine-Similarity variant of Recall@k. Include with `c_recall@k` in `--evaluation_metrics`.
251
+
***Cosine Normalized Mutual Information (NMI)**: Include with `c_nmi`.
252
+
***Cosine F1**: include with `c_f1`.
253
+
***Cosine mAP (class-averaged)**: Include cosine similarity mAP at Recall variants with `c_mAP_lim`. You may also include `c_mAP_1000` for mAP limited to Recall@1000, and `c_mAP_c` limited to mAP at Recall@Max_Num_Samples_Per_Class.
254
+
255
+
**Embedding Space Metrics**
248
256
***Spectral Variance**: This metric refers to the spectral decay metric used in our ICML paper. Include it with `rho_spectrum@1`. To exclude the `k` largest spectral values for a more robust estimate, simply include `rho_spectrum@k+1`. Adding `rho_spectrum@0` logs the whole singular value distribution, and `rho_spectrum@-1` computes KL(q,p) instead of KL(p,q).
249
257
***Mean Intraclass Distance**: Include the mean intraclass distance via `dists@intra`.
250
258
***Mean Interclass Distance**: Include the mean interlcass distance via `dists@inter`.
0 commit comments