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

Model scores

Min Alignment Max Alignment

Rank

Model

Score

1
.818
2
.804
3
.780
4
.757
5
.756
6
.755
7
.754
8
.752
9
.752
10
.739
11
.738
12
.735
13
.726
14
.713
15
.708
16
.706
17
.702
18
.702
19
.699
20
.688
21
.688
22
.682
23
.682
24
.668
25
.668
26
.667
27
.648
28
.640
29
.633
30
.622
31
.622
32
.617
33
.613
34
.610
35
.610
36
.608
37
.605
38
.605
39
.603
40
.599
41
.588
42
.581
43
.580
44
.580
45
.579
46
.572
47
.568
48
.566
49
.564
50
.564
51
.560
52
.559
53
.559
54
.558
55
.555
56
.554
57
.547
58
.546
59
.542
60
.539
61
.537
62
.536
63
.532
64
.532
65
.531
66
.528
67
.527
68
.520
69
.519
70
.517
71
.511
72
.507
73
.505
74
.504
75
.497
76
.495
77
.495
78
.493
79
.493
80
.492
81
.492
82
.487
83
.486
84
.486
85
.483
86
.475
87
.471
88
.470
89
.462
90
.461
91
.453
92
.450
93
.449
94
.447
95
.440
96
.434
97
.429
98
.428
99
.419
100
.418
101
.416
102
.414
103
.409
104
.407
105
.401
106
.392
107
.390
108
.388
109
.371
110
.368
111
.367
112
.367
113
.364
114
.362
115
.359
116
.356
117
.355
118
.353
119
.353
120
.353
121
.351
122
.351
123
.349
124
.348
125
.346
126
.345
127
.339
128
.338
129
.338
130
.337
131
.337
132
.336
133
.336
134
.336
135
.336
136
.335
137
.333
138
.333
139
.332
140
.326
141
.324
142
.316
143
.312
144
.310
145
.309
146
.309
147
.309
148
.309
149
.306
150
.300
151
.299
152
.299
153
.297
154
.296
155
.295
156
.292
157
.292
158
.291
159
.289
160
.287
161
.282
162
.280
163
.276
164
.269
165
.269
166
.268
167
.267
168
.263
169
.262
170
.257
171
.257
172
.256
173
.256
174
.255
175
.253
176
.252
177
.251
178
.251
179
.249
180
.246
181
.240
182
.238
183
.237
184
.233
185
.231
186
.230
187
.228
188
.226
189
.225
190
.225
191
.223
192
.221
193
.221
194
.220
195
.219
196
.219
197
.219
198
.218
199
.218
200
.216
201
.215
202
.212
203
.212
204
.212
205
.209
206
.202
207
.197
208
.195
209
.193
210
.193
211
.188
212
.187
213
.183
214
.181
215
.179
216
.175
217
.174
218
.164
219
.163
220
.157
221
.157
222
.155
223
.152
224
.145
225
.144
226
.143
227
.139
228
.137
229
.136
230
.123
231
.119
232
.116
233
.114
234
.113
235
.107
236
.107
237
.106
238
.104
239
.103
240
.101
241
.101
242
.100
243
.092
244
.088
245
.087
246
.086
247
.085
248
.073
249
.073
250
.070
251
.069
252
.068
253
.067
254
.066
255
.065
256
.064
257
.064
258
.064
259
.063
260
.056
261
.055
262
.055
263
.055
264
.054
265
.051
266
.049
267
.048
268
.045
269
.045
270
.043
271
.043
272
.043
273
.043
274
.043
275
.043
276
.039
277
.038
278
.037
279
.036
280
.035
281
.035
282
.034
283
.034
284
.034
285
.034
286
.033
287
.031
288
.029
289
.027
290
.027
291
.025
292
.021
293
.019
294
.019
295
.019
296
.018
297
.017
298
.017
299
.016
300
.016
301
.016
302
.016
303
.015
304
.015
305
.014
306
.013
307
.013
308
.012
309
.011
310
.011
311
.011
312
.010
313
.010
314
.010
315
.010
316
.010
317
.010
318
.009
319
.009
320
.009
321
.004
322
.004
323
.003
324
.003
325
.003
326
.001
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
485

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

Note that scores are relative to this ceiling.

Data: Geirhos2021falsecolour

Metric: error_consistency