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("Geirhos2021highpass-top1")
score = benchmark(my_model)

Model scores

Min Alignment Max Alignment

Rank

Model

Score

1
.983
2
.975
3
.959
4
.955
5
.953
6
.950
7
.947
8
.947
9
.941
10
.939
11
.927
12
.922
13
.889
14
.886
15
.881
16
.864
17
.861
18
.838
19
.820
20
.816
21
.811
22
.811
23
.800
24
.798
25
.773
26
.772
27
.741
28
.731
29
.720
30
.706
31
.705
32
.692
33
.684
34
.670
35
.669
36
.664
37
.658
38
.655
39
.650
40
.650
41
.648
42
.642
43
.628
44
.627
45
.622
46
.608
47
.603
48
.600
49
.595
50
.595
51
.595
52
.595
53
.567
54
.564
55
.556
56
.556
57
.556
58
.544
59
.544
60
.544
61
.541
62
.539
63
.536
64
.533
65
.530
66
.527
67
.525
68
.525
69
.522
70
.514
71
.505
72
.503
73
.503
74
.503
75
.503
76
.503
77
.503
78
.502
79
.502
80
.500
81
.497
82
.497
83
.495
84
.495
85
.495
86
.494
87
.494
88
.494
89
.494
90
.492
91
.492
92
.491
93
.491
94
.487
95
.486
96
.486
97
.484
98
.481
99
.480
100
.480
101
.473
102
.473
103
.473
104
.464
105
.464
106
.464
107
.463
108
.461
109
.461
110
.461
111
.461
112
.459
113
.459
114
.456
115
.455
116
.450
117
.447
118
.444
119
.441
120
.439
121
.439
122
.434
123
.434
124
.430
125
.427
126
.427
127
.423
128
.422
129
.417
130
.414
131
.414
132
.411
133
.411
134
.405
135
.405
136
.403
137
.403
138
.400
139
.400
140
.400
141
.400
142
.400
143
.400
144
.394
145
.392
146
.392
147
.389
148
.388
149
.386
150
.383
151
.383
152
.383
153
.383
154
.381
155
.381
156
.380
157
.380
158
.378
159
.375
160
.375
161
.373
162
.372
163
.372
164
.372
165
.370
166
.369
167
.369
168
.369
169
.367
170
.367
171
.366
172
.364
173
.362
174
.358
175
.358
176
.356
177
.355
178
.353
179
.352
180
.350
181
.348
182
.341
183
.339
184
.339
185
.339
186
.336
187
.336
188
.334
189
.334
190
.334
191
.334
192
.334
193
.334
194
.334
195
.331
196
.331
197
.325
198
.325
199
.325
200
.322
201
.319
202
.316
203
.312
204
.309
205
.305
206
.303
207
.300
208
.300
209
.298
210
.298
211
.295
212
.295
213
.295
214
.294
215
.291
216
.289
217
.287
218
.280
219
.278
220
.275
221
.272
222
.269
223
.269
224
.267
225
.267
226
.264
227
.264
228
.264
229
.264
230
.264
231
.263
232
.261
233
.261
234
.261
235
.261
236
.253
237
.253
238
.253
239
.250
240
.248
241
.248
242
.248
243
.245
244
.244
245
.241
246
.241
247
.234
248
.231
249
.228
250
.217
251
.217
252
.209
253
.206
254
.205
255
.202
256
.200
257
.200
258
.183
259
.181
260
.178
261
.175
262
.172
263
.167
264
.164
265
.158
266
.147
267
.144
268
.142
269
.117
270
.081
271
.078
272
.072
273
.072
274
.070
275
.069
276
.069
277
.064
278
.062
279
.062
280
.062
281
.062
282
.062
283
.062
284
.062
285
.062
286
.062
287
.062
288
.062
289
.062
290
.062
291
.062
292
.062
293
.062
294
.062
295
.059
296
.059
297
.053
298
.053
299
.052
300
.050
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
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

1.00.

Note that scores are relative to this ceiling.

Data: Geirhos2021highpass

Metric: top1