split-vlm-repro-bundle / outputs /aggregate.json
kpshinnik's picture
Upload folder using huggingface_hub
d4bcd5c verified
Raw
History Blame Contribute Delete
3.04 kB
{
"benchmarks": {
"POPE": {
"n": 150
},
"TextVQA": {
"n": 60
},
"ScienceQA": {
"n": 60
}
},
"absolute_accuracy": [
{
"benchmark": "POPE",
"n": 150,
"vanilla": 81.33333333333333,
"split@192": 78.66666666666667,
"split@128": 77.33333333333333,
"split@64": 77.33333333333333,
"random@192": 78.66666666666667,
"random@128": 78.66666666666667,
"random@64": 78.66666666666667,
"attn@192": 82.0,
"attn@128": 82.0,
"attn@64": 81.33333333333333
},
{
"benchmark": "TextVQA",
"n": 60,
"vanilla": 39.44444444444444,
"split@192": 32.77777777777778,
"split@128": 31.666666666666668,
"split@64": 30.0,
"random@192": 28.888888888888893,
"random@128": 22.22222222222222,
"random@64": 10.0,
"attn@192": 41.666666666666664,
"attn@128": 40.55555555555555,
"attn@64": 40.0
},
{
"benchmark": "ScienceQA",
"n": 60,
"vanilla": 66.66666666666667,
"split@192": 65.0,
"split@128": 61.666666666666664,
"split@64": 61.666666666666664,
"random@192": 63.333333333333336,
"random@128": 63.333333333333336,
"random@64": 61.666666666666664,
"attn@192": 63.333333333333336,
"attn@128": 63.333333333333336,
"attn@64": 65.0
}
],
"relative_accuracy_avg": {
"split": {
"192": 92.44,
"128": 89.29,
"64": 87.88
},
"random": {
"192": 88.32,
"128": 82.69,
"64": 71.52
},
"attn": {
"192": 100.48,
"128": 99.55,
"64": 99.64
}
},
"per_benchmark_relative": {
"split": {
"192": {
"POPE": 96.72,
"TextVQA": 83.1,
"ScienceQA": 97.5
},
"128": {
"POPE": 95.08,
"TextVQA": 80.28,
"ScienceQA": 92.5
},
"64": {
"POPE": 95.08,
"TextVQA": 76.06,
"ScienceQA": 92.5
}
},
"random": {
"192": {
"POPE": 96.72,
"TextVQA": 73.24,
"ScienceQA": 95.0
},
"128": {
"POPE": 96.72,
"TextVQA": 56.34,
"ScienceQA": 95.0
},
"64": {
"POPE": 96.72,
"TextVQA": 25.35,
"ScienceQA": 92.5
}
},
"attn": {
"192": {
"POPE": 100.82,
"TextVQA": 105.63,
"ScienceQA": 95.0
},
"128": {
"POPE": 100.82,
"TextVQA": 102.82,
"ScienceQA": 95.0
},
"64": {
"POPE": 100.0,
"TextVQA": 101.41,
"ScienceQA": 97.5
}
}
},
"paper_reference": {
"SPLIT": {
"192": 99.3,
"128": 97.8,
"64": 92.8
},
"baselines": {
"DART": {
"192": 99.0,
"128": 97.2,
"64": 91.4
},
"DivPrune": {
"192": 96.9,
"128": 95.2,
"64": 91.7
},
"FastV": {
"192": 96.1,
"128": 93.3,
"64": 86.6
}
}
}
}