---
license: unknown
size_categories: 1K<n<10K
task_categories:
- image-classification
paperswithcode_id: isun
pretty_name: iSUN
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
dataset_info:
features:
- name: image
dtype: image
splits:
- name: train
num_bytes: 24514257.375
num_examples: 8925
download_size: 0
dataset_size: 24514257.375
---
# Dataset Card for iSUN for OOD Detection
<!-- Provide a quick summary of the dataset. -->
## Dataset Details
### Dataset Description
<!-- Provide a longer summary of what this dataset is. -->
- **Original Dataset Authors**: Junting Pan, Xavier Giró-i-Nieto
- **OOD Split Authors:** Shiyu Liang, Yixuan Li, R. Srikant
- **Shared by:** Eduardo Dadalto
- **License:** unknown
### Dataset Sources
<!-- Provide the basic links for the dataset. -->
- **Original Dataset Paper:** http://arxiv.org/abs/1507.01422v1
- **First OOD Application Paper:** http://arxiv.org/abs/1706.02690v5
### Direct Use
<!-- This section describes suitable use cases for the dataset. -->
This dataset is intended to be used as an ouf-of-distribution dataset for image classification benchmarks.
### Out-of-Scope Use
<!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
This dataset is not annotated.
### Curation Rationale
<!-- Motivation for the creation of this dataset. -->
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.
Check the python library [detectors](https://github.com/edadaltocg/detectors) if you are interested in OOD detection.
### Personal and Sensitive Information
<!-- 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. -->
Please check original paper for details on the dataset.
### Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
Please check original paper for details on the dataset.
## Citation
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
```bibtex
@software{detectors2023,
author = {Eduardo Dadalto},
title = {Detectors: a Python Library for Generalized Out-Of-Distribution Detection},
url = {https://github.com/edadaltocg/detectors},
doi = {https://doi.org/10.5281/zenodo.7883596},
month = {5},
year = {2023}
}
@article{1706.02690v5,
author = {Shiyu Liang and Yixuan Li and R. Srikant},
title = {Enhancing The Reliability of Out-of-distribution Image Detection in
Neural Networks},
year = {2017},
month = {6},
note = {ICLR 2018},
archiveprefix = {arXiv},
url = {http://arxiv.org/abs/1706.02690v5}
}
@article{1507.01422v1,
author = {Junting Pan and Xavier Giró-i-Nieto},
title = {End-to-end Convolutional Network for Saliency Prediction},
year = {2015},
month = {7},
note = {Winner of the saliency prediction challenge in the Large-scale Scene
Understanding (LSUN) Challenge in the associated workshop of the IEEE
Conference on Computer Vision and Pattern Recognition (CVPR) 2015},
archiveprefix = {arXiv},
url = {http://arxiv.org/abs/1507.01422v1}
}
```
## Dataset Card Authors
Eduardo Dadalto
## Dataset Card Contact
https://huggingface.co/edadaltocg
---
license: 未知
size_categories: 1000 < 样本数 < 10000
task_categories:
- 图像分类
paperswithcode_id: isun
pretty_name: iSUN
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
dataset_info:
features:
- name: 图像
dtype: 图像
splits:
- name: train
num_bytes: 24514257.375
num_examples: 8925
download_size: 0
dataset_size: 24514257.375
---
# 用于分布外检测的iSUN数据集卡片
<!-- 提供数据集的简要概述。 -->
## 数据集详情
### 数据集描述
<!-- 提供有关数据集的详细概述。 -->
- **原始数据集作者**:Junting Pan、Xavier Giró-i-Nieto
- **分布外拆分作者**:Shiyu Liang、Yixuan Li、R. Srikant
- **共享者**:爱德华多·达达尔托(Eduardo Dadalto)
- **许可证**:未知
### 数据集来源
<!-- 提供数据集的基础链接。 -->
- **原始数据集论文**:http://arxiv.org/abs/1507.01422v1
- **首篇分布外应用论文**:http://arxiv.org/abs/1706.02690v5
### 直接用途
<!-- 本节描述数据集的适用用例。 -->
本数据集旨在作为图像分类基准测试的分布外(Out-of-Distribution, OOD)数据集使用。
### 不适用途
<!-- 本节说明误用、恶意使用以及本数据集无法良好适配的使用场景。 -->
本数据集未进行标注。
### 数据集构建初衷
<!-- 创建本数据集的动机。 -->
本数据集整理并共享至HuggingFace Hub的目的,是加速通用分布外检测(Out-of-Distribution, OOD)领域的研究,并提升相关研究的可复现性。
若您对分布外检测研究感兴趣,可查阅Python库[detectors](https://github.com/edadaltocg/detectors)。
### 个人与敏感信息
<!-- 说明数据集是否包含可能被视为个人、敏感或私有的数据(例如,揭示地址、唯一可识别的姓名或别名、种族或族裔出身、性取向、宗教信仰、政治观点、财务或健康数据等)。如果已对数据进行匿名化处理,请描述匿名化流程。 -->
有关数据集的详细信息,请查阅原始论文。
### 偏差、风险与局限性
<!-- 本节旨在说明技术与社会技术层面的局限性。 -->
有关数据集的偏差、风险与局限性的详细信息,请查阅原始论文。
## 引用信息
<!-- 如果有介绍该数据集的论文或博客文章,本节应包含其APA和Bibtex引用信息。 -->
**BibTeX:**
bibtex
@software{detectors2023,
author = {Eduardo Dadalto},
title = {Detectors: a Python Library for Generalized Out-Of-Distribution Detection},
url = {https://github.com/edadaltocg/detectors},
doi = {https://doi.org/10.5281/zenodo.7883596},
month = {5},
year = {2023}
}
@article{1706.02690v5,
author = {Shiyu Liang and Yixuan Li and R. Srikant},
title = {Enhancing The Reliability of Out-of-distribution Image Detection in Neural Networks},
year = {2017},
month = {6},
note = {ICLR 2018},
archiveprefix = {arXiv},
url = {http://arxiv.org/abs/1706.02690v5}
}
@article{1507.01422v1,
author = {Junting Pan and Xavier Giró-i-Nieto},
title = {End-to-end Convolutional Network for Saliency Prediction},
year = {2015},
month = {7},
note = {Winner of the saliency prediction challenge in the Large-scale Scene Understanding (LSUN) Challenge in the associated workshop of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR) 2015},
archiveprefix = {arXiv},
url = {http://arxiv.org/abs/1507.01422v1}
}
## 数据集卡片作者
爱德华多·达达尔托(Eduardo Dadalto)
## 数据集卡片联系方式
https://huggingface.co/edadaltocg