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

Model scores

Min Alignment Max Alignment

Rank

Model

Score

1
.646
2
.614
3
.606
4
.589
5
.581
6
.571
7
.568
8
.565
9
.561
10
.559
11
.546
12
.539
13
.528
14
.527
15
.516
16
.506
17
.500
18
.489
19
.488
20
.478
21
.476
22
.467
23
.457
24
.431
25
.431
26
.429
27
.425
28
.417
29
.416
30
.413
31
.405
32
.404
33
.404
34
.404
35
.400
36
.391
37
.385
38
.380
39
.370
40
.368
41
.367
42
.357
43
.356
44
.351
45
.344
46
.343
47
.338
48
.334
49
.325
50
.308
51
.282
52
.273
53
.273
54
.273
55
.268
56
.266
57
.264
58
.261
59
.259
60
.255
61
.255
62
.254
63
.250
64
.249
65
.239
66
.236
67
.236
68
.226
69
.225
70
.225
71
.224
72
.223
73
.221
74
.218
75
.213
76
.212
77
.206
78
.206
79
.204
80
.204
81
.201
82
.197
83
.196
84
.195
85
.195
86
.194
87
.190
88
.190
89
.182
90
.181
91
.181
92
.179
93
.177
94
.175
95
.172
96
.172
97
.172
98
.167
99
.166
100
.165
101
.164
102
.161
103
.161
104
.161
105
.160
106
.160
107
.156
108
.155
109
.154
110
.154
111
.154
112
.154
113
.153
114
.152
115
.152
116
.150
117
.150
118
.150
119
.149
120
.149
121
.149
122
.144
123
.143
124
.143
125
.140
126
.137
127
.137
128
.136
129
.135
130
.133
131
.132
132
.131
133
.130
134
.130
135
.130
136
.130
137
.130
138
.129
139
.124
140
.124
141
.123
142
.123
143
.121
144
.120
145
.119
146
.118
147
.117
148
.116
149
.116
150
.116
151
.115
152
.115
153
.115
154
.115
155
.114
156
.114
157
.114
158
.114
159
.112
160
.109
161
.105
162
.105
163
.101
164
.101
165
.100
166
.098
167
.098
168
.096
169
.096
170
.095
171
.094
172
.094
173
.092
174
.092
175
.091
176
.091
177
.090
178
.089
179
.089
180
.088
181
.087
182
.087
183
.085
184
.085
185
.085
186
.085
187
.085
188
.084
189
.081
190
.081
191
.080
192
.080
193
.079
194
.079
195
.079
196
.078
197
.075
198
.074
199
.073
200
.073
201
.073
202
.070
203
.070
204
.069
205
.068
206
.067
207
.064
208
.064
209
.064
210
.063
211
.063
212
.063
213
.062
214
.062
215
.062
216
.061
217
.061
218
.061
219
.061
220
.060
221
.060
222
.059
223
.059
224
.059
225
.058
226
.058
227
.058
228
.058
229
.058
230
.058
231
.057
232
.057
233
.056
234
.055
235
.055
236
.055
237
.055
238
.054
239
.054
240
.053
241
.052
242
.052
243
.052
244
.052
245
.050
246
.050
247
.050
248
.049
249
.049
250
.049
251
.049
252
.048
253
.046
254
.045
255
.045
256
.044
257
.044
258
.042
259
.042
260
.042
261
.041
262
.038
263
.037
264
.037
265
.037
266
.037
267
.037
268
.035
269
.035
270
.033
271
.032
272
.031
273
.029
274
.023
275
.021
276
.018
277
.018
278
.018
279
.016
280
.015
281
.012
282
.011
283
.011
284
.009
285
.009
286
.009
287
.009
288
.009
289
.009
290
.008
291
.008
292
.008
293
.007
294
.007
295
.007
296
.006
297
.004
298
.003
299
.002
300
.001
301
.001
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
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: Geirhos2021rotation

Metric: error_consistency