Datasets:

Modalities:
Image
Formats:
parquet
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
edadaltocg commited on
Commit
39e9b37
·
1 Parent(s): c34516d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +113 -0
README.md ADDED
@@ -0,0 +1,113 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: unknown
3
+ size_categories: n<1K
4
+ task_categories:
5
+ - image-classification
6
+ pretty_name: SSB (easy)
7
+ ---
8
+
9
+ # Dataset Card for SSB (easy) for OOD Detection
10
+
11
+ <!-- Provide a quick summary of the dataset. -->
12
+
13
+
14
+
15
+ ## Dataset Details
16
+
17
+ ### Dataset Description
18
+
19
+ <!-- Provide a longer summary of what this dataset is. -->
20
+
21
+
22
+
23
+ - **Original Dataset Authors**: Sagar Vaze, Kai Han, Andrea Vedaldi, Andrew Zisserman
24
+ - **OOD Split Authors:** Julian Bitterwolf, Maximilian Müller, Matthias Hein
25
+ - **Shared by:** Eduardo Dadalto
26
+ - **License:** unknown
27
+
28
+ ### Dataset Sources
29
+
30
+ <!-- Provide the basic links for the dataset. -->
31
+
32
+ - **Original Dataset Paper:** http://arxiv.org/abs/2110.06207v2
33
+ - **First OOD Application Paper:** http://arxiv.org/abs/2306.00826v1
34
+
35
+
36
+ ### Direct Use
37
+
38
+ <!-- This section describes suitable use cases for the dataset. -->
39
+
40
+ This dataset is intended to be used as an ouf-of-distribution dataset for image classification benchmarks.
41
+
42
+ ### Out-of-Scope Use
43
+
44
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
45
+
46
+ This dataset is not annotated.
47
+
48
+
49
+ ### Curation Rationale
50
+
51
+ <!-- Motivation for the creation of this dataset. -->
52
+
53
+ The goal in curating and sharing this dataset to the HuggingFace Hub is to accelerate research and promote reproducibility in generalized Out-of-Distribution (OOD) detection.
54
+
55
+ Check the python library [detectors](https://github.com/edadaltocg/detectors) if you are interested in OOD detection.
56
+
57
+ ### Personal and Sensitive Information
58
+
59
+ <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
60
+
61
+ Please check original paper for details on the dataset.
62
+
63
+ ### Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ Please check original paper for details on the dataset.
68
+
69
+ ## Citation
70
+
71
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
72
+
73
+ **BibTeX:**
74
+
75
+ ```bibtex
76
+ @software{detectors2023,
77
+ author = {Eduardo Dadalto},
78
+ title = {Detectors: a Python Library for Generalized Out-Of-Distribution Detection},
79
+ url = {https://github.com/edadaltocg/detectors},
80
+ doi = {https://doi.org/10.5281/zenodo.7883596},
81
+ month = {5},
82
+ year = {2023}
83
+ }
84
+
85
+ @article{2306.00826v1,
86
+ author = {Julian Bitterwolf and Maximilian Müller and Matthias Hein},
87
+ title = {In or Out? Fixing ImageNet Out-of-Distribution Detection Evaluation},
88
+ year = {2023},
89
+ month = {6},
90
+ note = {ICML 2023. Datasets, code and evaluation data at
91
+ https://github.com/j-cb/NINCO},
92
+ archiveprefix = {arXiv},
93
+ url = {http://arxiv.org/abs/2306.00826v1}
94
+ }
95
+
96
+ @article{2110.06207v2,
97
+ author = {Sagar Vaze and Kai Han and Andrea Vedaldi and Andrew Zisserman},
98
+ title = {Open-Set Recognition: a Good Closed-Set Classifier is All You Need?},
99
+ year = {2021},
100
+ month = {10},
101
+ note = {ICLR 22 Oral. Changes from pre-print highlighted on Github page},
102
+ archiveprefix = {arXiv},
103
+ url = {http://arxiv.org/abs/2110.06207v2}
104
+ }
105
+ ```
106
+
107
+ ## Dataset Card Authors
108
+
109
+ Eduardo Dadalto
110
+
111
+ ## Dataset Card Contact
112
+
113
+ https://huggingface.co/edadaltocg