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

Model scores

Min Alignment Max Alignment

Rank

Model

Score

1
.734
2
.730
3
.677
4
.624
5
.622
6
.621
7
.619
8
.613
9
.612
10
.606
11
.600
12
.599
13
.596
14
.588
15
.588
16
.584
17
.584
18
.576
19
.576
20
.572
21
.567
22
.562
23
.561
24
.551
25
.522
26
.521
27
.512
28
.511
29
.511
30
.508
31
.506
32
.503
33
.499
34
.479
35
.478
36
.462
37
.459
38
.448
39
.445
40
.442
41
.433
42
.431
43
.419
44
.416
45
.404
46
.404
47
.383
48
.382
49
.378
50
.376
51
.376
52
.372
53
.367
54
.364
55
.363
56
.363
57
.361
58
.350
59
.347
60
.346
61
.344
62
.342
63
.339
64
.338
65
.331
66
.320
67
.312
68
.308
69
.307
70
.289
71
.289
72
.289
73
.287
74
.286
75
.286
76
.273
77
.269
78
.268
79
.267
80
.261
81
.256
82
.251
83
.250
84
.250
85
.250
86
.249
87
.247
88
.246
89
.239
90
.223
91
.222
92
.222
93
.219
94
.214
95
.210
96
.209
97
.207
98
.202
99
.195
100
.192
101
.189
102
.185
103
.183
104
.183
105
.182
106
.181
107
.179
108
.177
109
.177
110
.170
111
.168
112
.165
113
.162
114
.161
115
.161
116
.161
117
.159
118
.158
119
.156
120
.154
121
.153
122
.153
123
.151
124
.150
125
.148
126
.147
127
.146
128
.145
129
.145
130
.144
131
.143
132
.142
133
.141
134
.139
135
.138
136
.137
137
.134
138
.134
139
.133
140
.133
141
.132
142
.130
143
.129
144
.129
145
.125
146
.123
147
.123
148
.121
149
.120
150
.120
151
.119
152
.119
153
.118
154
.118
155
.118
156
.118
157
.116
158
.114
159
.114
160
.114
161
.114
162
.114
163
.112
164
.112
165
.111
166
.111
167
.110
168
.110
169
.109
170
.108
171
.108
172
.107
173
.107
174
.107
175
.107
176
.107
177
.104
178
.101
179
.101
180
.100
181
.100
182
.097
183
.094
184
.094
185
.094
186
.094
187
.093
188
.091
189
.091
190
.091
191
.090
192
.090
193
.089
194
.089
195
.087
196
.084
197
.083
198
.083
199
.081
200
.081
201
.080
202
.080
203
.080
204
.080
205
.079
206
.079
207
.079
208
.077
209
.076
210
.075
211
.074
212
.073
213
.069
214
.069
215
.069
216
.068
217
.067
218
.067
219
.066
220
.066
221
.066
222
.063
223
.060
224
.060
225
.060
226
.060
227
.060
228
.060
229
.060
230
.060
231
.059
232
.059
233
.059
234
.057
235
.057
236
.055
237
.055
238
.054
239
.052
240
.052
241
.051
242
.051
243
.051
244
.051
245
.050
246
.049
247
.048
248
.048
249
.048
250
.047
251
.047
252
.045
253
.045
254
.044
255
.044
256
.043
257
.043
258
.042
259
.041
260
.041
261
.040
262
.040
263
.037
264
.034
265
.033
266
.033
267
.032
268
.032
269
.031
270
.031
271
.030
272
.030
273
.029
274
.029
275
.029
276
.029
277
.029
278
.028
279
.028
280
.027
281
.027
282
.025
283
.024
284
.023
285
.023
286
.023
287
.022
288
.022
289
.022
290
.020
291
.019
292
.019
293
.019
294
.018
295
.018
296
.017
297
.017
298
.016
299
.016
300
.015
301
.014
302
.013
303
.013
304
.012
305
.012
306
.011
307
.010
308
.009
309
.008
310
.007
311
.007
312
.006
313
.006
314
.006
315
.005
316
.005
317
.005
318
.003
319
.003
320
.002
321
.001
322
.001
323
.001
324
.001
325
.000
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
484

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: Geirhos2021phasescrambling

Metric: error_consistency