Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
## Dataset Description
|
| 2 |
|
| 3 |
-
SSB-Hard is an OOD dataset focusing on semantically similar but distinct categories to ImageNet.
|
| 4 |
|
|
|
|
| 5 |
|
| 6 |
## Citation
|
| 7 |
```bibtex
|
|
@@ -11,3 +12,9 @@ SSB-Hard is an OOD dataset focusing on semantically similar but distinct categor
|
|
| 11 |
booktitle={ICLR},
|
| 12 |
year={2022}
|
| 13 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
## Dataset Description
|
| 2 |
|
| 3 |
+
SSB-Hard is an OOD dataset focusing on semantically similar but distinct categories to ImageNet. This split is derived from the **OpenOOD benchmark** OOD evaluation splits.
|
| 4 |
|
| 5 |
+
- **OpenOOD Benchmark:** https://github.com/Jingkang50/OpenOOD/
|
| 6 |
|
| 7 |
## Citation
|
| 8 |
```bibtex
|
|
|
|
| 12 |
booktitle={ICLR},
|
| 13 |
year={2022}
|
| 14 |
}
|
| 15 |
+
@inproceedings{yang2022openood,
|
| 16 |
+
title={OpenOOD: Benchmarking Generalized Out-of-Distribution Detection},
|
| 17 |
+
author={Yang, Jingkang and Zhu, Zixuan and Liu, Yiyou and Song, Yiyou and Zhang, Yixuan and Pang, Tianyu and Chen, Shuqi and Wang, Hang and Lin, Min and Su, Hang and Zhu, Jun and Chen, Weiming and Zhang, Zheng},
|
| 18 |
+
booktitle={Advances in Neural Information Processing Systems (NeurIPS)},
|
| 19 |
+
year={2022}
|
| 20 |
+
}
|