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

Model scores

Min Alignment Max Alignment

Rank

Model

Score

1
.776
2
.776
3
.746
4
.742
5
.734
6
.700
7
.699
8
.678
9
.669
10
.666
11
.666
12
.663
13
.658
14
.658
15
.630
16
.594
17
.585
18
.578
19
.576
20
.559
21
.556
22
.539
23
.512
24
.481
25
.461
26
.460
27
.452
28
.425
29
.421
30
.382
31
.336
32
.331
33
.314
34
.293
35
.287
36
.283
37
.278
38
.276
39
.274
40
.274
41
.271
42
.267
43
.253
44
.247
45
.245
46
.242
47
.242
48
.234
49
.232
50
.221
51
.220
52
.220
53
.213
54
.212
55
.207
56
.205
57
.204
58
.202
59
.198
60
.198
61
.191
62
.177
63
.172
64
.169
65
.163
66
.163
67
.161
68
.161
69
.160
70
.159
71
.157
72
.155
73
.155
74
.153
75
.153
76
.149
77
.147
78
.145
79
.143
80
.143
81
.142
82
.141
83
.139
84
.138
85
.138
86
.136
87
.135
88
.132
89
.131
90
.127
91
.127
92
.125
93
.125
94
.125
95
.124
96
.124
97
.121
98
.120
99
.119
100
.119
101
.119
102
.118
103
.118
104
.117
105
.117
106
.116
107
.115
108
.115
109
.115
110
.114
111
.114
112
.114
113
.113
114
.112
115
.112
116
.112
117
.111
118
.111
119
.111
120
.110
121
.109
122
.107
123
.105
124
.104
125
.104
126
.103
127
.103
128
.103
129
.103
130
.102
131
.102
132
.101
133
.101
134
.099
135
.098
136
.097
137
.097
138
.097
139
.095
140
.095
141
.094
142
.093
143
.092
144
.091
145
.091
146
.090
147
.090
148
.088
149
.088
150
.088
151
.088
152
.086
153
.084
154
.083
155
.082
156
.080
157
.078
158
.077
159
.076
160
.075
161
.075
162
.073
163
.073
164
.072
165
.072
166
.070
167
.070
168
.070
169
.069
170
.068
171
.068
172
.068
173
.068
174
.067
175
.067
176
.067
177
.066
178
.066
179
.064
180
.064
181
.064
182
.063
183
.063
184
.063
185
.062
186
.062
187
.061
188
.060
189
.058
190
.058
191
.057
192
.057
193
.056
194
.056
195
.055
196
.055
197
.055
198
.054
199
.053
200
.053
201
.053
202
.052
203
.052
204
.052
205
.051
206
.051
207
.049
208
.049
209
.049
210
.049
211
.048
212
.048
213
.047
214
.047
215
.047
216
.046
217
.046
218
.046
219
.046
220
.045
221
.045
222
.045
223
.044
224
.043
225
.043
226
.043
227
.042
228
.042
229
.042
230
.042
231
.041
232
.041
233
.041
234
.041
235
.041
236
.041
237
.041
238
.041
239
.041
240
.041
241
.041
242
.041
243
.041
244
.040
245
.039
246
.039
247
.039
248
.039
249
.038
250
.038
251
.038
252
.036
253
.035
254
.034
255
.034
256
.032
257
.032
258
.032
259
.032
260
.032
261
.031
262
.031
263
.031
264
.030
265
.030
266
.030
267
.029
268
.028
269
.026
270
.025
271
.025
272
.025
273
.024
274
.024
275
.024
276
.024
277
.024
278
.023
279
.023
280
.023
281
.022
282
.022
283
.021
284
.020
285
.020
286
.018
287
.014
288
.014
289
.014
290
.011
291
.009
292
.005
293
.003
294
.003
295
.002
296
.002
297
.001
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

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

Note that scores are relative to this ceiling.

Data: Geirhos2021sketch

Metric: error_consistency