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

Model scores

Min Alignment Max Alignment

Rank

Model

Score

1
.730
2
.695
3
.695
4
.690
5
.667
6
.663
7
.655
8
.648
9
.630
10
.625
11
.623
12
.613
13
.603
14
.602
15
.601
16
.600
17
.589
18
.588
19
.579
20
.578
21
.568
22
.563
23
.559
24
.554
25
.553
26
.544
27
.544
28
.543
29
.537
30
.535
31
.535
32
.530
33
.527
34
.527
35
.520
36
.516
37
.505
38
.504
39
.499
40
.498
41
.497
42
.496
43
.492
44
.483
45
.478
46
.471
47
.463
48
.463
49
.460
50
.460
51
.454
52
.436
53
.435
54
.419
55
.419
56
.415
57
.410
58
.410
59
.409
60
.406
61
.400
62
.397
63
.396
64
.391
65
.385
66
.382
67
.379
68
.379
69
.371
70
.370
71
.368
72
.366
73
.365
74
.361
75
.361
76
.354
77
.352
78
.338
79
.338
80
.326
81
.317
82
.314
83
.313
84
.311
85
.306
86
.305
87
.299
88
.297
89
.295
90
.290
91
.285
92
.274
93
.270
94
.268
95
.268
96
.260
97
.260
98
.259
99
.258
100
.258
101
.252
102
.252
103
.251
104
.247
105
.244
106
.243
107
.238
108
.232
109
.230
110
.230
111
.225
112
.221
113
.218
114
.215
115
.214
116
.214
117
.213
118
.209
119
.207
120
.203
121
.203
122
.203
123
.202
124
.201
125
.197
126
.197
127
.194
128
.190
129
.187
130
.186
131
.186
132
.185
133
.185
134
.185
135
.185
136
.185
137
.184
138
.180
139
.179
140
.175
141
.175
142
.174
143
.169
144
.168
145
.167
146
.165
147
.165
148
.165
149
.163
150
.161
151
.161
152
.156
153
.156
154
.155
155
.153
156
.153
157
.152
158
.147
159
.144
160
.143
161
.141
162
.140
163
.140
164
.139
165
.138
166
.135
167
.135
168
.133
169
.133
170
.132
171
.132
172
.130
173
.129
174
.129
175
.129
176
.127
177
.127
178
.127
179
.126
180
.126
181
.126
182
.126
183
.125
184
.124
185
.124
186
.123
187
.122
188
.122
189
.121
190
.119
191
.116
192
.115
193
.113
194
.113
195
.112
196
.112
197
.111
198
.111
199
.110
200
.110
201
.109
202
.109
203
.109
204
.109
205
.108
206
.108
207
.107
208
.103
209
.103
210
.103
211
.100
212
.100
213
.100
214
.097
215
.097
216
.096
217
.096
218
.096
219
.095
220
.095
221
.094
222
.092
223
.091
224
.090
225
.087
226
.086
227
.085
228
.085
229
.085
230
.085
231
.085
232
.084
233
.084
234
.082
235
.081
236
.081
237
.081
238
.081
239
.080
240
.080
241
.078
242
.078
243
.077
244
.077
245
.077
246
.075
247
.074
248
.074
249
.074
250
.074
251
.074
252
.072
253
.071
254
.070
255
.070
256
.069
257
.067
258
.066
259
.065
260
.064
261
.063
262
.061
263
.061
264
.061
265
.060
266
.060
267
.059
268
.059
269
.058
270
.057
271
.057
272
.056
273
.056
274
.056
275
.055
276
.055
277
.054
278
.054
279
.052
280
.049
281
.049
282
.047
283
.045
284
.045
285
.044
286
.044
287
.043
288
.040
289
.038
290
.038
291
.037
292
.034
293
.032
294
.032
295
.031
296
.031
297
.031
298
.031
299
.030
300
.029
301
.029
302
.028
303
.026
304
.026
305
.025
306
.024
307
.024
308
.022
309
.020
310
.019
311
.017
312
.016
313
.014
314
.013
315
.013
316
.013
317
.013
318
.013
319
.007
320
.006
321
.006
322
.005
323
.004
324
.003
325
.003
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
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483

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

Note that scores are relative to this ceiling.

Data: Geirhos2021lowpass

Metric: error_consistency