Datasets:
Tasks:
Feature Extraction
Languages:
English
Size:
1K<n<10K
Tags:
representation-similarity
representation-convergence
cross-model-transport
benchmark
alignment
evaluation
License:
File size: 839 Bytes
285f7ca | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | {
"pairs": [
{
"pair": "clip_vitb16 <-> clip_vitb16_text",
"s_local": 0.0,
"s_global": 0.0077,
"tau": 0.0,
"delta": 1.013,
"regime": "Divergent",
"cross_modal": true
},
{
"pair": "clip_vitl14 <-> clip_vitl14_text",
"s_local": 0.0,
"s_global": 0.01,
"tau": 0.0,
"delta": 1.505,
"regime": "Divergent",
"cross_modal": true
},
{
"pair": "dinov2_vitb14 <-> clip_vitb16_text",
"s_local": 0.0,
"s_global": 0.017,
"tau": 0.0,
"delta": 2.772,
"regime": "Divergent",
"cross_modal": true
},
{
"pair": "resnet50 <-> clip_vitb16_text",
"s_local": 0.0,
"s_global": 0.0099,
"tau": 0.0,
"delta": 2.277,
"regime": "Divergent",
"cross_modal": true
}
]
} |