fira7s commited on
Commit
ab59b6e
·
verified ·
1 Parent(s): 2a2e0db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -1,9 +1,10 @@
1
  ## Dataset Description
2
 
3
  NINCO (Natural In-Distribution Corruptions) is a dataset designed for evaluating robustness and OOD detection under natural corruptions.
4
- It includes real-world corrupted versions of ImageNet images to test model generalization beyond synthetic distortions.
5
 
6
- - **Homepage:** https://github.com/j-cb/NINCO
 
7
 
8
  ## Citation
9
  ```bibtex
@@ -15,3 +16,9 @@ It includes real-world corrupted versions of ImageNet images to test model gener
15
  year={2023},
16
  organization={PMLR}
17
  }
 
 
 
 
 
 
 
1
  ## Dataset Description
2
 
3
  NINCO (Natural In-Distribution Corruptions) is a dataset designed for evaluating robustness and OOD detection under natural corruptions.
4
+ It includes real-world corrupted versions of ImageNet images to test model generalization beyond synthetic distortions. This split is derived from the **OpenOOD benchmark** OOD evaluation splits.
5
 
6
+ - **Homepage:** https://github.com/j-cb/NINCO
7
+ - **OpenOOD Benchmark:** https://github.com/Jingkang50/OpenOOD/
8
 
9
  ## Citation
10
  ```bibtex
 
16
  year={2023},
17
  organization={PMLR}
18
  }
19
+ @inproceedings{yang2022openood,
20
+ title={OpenOOD: Benchmarking Generalized Out-of-Distribution Detection},
21
+ 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},
22
+ booktitle={Advances in Neural Information Processing Systems (NeurIPS)},
23
+ year={2022}
24
+ }