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("Geirhos2021eidolonII-error_consistency")
score = benchmark(my_model)

Model scores

Min Alignment Max Alignment

Rank

Model

Score

1
.732
2
.703
3
.699
4
.696
5
.692
6
.680
7
.674
8
.665
9
.664
10
.662
11
.662
12
.659
13
.656
14
.650
15
.650
16
.646
17
.646
18
.643
19
.640
20
.635
21
.632
22
.630
23
.626
24
.625
25
.624
26
.622
27
.617
28
.613
29
.613
30
.613
31
.610
32
.603
33
.602
34
.597
35
.590
36
.588
37
.582
38
.578
39
.577
40
.569
41
.564
42
.559
43
.559
44
.558
45
.558
46
.555
47
.549
48
.547
49
.546
50
.540
51
.538
52
.535
53
.534
54
.534
55
.527
56
.524
57
.522
58
.520
59
.519
60
.518
61
.515
62
.513
63
.512
64
.509
65
.503
66
.501
67
.501
68
.496
69
.495
70
.491
71
.482
72
.481
73
.477
74
.475
75
.473
76
.470
77
.469
78
.465
79
.465
80
.463
81
.458
82
.455
83
.454
84
.454
85
.453
86
.453
87
.451
88
.448
89
.445
90
.443
91
.433
92
.423
93
.423
94
.421
95
.421
96
.416
97
.416
98
.414
99
.410
100
.405
101
.401
102
.399
103
.399
104
.394
105
.379
106
.379
107
.375
108
.371
109
.371
110
.366
111
.365
112
.364
113
.363
114
.361
115
.361
116
.359
117
.359
118
.358
119
.354
120
.351
121
.350
122
.345
123
.342
124
.337
125
.331
126
.330
127
.329
128
.329
129
.329
130
.329
131
.329
132
.325
133
.320
134
.317
135
.317
136
.315
137
.314
138
.313
139
.313
140
.313
141
.311
142
.311
143
.308
144
.304
145
.302
146
.299
147
.298
148
.298
149
.297
150
.296
151
.296
152
.294
153
.294
154
.289
155
.289
156
.287
157
.287
158
.286
159
.285
160
.279
161
.278
162
.274
163
.270
164
.270
165
.267
166
.266
167
.266
168
.265
169
.260
170
.260
171
.258
172
.257
173
.256
174
.255
175
.254
176
.252
177
.252
178
.252
179
.252
180
.252
181
.252
182
.252
183
.252
184
.252
185
.252
186
.252
187
.250
188
.247
189
.246
190
.236
191
.235
192
.235
193
.226
194
.226
195
.226
196
.226
197
.225
198
.224
199
.224
200
.223
201
.223
202
.216
203
.216
204
.215
205
.206
206
.206
207
.204
208
.198
209
.196
210
.195
211
.191
212
.190
213
.189
214
.189
215
.182
216
.182
217
.180
218
.180
219
.179
220
.178
221
.178
222
.174
223
.173
224
.169
225
.166
226
.161
227
.161
228
.158
229
.158
230
.155
231
.154
232
.151
233
.149
234
.145
235
.143
236
.143
237
.143
238
.142
239
.137
240
.136
241
.134
242
.133
243
.128
244
.124
245
.124
246
.118
247
.118
248
.116
249
.115
250
.114
251
.114
252
.112
253
.110
254
.109
255
.107
256
.105
257
.105
258
.104
259
.100
260
.098
261
.098
262
.096
263
.089
264
.088
265
.086
266
.086
267
.086
268
.078
269
.075
270
.071
271
.065
272
.065
273
.061
274
.061
275
.058
276
.058
277
.057
278
.052
279
.049
280
.049
281
.049
282
.049
283
.048
284
.046
285
.043
286
.042
287
.041
288
.040
289
.039
290
.032
291
.030
292
.030
293
.026
294
.024
295
.024
296
.020
297
.013
298
.010
299
.007
300
.006
301
.002
302
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

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.45.

Note that scores are relative to this ceiling.

Data: Geirhos2021eidolonII

Metric: error_consistency