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

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