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

Model scores

Min Alignment Max Alignment

Rank

Model

Score

1
.781
2
.754
3
.743
4
.734
5
.731
6
.728
7
.723
8
.720
9
.719
10
.686
11
.685
12
.675
13
.674
14
.670
15
.661
16
.647
17
.647
18
.645
19
.639
20
.637
21
.635
22
.627
23
.627
24
.617
25
.614
26
.604
27
.601
28
.601
29
.599
30
.591
31
.590
32
.587
33
.583
34
.577
35
.576
36
.576
37
.572
38
.555
39
.537
40
.524
41
.522
42
.520
43
.520
44
.515
45
.509
46
.499
47
.493
48
.493
49
.476
50
.475
51
.473
52
.462
53
.458
54
.455
55
.443
56
.441
57
.418
58
.404
59
.401
60
.386
61
.381
62
.377
63
.354
64
.348
65
.344
66
.340
67
.338
68
.330
69
.328
70
.322
71
.309
72
.309
73
.309
74
.289
75
.289
76
.285
77
.284
78
.282
79
.279
80
.272
81
.266
82
.265
83
.260
84
.257
85
.257
86
.254
87
.253
88
.250
89
.250
90
.249
91
.245
92
.244
93
.243
94
.231
95
.231
96
.224
97
.209
98
.209
99
.202
100
.196
101
.194
102
.194
103
.194
104
.194
105
.194
106
.188
107
.188
108
.183
109
.182
110
.180
111
.179
112
.174
113
.173
114
.172
115
.172
116
.166
117
.162
118
.162
119
.157
120
.157
121
.156
122
.153
123
.149
124
.144
125
.143
126
.137
127
.136
128
.134
129
.133
130
.132
131
.131
132
.130
133
.130
134
.130
135
.130
136
.130
137
.129
138
.127
139
.127
140
.125
141
.122
142
.121
143
.121
144
.121
145
.119
146
.119
147
.118
148
.116
149
.112
150
.105
151
.105
152
.103
153
.102
154
.101
155
.099
156
.098
157
.097
158
.091
159
.090
160
.089
161
.089
162
.089
163
.088
164
.088
165
.088
166
.088
167
.088
168
.088
169
.088
170
.080
171
.079
172
.079
173
.078
174
.078
175
.078
176
.077
177
.076
178
.075
179
.075
180
.075
181
.073
182
.073
183
.071
184
.069
185
.068
186
.068
187
.067
188
.067
189
.067
190
.064
191
.062
192
.061
193
.061
194
.061
195
.059
196
.059
197
.058
198
.058
199
.058
200
.057
201
.057
202
.057
203
.057
204
.057
205
.056
206
.056
207
.054
208
.054
209
.050
210
.049
211
.049
212
.049
213
.049
214
.048
215
.048
216
.048
217
.048
218
.047
219
.047
220
.047
221
.046
222
.046
223
.046
224
.046
225
.046
226
.045
227
.045
228
.045
229
.044
230
.044
231
.043
232
.043
233
.041
234
.041
235
.040
236
.039
237
.039
238
.038
239
.038
240
.038
241
.038
242
.038
243
.038
244
.038
245
.036
246
.036
247
.036
248
.036
249
.036
250
.035
251
.034
252
.034
253
.033
254
.033
255
.031
256
.031
257
.030
258
.028
259
.028
260
.027
261
.027
262
.026
263
.024
264
.024
265
.023
266
.022
267
.022
268
.022
269
.022
270
.021
271
.021
272
.020
273
.017
274
.016
275
.016
276
.014
277
.013
278
.012
279
.011
280
.011
281
.011
282
.010
283
.010
284
.009
285
.008
286
.006
287
.006
288
.006
289
.005
290
.005
291
.005
292
.005
293
.004
294
.004
295
.003
296
.003
297
.002
298
.001
299
.000
300
301
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
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.43.

Note that scores are relative to this ceiling.

Data: Geirhos2021uniformnoise

Metric: error_consistency