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

Model scores

Min Alignment Max Alignment

Rank

Model

Score

1
.871
2
.859
3
.851
4
.830
5
.787
6
.758
7
.751
8
.750
9
.746
10
.737
11
.734
12
.723
13
.708
14
.706
15
.705
16
.705
17
.704
18
.702
19
.697
20
.697
21
.693
22
.680
23
.680
24
.678
25
.678
26
.666
27
.654
28
.653
29
.646
30
.646
31
.646
32
.646
33
.628
34
.627
35
.623
36
.603
37
.600
38
.590
39
.588
40
.583
41
.579
42
.570
43
.555
44
.538
45
.516
46
.515
47
.511
48
.494
49
.488
50
.467
51
.463
52
.457
53
.456
54
.454
55
.450
56
.449
57
.443
58
.443
59
.439
60
.438
61
.438
62
.433
63
.429
64
.427
65
.418
66
.417
67
.417
68
.417
69
.411
70
.409
71
.405
72
.405
73
.395
74
.392
75
.391
76
.389
77
.381
78
.370
79
.369
80
.365
81
.362
82
.358
83
.358
84
.351
85
.346
86
.342
87
.340
88
.324
89
.322
90
.321
91
.320
92
.319
93
.319
94
.317
95
.315
96
.315
97
.315
98
.315
99
.314
100
.314
101
.313
102
.311
103
.307
104
.305
105
.303
106
.302
107
.301
108
.300
109
.299
110
.299
111
.298
112
.297
113
.295
114
.295
115
.293
116
.292
117
.290
118
.289
119
.288
120
.281
121
.281
122
.278
123
.274
124
.274
125
.273
126
.272
127
.271
128
.270
129
.267
130
.266
131
.263
132
.263
133
.262
134
.262
135
.258
136
.255
137
.254
138
.254
139
.254
140
.254
141
.252
142
.251
143
.251
144
.236
145
.233
146
.233
147
.232
148
.230
149
.229
150
.229
151
.224
152
.223
153
.219
154
.218
155
.216
156
.213
157
.208
158
.202
159
.202
160
.201
161
.199
162
.198
163
.198
164
.198
165
.198
166
.197
167
.195
168
.195
169
.194
170
.192
171
.192
172
.191
173
.187
174
.185
175
.185
176
.184
177
.182
178
.181
179
.181
180
.176
181
.166
182
.166
183
.163
184
.160
185
.159
186
.159
187
.157
188
.155
189
.154
190
.146
191
.145
192
.141
193
.139
194
.139
195
.139
196
.139
197
.139
198
.139
199
.139
200
.139
201
.139
202
.139
203
.139
204
.134
205
.133
206
.132
207
.131
208
.131
209
.129
210
.127
211
.127
212
.123
213
.121
214
.121
215
.120
216
.119
217
.119
218
.116
219
.114
220
.113
221
.111
222
.110
223
.110
224
.107
225
.107
226
.106
227
.106
228
.103
229
.103
230
.102
231
.100
232
.098
233
.097
234
.097
235
.097
236
.097
237
.096
238
.094
239
.094
240
.093
241
.093
242
.092
243
.090
244
.089
245
.088
246
.088
247
.087
248
.087
249
.086
250
.084
251
.084
252
.084
253
.080
254
.079
255
.078
256
.078
257
.075
258
.074
259
.070
260
.066
261
.065
262
.064
263
.064
264
.064
265
.062
266
.061
267
.060
268
.057
269
.057
270
.049
271
.047
272
.046
273
.045
274
.045
275
.044
276
.044
277
.044
278
.040
279
.040
280
.040
281
.038
282
.037
283
.028
284
.026
285
.026
286
.025
287
.016
288
.016
289
.015
290
.015
291
.015
292
.014
293
.012
294
.012
295
.008
296
.006
297
.005
298
299
300
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
435
436
437
438
439
440
441
442
443

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

Note that scores are relative to this ceiling.

Data: Geirhos2021stylized

Metric: error_consistency