taesiri commited on
Commit
5126276
1 Parent(s): 4dbd4b3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -7
README.md CHANGED
@@ -36,8 +36,7 @@ size_categories:
36
  ## Dataset Summary
37
 
38
 
39
- The **ImageNet-Hard** is a new benchmark that comprises 10,980 images, collected from various existing ImageNet-scale benchmarks (ImageNet, ImageNet-V2, ImageNet-Sketch, ImageNet-C, ImageNet-R, ImageNet-ReaL, ImageNet-A, and ObjectNet).
40
- This dataset is challenging for state-of-the-art vision models, as merely zooming in often fails to enhance their ability to classify images correctly. Consequently, even the most advanced models, such as `CLIP-ViT-L/14@336px`, struggle to perform well on this dataset, achieving only `2.02%` accuracy.
41
 
42
 
43
  ### Dataset Distribution
@@ -50,15 +49,20 @@ This dataset is challenging for state-of-the-art vision models, as merely zoomin
50
 
51
  | Model | Accuracy |
52
  | ------------------- | -------- |
 
 
53
  | ResNet-18 | 10.86 |
54
  | ResNet-50 | 14.74 |
55
  | ViT-B/32 | 18.52 |
56
- | VGG19 | 11.99 |
57
- | AlexNet | 7.34 |
58
- | EfficientNet-B0 | 16.58 |
59
- | EfficientNet-L2-Ns | 39.00 |
60
  | CLIP-ViT-L/14@224px | 1.86 |
61
  | CLIP-ViT-L/14@336px | 2.02 |
 
 
 
 
62
 
63
  **Evaluation Code**
64
 
@@ -1114,7 +1118,7 @@ This dataset is a validation-only set.
1114
 
1115
  ### Source Data
1116
 
1117
- This dataset is sourced from ImageNet, ImageNet-ReaL, ImageNet-A, ImageNet-C, ImageNet-R, ImageNet-Sketch, and ObjectNet.
1118
 
1119
  ## Citation Information
1120
 
 
36
  ## Dataset Summary
37
 
38
 
39
+ **ImageNet-Hard** is a new benchmark that comprises 10,980 images collected from various existing ImageNet-scale benchmarks (ImageNet, ImageNet-V2, ImageNet-Sketch, ImageNet-C, ImageNet-R, ImageNet-ReaL, ImageNet-A, and ObjectNet). This dataset poses a significant challenge to state-of-the-art vision models as merely zooming in often fails to improve their ability to classify images correctly. As a result, even the most advanced models, such as `CLIP-ViT-L/14@336px`, struggle to perform well on this dataset, achieving a mere `2.02%` accuracy.
 
40
 
41
 
42
  ### Dataset Distribution
 
49
 
50
  | Model | Accuracy |
51
  | ------------------- | -------- |
52
+ | AlexNet | 7.34 |
53
+ | VGG-16 | 12.00 |
54
  | ResNet-18 | 10.86 |
55
  | ResNet-50 | 14.74 |
56
  | ViT-B/32 | 18.52 |
57
+ | EfficientNet-B0 | 16.57 |
58
+ | EfficientNet-B7 | 16.57 |
59
+ | EfficientNet-L2-Ns | 23.20 |
 
60
  | CLIP-ViT-L/14@224px | 1.86 |
61
  | CLIP-ViT-L/14@336px | 2.02 |
62
+ | OpenCLIP-ViT-bigG-14 | 15.93 |
63
+ | OpenCLIP-ViT-L-14 | 15.60 |
64
+
65
+
66
 
67
  **Evaluation Code**
68
 
 
1118
 
1119
  ### Source Data
1120
 
1121
+ This dataset is sourced from ImageNet, ImageNet-ReaL, ImageNet-V2, ImageNet-A, ImageNet-C, ImageNet-R, ImageNet-Sketch, and ObjectNet.
1122
 
1123
  ## Citation Information
1124