Datasets:

Modalities:
Image
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
edadaltocg commited on
Commit
874cae2
1 Parent(s): 23ccc85

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +114 -0
README.md ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: unknown
3
+ size_categories: 10K<n<100K
4
+ task_categories:
5
+ - image-classification
6
+ paperswithcode_id: lsun
7
+ pretty_name: LSUN (r)
8
+ ---
9
+
10
+ # Dataset Card for LSUN (r) for OOD Detection
11
+
12
+ <!-- Provide a quick summary of the dataset. -->
13
+
14
+
15
+
16
+ ## Dataset Details
17
+
18
+ ### Dataset Description
19
+
20
+ <!-- Provide a longer summary of what this dataset is. -->
21
+
22
+
23
+
24
+ - **Original Dataset Authors**: Limin Wang, Sheng Guo, Weilin Huang, Yuanjun Xiong, Yu Qiao
25
+ - **Authors:** Shiyu Liang, Yixuan Li, R. Srikant
26
+ - **Shared by:** Eduardo Dadalto
27
+ - **License:** unknown
28
+
29
+ ### Dataset Sources
30
+
31
+ <!-- Provide the basic links for the dataset. -->
32
+
33
+ - **Paper:** http://arxiv.org/abs/1706.02690v5
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
+ ### Personal and Sensitive Information
56
+
57
+ <!-- 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. -->
58
+
59
+ Please check original paper for details on the dataset.
60
+
61
+ ### Bias, Risks, and Limitations
62
+
63
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
64
+
65
+ Please check original paper for details on the dataset.
66
+
67
+
68
+ ## Citation
69
+
70
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
71
+
72
+ **BibTeX:**
73
+
74
+ ```bibtex
75
+
76
+ @software{detectors2023,
77
+ author = {Dadalto, Eduardo},
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
+ @article{1706.02690v5,
85
+ Author = {Shiyu Liang and Yixuan Li and R. Srikant},
86
+ Title = {Enhancing The Reliability of Out-of-distribution Image Detection in
87
+ Neural Networks},
88
+ Eprint = {http://arxiv.org/abs/1706.02690v5},
89
+ ArchivePrefix = {arXiv},
90
+ Year = {2017},
91
+ Month = {6},
92
+ Note = {ICLR 2018},
93
+ Url = {http://arxiv.org/abs/1706.02690v5}
94
+ }@article{1610.01119v2,
95
+ Author = {Limin Wang and Sheng Guo and Weilin Huang and Yuanjun Xiong and Yu Qiao},
96
+ Title = {Knowledge Guided Disambiguation for Large-Scale Scene Classification
97
+ with Multi-Resolution CNNs},
98
+ Eprint = {http://arxiv.org/abs/1610.01119v2},
99
+ ArchivePrefix = {arXiv},
100
+ Year = {2016},
101
+ Month = {10},
102
+ Note = {To appear in IEEE Transactions on Image Processing. Code and models
103
+ are available at https://github.com/wanglimin/MRCNN-Scene-Recognition},
104
+ Url = {http://arxiv.org/abs/1610.01119v2}
105
+ }
106
+ ```
107
+
108
+ ## Dataset Card Authors
109
+
110
+ Eduardo Dadalto
111
+
112
+ ## Dataset Card Contact
113
+
114
+ https://huggingface.co/edadaltocg