Sample stimuli

sample 0 sample 1 sample 2 sample 3 sample 4 sample 5 sample 6 sample 7 sample 8 sample 9

How to use

from brainscore_vision import load_benchmark
benchmark = load_benchmark("Geirhos2021eidolonIII-error_consistency")
score = benchmark(my_model)

Model scores

Min Alignment Max Alignment

Rank

Model

Score

1
.726
2
.644
3
.641
4
.638
5
.629
6
.610
7
.597
8
.597
9
.582
10
.579
11
.578
12
.574
13
.569
14
.567
15
.564
16
.561
17
.558
18
.556
19
.556
20
.554
21
.551
22
.550
23
.548
24
.546
25
.541
26
.535
27
.535
28
.535
29
.521
30
.518
31
.517
32
.511
33
.505
34
.502
35
.502
36
.501
37
.501
38
.500
39
.495
40
.494
41
.490
42
.489
43
.489
44
.484
45
.480
46
.477
47
.476
48
.474
49
.473
50
.473
51
.470
52
.469
53
.468
54
.468
55
.468
56
.465
57
.464
58
.464
59
.459
60
.453
61
.453
62
.451
63
.445
64
.444
65
.443
66
.442
67
.441
68
.439
69
.438
70
.437
71
.433
72
.433
73
.432
74
.432
75
.429
76
.427
77
.424
78
.423
79
.418
80
.416
81
.415
82
.415
83
.415
84
.412
85
.412
86
.400
87
.397
88
.395
89
.393
90
.391
91
.388
92
.383
93
.380
94
.379
95
.377
96
.373
97
.369
98
.368
99
.366
100
.364
101
.363
102
.360
103
.360
104
.357
105
.356
106
.353
107
.353
108
.352
109
.350
110
.346
111
.343
112
.340
113
.334
114
.333
115
.327
116
.324
117
.320
118
.320
119
.319
120
.319
121
.319
122
.318
123
.317
124
.316
125
.315
126
.314
127
.313
128
.313
129
.312
130
.304
131
.302
132
.302
133
.299
134
.299
135
.297
136
.297
137
.296
138
.295
139
.295
140
.294
141
.294
142
.292
143
.292
144
.291
145
.291
146
.291
147
.291
148
.290
149
.290
150
.287
151
.286
152
.286
153
.285
154
.284
155
.284
156
.283
157
.282
158
.281
159
.278
160
.276
161
.274
162
.273
163
.273
164
.272
165
.271
166
.267
167
.263
168
.262
169
.258
170
.257
171
.256
172
.255
173
.252
174
.252
175
.251
176
.250
177
.247
178
.245
179
.245
180
.244
181
.242
182
.241
183
.240
184
.238
185
.233
186
.231
187
.230
188
.228
189
.226
190
.221
191
.220
192
.219
193
.219
194
.219
195
.215
196
.214
197
.213
198
.212
199
.203
200
.200
201
.196
202
.190
203
.189
204
.174
205
.173
206
.171
207
.168
208
.168
209
.167
210
.167
211
.162
212
.161
213
.157
214
.154
215
.154
216
.151
217
.151
218
.146
219
.145
220
.142
221
.138
222
.137
223
.136
224
.135
225
.132
226
.130
227
.129
228
.129
229
.129
230
.129
231
.129
232
.129
233
.127
234
.126
235
.125
236
.124
237
.124
238
.124
239
.123
240
.123
241
.121
242
.121
243
.117
244
.113
245
.112
246
.112
247
.112
248
.112
249
.112
250
.108
251
.105
252
.105
253
.104
254
.103
255
.101
256
.099
257
.097
258
.096
259
.095
260
.094
261
.093
262
.093
263
.093
264
.091
265
.091
266
.090
267
.090
268
.089
269
.089
270
.085
271
.081
272
.080
273
.079
274
.078
275
.076
276
.071
277
.069
278
.063
279
.062
280
.057
281
.056
282
.042
283
.040
284
.039
285
.037
286
.037
287
.037
288
.037
289
.037
290
.036
291
.034
292
.033
293
.033
294
.026
295
.023
296
.018
297
.010
298
.010
299
.007
300
.003
301
.001
302
.000
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450

Benchmark bibtex

@article{geirhos2021partial,
              title={Partial success in closing the gap between human and machine vision},
              author={Geirhos, Robert and Narayanappa, Kantharaju and Mitzkus, Benjamin and Thieringer, Tizian and Bethge, Matthias and Wichmann, Felix A and Brendel, Wieland},
              journal={Advances in Neural Information Processing Systems},
              volume={34},
              year={2021},
              url={https://openreview.net/forum?id=QkljT4mrfs}
        }

Ceiling

0.46.

Note that scores are relative to this ceiling.

Data: Geirhos2021eidolonIII

Metric: error_consistency