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

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