Datasets:

Modalities:
Image
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
edadaltocg commited on
Commit
869e23f
·
1 Parent(s): 397dd49

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +105 -0
README.md ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: unknown
3
+ size_categories: 1K<n<10K
4
+ task_categories:
5
+ - image-classification
6
+ paperswithcode_id: https://paperswithcode.com/dataset/isun
7
+ pretty_name: iSUN
8
+ ---
9
+
10
+ # Dataset Card for iSUN
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
+ - **Authors:** Junting Pan, Xavier Giró-i-Nieto
25
+ - **Shared by:** Eduardo Dadalto
26
+ - **License:** unknown
27
+
28
+ ### Dataset Sources
29
+
30
+ <!-- Provide the basic links for the dataset. -->
31
+
32
+ - **Paper:** http://arxiv.org/abs/1507.01422v1
33
+
34
+
35
+ ### Direct Use
36
+
37
+ <!-- This section describes suitable use cases for the dataset. -->
38
+
39
+ This dataset is intended to be used as an ouf-of-distribution dataset for image classification benchmarks.
40
+
41
+ ### Out-of-Scope Use
42
+
43
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
44
+
45
+ This dataset is not annotated
46
+
47
+
48
+ ### Curation Rationale
49
+
50
+ <!-- Motivation for the creation of this dataset. -->
51
+
52
+ The objective in curating and uploading this dataset to HuggingFace is to accelerate research on generalized Out-of-Distribution (OOD) detection.
53
+
54
+ ## Personal and Sensitive Information
55
+
56
+ <!-- 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. -->
57
+
58
+ Please check original paper for details on the dataset.
59
+
60
+ ## Bias, Risks, and Limitations
61
+
62
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
63
+
64
+ Please check original paper for details on the dataset.
65
+
66
+
67
+ ## Citation
68
+
69
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
70
+
71
+ **BibTeX:**
72
+
73
+ ```bibtex
74
+ @article{1507.01422v1,
75
+ Author = {Junting Pan and Xavier Giró-i-Nieto},
76
+ Title = {End-to-end Convolutional Network for Saliency Prediction},
77
+ Eprint = {http://arxiv.org/abs/1507.01422v1},
78
+ ArchivePrefix = {arXiv},
79
+ PrimaryClass = {cs.CV},
80
+ Abstract = {The prediction of saliency areas in images has been traditionally addressed
81
+ with hand crafted features based on neuroscience principles. This paper however
82
+ addresses the problem with a completely data-driven approach by training a
83
+ convolutional network. The learning process is formulated as a minimization of
84
+ a loss function that measures the Euclidean distance of the predicted saliency
85
+ map with the provided ground truth. The recent publication of large datasets of
86
+ saliency prediction has provided enough data to train a not very deep
87
+ architecture which is both fast and accurate. The convolutional network in this
88
+ paper, named JuntingNet, won the LSUN 2015 challenge on saliency prediction
89
+ with a superior performance in all considered metrics.},
90
+ Year = {2015},
91
+ Month = {7},
92
+ Note = {Winner of the saliency prediction challenge in the Large-scale Scene
93
+ Understanding (LSUN) Challenge in the associated workshop of the IEEE
94
+ Conference on Computer Vision and Pattern Recognition (CVPR) 2015},
95
+ Url = {http://arxiv.org/abs/1507.01422v1}
96
+ }
97
+ ```
98
+
99
+ ## Dataset Card Authors
100
+
101
+ Eduardo Dadalto
102
+
103
+ ## Dataset Card Contact
104
+
105
+ https://huggingface.co/edadaltocg