Ariel Lee commited on
Commit
d5c0270
1 Parent(s): 97f58c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -10,4 +10,14 @@ size_categories:
10
  - 10K<n<100K
11
  ---
12
 
13
- SMD is an occluded version of the ImageNet-1K validation set, created to serve as an additional way to evaluate the impact of occlusion on model performance. Occluder objects were segmented using Meta's Segment Anything and are not in the ImageNet-1K label space. Occluder objects are chosen to be unambiguous in relationship to objects that reside in the label space. Additional details about the dataset, including code to generate your own version of SMD, actual occlusion percentage for each image in the dataset, as well as image segmentation masks, will be released shortly.
 
 
 
 
 
 
 
 
 
 
 
10
  - 10K<n<100K
11
  ---
12
 
13
+ # Superimposed Masked Dataset (SMD)
14
+ SMD is an occluded version of the ImageNet-1K validation set, created to serve as an additional way to evaluate the impact of occlusion on model performance. Occluder objects were segmented using Meta's Segment Anything and are not in the ImageNet-1K label space. Occluder objects are chosen to be unambiguous in relationship to objects that reside in the label space. Additional details about the dataset, including code to generate your own version of SMD, actual occlusion percentage for each image in the dataset, as well as image segmentation masks, will be released shortly.
15
+
16
+ SMD was created for testing model robustness to occlusion in [Hardwiring ViT Patch Selectivity into CNNs using Patch Mixing](https://arielnlee.github.io/PatchMixing/).
17
+
18
+ ## Citations
19
+
20
+ ```bibtex
21
+ @article{ADD
22
+ }
23
+ ```