Rxzh commited on
Commit
3627a65
·
verified ·
1 Parent(s): e90b0e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -2,6 +2,29 @@
2
  license: mit
3
  ---
4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  MIT License
6
 
7
  Copyright (c) 2023 Julian Bitterwolf and Maximilian Müller
 
2
  license: mit
3
  ---
4
 
5
+ ## The NINCO dataset
6
+
7
+ The **NINCO** (**N**o **I**mageNet **C**lass **O**bjects) dataset consists of 64 OOD classes with a total of 5879 samples.
8
+ The OOD classes were selected to have no categorical overlap with any classes of ImageNet-1K.
9
+ Then we inspected each sample individually to not contain ID objects.
10
+
11
+ ### Examples of individual sorting decisions:
12
+
13
+ ![NINCO_sorting_wide_nocaption.png](readme_images/NINCO_sorting_wide_nocaption.png)
14
+ **Top:** Samples that were excluded due to overlap with ID classes. **Bottom:** Samples from the same
15
+ OOD class that were included in the cleaned datasets.
16
+
17
+ ### Examples images from some of the most difficult NINCO OOD classes
18
+ ![NINCO_difficult_wide_nocaption.png](readme_images/NINCO_difficult_wide_nocaption.png)
19
+ Examples from <span style="color:#BF008C"> NINCO OOD classes </span> (first row) and from the <span style="color:blue">ImageNet-1K class</span> (second row) which the <span style="color:BF008C"> OOD class </span> is most frequently confused for.
20
+
21
+
22
+ ## Cleaned Popular Datasets and OOD Unit Tests
23
+
24
+ Besides NINCO, we provide (in the same .tar.gz file) truly OOD versions of 11 popular OOD datasets with in total 2715 OOD samples.
25
+
26
+ ---
27
+
28
  MIT License
29
 
30
  Copyright (c) 2023 Julian Bitterwolf and Maximilian Müller