Datasets:

Modalities:
Image
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
edadaltocg commited on
Commit
e6a41b0
·
1 Parent(s): c74f849

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -20
README.md CHANGED
@@ -5,21 +5,6 @@ task_categories:
5
  - image-classification
6
  paperswithcode_id: lsun
7
  pretty_name: LSUN (c)
8
- dataset_info:
9
- features:
10
- - name: image
11
- dtype: image
12
- splits:
13
- - name: train
14
- num_bytes: 17509356.0
15
- num_examples: 10000
16
- download_size: 18513683
17
- dataset_size: 17509356.0
18
- configs:
19
- - config_name: default
20
- data_files:
21
- - split: train
22
- path: data/train-*
23
  ---
24
 
25
  # Dataset Card for LSUN (c) for OOD Detection
@@ -37,7 +22,7 @@ configs:
37
 
38
 
39
  - **Original Dataset Authors**: Limin Wang, Sheng Guo, Weilin Huang, Yuanjun Xiong, Yu Qiao
40
- - **Authors:** Shiyu Liang, Yixuan Li, R. Srikant
41
  - **Shared by:** Eduardo Dadalto
42
  - **License:** unknown
43
 
@@ -45,7 +30,8 @@ configs:
45
 
46
  <!-- Provide the basic links for the dataset. -->
47
 
48
- - **Paper:** http://arxiv.org/abs/1706.02690v5
 
49
 
50
 
51
  ### Direct Use
@@ -67,6 +53,8 @@ This dataset is not annotated.
67
 
68
  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.
69
 
 
 
70
  ### Personal and Sensitive Information
71
 
72
  <!-- 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. -->
@@ -79,7 +67,6 @@ Please check original paper for details on the dataset.
79
 
80
  Please check original paper for details on the dataset.
81
 
82
-
83
  ## Citation
84
 
85
  <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
@@ -87,7 +74,6 @@ Please check original paper for details on the dataset.
87
  **BibTeX:**
88
 
89
  ```bibtex
90
-
91
  @software{detectors2023,
92
  author = {Dadalto, Eduardo},
93
  title = {Detectors: a Python Library for Generalized Out-Of-Distribution Detection},
@@ -96,6 +82,7 @@ doi = {https://doi.org/10.5281/zenodo.7883596},
96
  month = {5},
97
  year = {2023}
98
  }
 
99
  @article{1706.02690v5,
100
  Author = {Shiyu Liang and Yixuan Li and R. Srikant},
101
  Title = {Enhancing The Reliability of Out-of-distribution Image Detection in
@@ -106,7 +93,9 @@ Year = {2017},
106
  Month = {6},
107
  Note = {ICLR 2018},
108
  Url = {http://arxiv.org/abs/1706.02690v5}
109
- }@article{1610.01119v2,
 
 
110
  Author = {Limin Wang and Sheng Guo and Weilin Huang and Yuanjun Xiong and Yu Qiao},
111
  Title = {Knowledge Guided Disambiguation for Large-Scale Scene Classification
112
  with Multi-Resolution CNNs},
 
5
  - image-classification
6
  paperswithcode_id: lsun
7
  pretty_name: LSUN (c)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
  # Dataset Card for LSUN (c) for OOD Detection
 
22
 
23
 
24
  - **Original Dataset Authors**: Limin Wang, Sheng Guo, Weilin Huang, Yuanjun Xiong, Yu Qiao
25
+ - **Authors of First OOD Application:** Shiyu Liang, Yixuan Li, R. Srikant
26
  - **Shared by:** Eduardo Dadalto
27
  - **License:** unknown
28
 
 
30
 
31
  <!-- Provide the basic links for the dataset. -->
32
 
33
+ - **Original Dataset Paper:** http://arxiv.org/abs/1610.01119v2
34
+ - **First OOD Application Paper:** http://arxiv.org/abs/1706.02690v5
35
 
36
 
37
  ### Direct Use
 
53
 
54
  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.
55
 
56
+ Check the python library [detectors](https://github.com/edadaltocg/detectors) if you are interested in OOD detection.
57
+
58
  ### Personal and Sensitive Information
59
 
60
  <!-- 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. -->
 
67
 
68
  Please check original paper for details on the dataset.
69
 
 
70
  ## Citation
71
 
72
  <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
 
74
  **BibTeX:**
75
 
76
  ```bibtex
 
77
  @software{detectors2023,
78
  author = {Dadalto, Eduardo},
79
  title = {Detectors: a Python Library for Generalized Out-Of-Distribution Detection},
 
82
  month = {5},
83
  year = {2023}
84
  }
85
+
86
  @article{1706.02690v5,
87
  Author = {Shiyu Liang and Yixuan Li and R. Srikant},
88
  Title = {Enhancing The Reliability of Out-of-distribution Image Detection in
 
93
  Month = {6},
94
  Note = {ICLR 2018},
95
  Url = {http://arxiv.org/abs/1706.02690v5}
96
+ }
97
+
98
+ @article{1610.01119v2,
99
  Author = {Limin Wang and Sheng Guo and Weilin Huang and Yuanjun Xiong and Yu Qiao},
100
  Title = {Knowledge Guided Disambiguation for Large-Scale Scene Classification
101
  with Multi-Resolution CNNs},