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("Hermann2020cueconflict-shape_bias")
score = benchmark(my_model)

Model scores

Min Alignment Max Alignment

Rank

Model

Score

1
.858
2
.819
3
.814
4
.767
5
.767
6
.767
7
.766
8
.758
9
.750
10
.729
11
.715
12
.706
13
.704
14
.683
15
.680
16
.680
17
.672
18
.656
19
.656
20
.654
21
.654
22
.654
23
.654
24
.652
25
.643
26
.636
27
.624
28
.606
29
.604
30
.599
31
.587
32
.584
33
.571
34
.565
35
.564
36
.564
37
.563
38
.558
39
.542
40
.538
41
.537
42
.532
43
.521
44
.513
45
.511
46
.508
47
.505
48
.503
49
.500
50
.500
51
.500
52
.500
53
.500
54
.500
55
.500
56
.500
57
.500
58
.497
59
.485
60
.478
61
.474
62
.456
63
.453
64
.453
65
.453
66
.444
67
.442
68
.437
69
.432
70
.430
71
.429
72
.426
73
.420
74
.419
75
.416
76
.414
77
.413
78
.412
79
.412
80
.410
81
.408
82
.406
83
.405
84
.401
85
.399
86
.399
87
.396
88
.394
89
.393
90
.391
91
.388
92
.388
93
.387
94
.387
95
.386
96
.386
97
.385
98
.372
99
.370
100
.368
101
.368
102
.363
103
.362
104
.360
105
.357
106
.355
107
.350
108
.350
109
.349
110
.349
111
.348
112
.347
113
.345
114
.340
115
.339
116
.338
117
.337
118
.336
119
.336
120
.336
121
.333
122
.331
123
.330
124
.325
125
.323
126
.322
127
.322
128
.321
129
.321
130
.320
131
.319
132
.318
133
.318
134
.315
135
.314
136
.313
137
.312
138
.311
139
.309
140
.303
141
.301
142
.298
143
.297
144
.296
145
.296
146
.293
147
.292
148
.292
149
.290
150
.289
151
.289
152
.288
153
.287
154
.287
155
.286
156
.286
157
.285
158
.283
159
.282
160
.281
161
.280
162
.278
163
.278
164
.275
165
.275
166
.275
167
.275
168
.274
169
.272
170
.272
171
.271
172
.271
173
.271
174
.271
175
.271
176
.270
177
.270
178
.270
179
.269
180
.268
181
.268
182
.266
183
.266
184
.264
185
.263
186
.263
187
.263
188
.261
189
.260
190
.260
191
.260
192
.259
193
.259
194
.258
195
.258
196
.256
197
.254
198
.254
199
.253
200
.252
201
.250
202
.249
203
.245
204
.243
205
.243
206
.242
207
.242
208
.242
209
.241
210
.240
211
.239
212
.239
213
.239
214
.239
215
.239
216
.238
217
.238
218
.237
219
.236
220
.236
221
.235
222
.233
223
.233
224
.232
225
.231
226
.231
227
.230
228
.230
229
.228
230
.227
231
.226
232
.226
233
.226
234
.226
235
.224
236
.223
237
.222
238
.221
239
.221
240
.220
241
.220
242
.219
243
.219
244
.217
245
.217
246
.217
247
.215
248
.214
249
.214
250
.214
251
.214
252
.214
253
.214
254
.213
255
.213
256
.212
257
.211
258
.211
259
.211
260
.207
261
.206
262
.206
263
.205
264
.205
265
.205
266
.204
267
.203
268
.203
269
.202
270
.198
271
.196
272
.192
273
.192
274
.191
275
.190
276
.188
277
.188
278
.187
279
.185
280
.183
281
.183
282
.181
283
.181
284
.180
285
.180
286
.179
287
.178
288
.176
289
.176
290
.175
291
.175
292
.173
293
.166
294
.162
295
.158
296
.155
297
.126
298
.087
299
.079
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
444
445
446
447
448
449

Benchmark bibtex

@article{hermann2020origins,
              title={The origins and prevalence of texture bias in convolutional neural networks},
              author={Hermann, Katherine and Chen, Ting and Kornblith, Simon},
              journal={Advances in Neural Information Processing Systems},
              volume={33},
              pages={19000--19015},
              year={2020},
              url={https://proceedings.neurips.cc/paper/2020/hash/db5f9f42a7157abe65bb145000b5871a-Abstract.html}
        }

Ceiling

1.00.

Note that scores are relative to this ceiling.

Data: Hermann2020cueconflict

Metric: shape_bias