Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,7 @@ license: apache-2.0
|
|
3 |
task_categories:
|
4 |
- image-classification
|
5 |
size_categories:
|
6 |
-
- n<
|
7 |
---
|
8 |
## Neglected Free Lunch – Learning Image Classifiers Using Annotation Byproducts | [Paper](https://arxiv.org/abs/2303.17595)
|
9 |
|
@@ -23,7 +23,7 @@ Supervised learning of image classifiers distills human knowledge into a paramet
|
|
23 |
|
24 |
Our insight is that such **annotation byproducts** *Z* provide approximate human attention that weakly guides the model to focus on the foreground cues, reducing spurious correlations and discouraging shortcut learning.
|
25 |
|
26 |
-
We have created **ImageNet-AB** and **COCO-AB** to verify this
|
27 |
|
28 |
They are ImageNet and COCO training sets enriched with sample-wise annotation byproducts, collected by replicating the respective original annotation tasks.
|
29 |
|
@@ -83,5 +83,4 @@ SOFTWARE.
|
|
83 |
journal={arXiv preprint arXiv:2303.17595},
|
84 |
year = {2023}
|
85 |
}
|
86 |
-
```
|
87 |
-
|
|
|
3 |
task_categories:
|
4 |
- image-classification
|
5 |
size_categories:
|
6 |
+
- 100K<n<1M
|
7 |
---
|
8 |
## Neglected Free Lunch – Learning Image Classifiers Using Annotation Byproducts | [Paper](https://arxiv.org/abs/2303.17595)
|
9 |
|
|
|
23 |
|
24 |
Our insight is that such **annotation byproducts** *Z* provide approximate human attention that weakly guides the model to focus on the foreground cues, reducing spurious correlations and discouraging shortcut learning.
|
25 |
|
26 |
+
We have created **ImageNet-AB** and **COCO-AB** to verify this.
|
27 |
|
28 |
They are ImageNet and COCO training sets enriched with sample-wise annotation byproducts, collected by replicating the respective original annotation tasks.
|
29 |
|
|
|
83 |
journal={arXiv preprint arXiv:2303.17595},
|
84 |
year = {2023}
|
85 |
}
|
86 |
+
```
|
|