HugoHE commited on
Commit
574d98a
Β·
verified Β·
1 Parent(s): b93462c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -39
README.md CHANGED
@@ -24,20 +24,20 @@ This dataset collection contains **out-of-distribution (OOD) image datasets** sp
24
 
25
  ## 🎯 Purpose
26
 
27
- These datasets are designed to test how well object detection models perform when encountering images that differ from their training distribution. They are particularly useful for:
28
 
29
- - **Evaluating model robustness** on out-of-distribution data
30
- - **Testing hallucination mitigation** techniques
31
- - **Benchmarking domain adaptation** capabilities
32
- - **Research on robust object detection**
33
 
34
  ## πŸ“Š Dataset Overview
35
 
36
- | Dataset | Images | Size | Description | Domain |
37
- |---------|--------|------|-------------|---------|
38
- | **far-ood** | 1,000 | 278MB | Far out-of-distribution images significantly different from training domains | General OOD |
39
- | **near-ood-bdd** | 1,010 | 337MB | Near OOD images related to BDD 100K driving domain | Autonomous Driving |
40
- | **near-ood-voc** | 1,020 | 318MB | Near OOD images related to Pascal VOC object classes | General Objects |
41
 
42
  ## πŸ“ Dataset Structure
43
 
@@ -49,33 +49,31 @@ m-hood-dataset/
49
  β”‚ └── ... (1,000 images)
50
  β”œβ”€β”€ near-ood-bdd/
51
  β”‚ β”œβ”€β”€ [image files]
52
- β”‚ └── ... (1,010 images)
53
  └── near-ood-voc/
54
  β”œβ”€β”€ [image files]
55
- └── ... (1,020 images)
56
  ```
57
 
58
  ## πŸ” Dataset Details
59
 
 
 
60
  ### Far-OOD Dataset
61
- - **Images**: 1,000 high-quality images
62
- - **Size**: 278MB
63
- - **Characteristics**: Images significantly different from typical object detection training domains
64
- - **Use Case**: Testing extreme out-of-distribution robustness
65
 
66
  ### Near-OOD-BDD Dataset
67
- - **Images**: 1,010 high-quality images
68
- - **Size**: 337MB
69
- - **Domain**: Related to autonomous driving (BDD 100K-adjacent)
70
- - **Characteristics**: Images similar to but distinct from BDD 100K training distribution
71
- - **Use Case**: Testing domain shift robustness in autonomous driving scenarios
72
 
73
  ### Near-OOD-VOC Dataset
74
- - **Images**: 1,020 high-quality images
75
- - **Size**: 318MB
76
- - **Domain**: Related to Pascal VOC object classes
77
- - **Characteristics**: Images similar to but distinct from Pascal VOC training distribution
78
- - **Use Case**: Testing domain shift robustness for general object detection
79
 
80
  ## πŸš€ Usage
81
 
@@ -136,28 +134,28 @@ for img_file in os.listdir(far_ood_dir):
136
 
137
  This dataset collection is particularly valuable for research in:
138
 
139
- - **Out-of-distribution detection**
140
- - **Hallucination mitigation in object detection**
141
- - **Domain adaptation and transfer learning**
142
- - **Robust computer vision systems**
143
- - **Autonomous driving perception robustness**
144
- - **General object detection robustness**
145
 
146
  ## πŸ“ˆ Evaluation Metrics
147
 
148
  When using these datasets for evaluation, consider these metrics:
149
 
150
- - **False Positive Rate (FPR)**: Rate of hallucinated detections
151
- - **Confidence Calibration**: How well confidence scores reflect actual accuracy
152
- - **Detection Consistency**: Consistency of detections across similar OOD images
153
- - **Domain Shift Sensitivity**: Performance degradation compared to in-distribution data
154
 
155
  ## 🎯 Related Models
156
 
157
  This dataset collection is designed to work with the **M-Hood model collection** available at:
158
- - **Repository**: [HugoHE/m-hood](https://huggingface.co/HugoHE/m-hood)
159
- - **Models**: YOLOv10 and Faster R-CNN variants trained on BDD 100K, Pascal VOC, and KITTI
160
- - **Fine-tuned variants**: Specifically trained to mitigate hallucination on OOD data
161
 
162
  ## πŸ“„ Citation
163
 
@@ -171,6 +169,7 @@ If you use this dataset collection in your research, please cite:
171
  howpublished={\url{https://huggingface.co/datasets/HugoHE/m-hood-dataset}}
172
  }
173
  ```
 
174
 
175
  ## πŸ“œ License
176
 
 
24
 
25
  ## 🎯 Purpose
26
 
27
+ These datasets are designed to address limitations in existing OOD benchmarks and enable fine-grained analysis of hallucination suppression. They test how well object detection models perform when encountering images that differ from their training distribution. They are particularly useful for:
28
 
29
+ - **Evaluating model robustness** on out-of-distribution data
30
+ - **Testing hallucination mitigation** techniques
31
+ - **Benchmarking domain adaptation** capabilities
32
+ - **Research on robust object detection**
33
 
34
  ## πŸ“Š Dataset Overview
35
 
36
+ | Dataset | Images | Description | Domain |
37
+ |---------|--------|-------------|---------|
38
+ | **far-ood** | 1,000 | Far out-of-distribution images with objects distinctly different from training domains, or backgrounds without recognizable objects. | General OOD |
39
+ | **near-ood-bdd** | 1,000 | Near OOD images related to BDD 100K driving domain, visually and semantically similar to training categories. | Autonomous Driving |
40
+ | **near-ood-voc** | 1,000 | Near OOD images related to Pascal VOC object classes, visually and semantically similar to training categories. | General Objects |
41
 
42
  ## πŸ“ Dataset Structure
43
 
 
49
  β”‚ └── ... (1,000 images)
50
  β”œβ”€β”€ near-ood-bdd/
51
  β”‚ β”œβ”€β”€ [image files]
52
+ β”‚ └── ... (1,000 images)
53
  └── near-ood-voc/
54
  β”œβ”€β”€ [image files]
55
+ └── ... (1,000 images)
56
  ```
57
 
58
  ## πŸ” Dataset Details
59
 
60
+ These datasets were carefully sampled from over 500 diverse categories in OpenImagesV7 to provide challenging and reliable benchmarks for OOD detection in object detection models.
61
+
62
  ### Far-OOD Dataset
63
+ - **Images**: 1,000 high-quality images
64
+ - **Characteristics**: Images contain objects distinctly different from typical object detection training domains, as well as backgrounds without recognizable objects. This dataset is designed for testing extreme out-of-distribution robustness.
 
 
65
 
66
  ### Near-OOD-BDD Dataset
67
+ - **Images**: 1,000 high-quality images
68
+ - **Domain**: Related to autonomous driving (BDD 100K-adjacent)
69
+ - **Characteristics**: Images are visually and semantically similar to the training categories of autonomous driving datasets like BDD 100K, presenting a particularly challenging scenario for object detectors.
70
+ - **Use Case**: Testing domain shift robustness in autonomous driving scenarios.
 
71
 
72
  ### Near-OOD-VOC Dataset
73
+ - **Images**: 1,000 high-quality images
74
+ - **Domain**: Related to Pascal VOC object classes
75
+ - **Characteristics**: Images are visually and semantically similar to the training categories of Pascal VOC, presenting a particularly challenging scenario for object detectors.
76
+ - **Use Case**: Testing domain shift robustness for general object detection.
 
77
 
78
  ## πŸš€ Usage
79
 
 
134
 
135
  This dataset collection is particularly valuable for research in:
136
 
137
+ - **Out-of-distribution detection**
138
+ - **Hallucination mitigation in object detection**
139
+ - **Domain adaptation and transfer learning**
140
+ - **Robust computer vision systems**
141
+ - **Autonomous driving perception robustness**
142
+ - **General object detection robustness**
143
 
144
  ## πŸ“ˆ Evaluation Metrics
145
 
146
  When using these datasets for evaluation, consider these metrics:
147
 
148
+ - **False Positive Rate (FPR)**: Rate of hallucinated detections
149
+ - **Confidence Calibration**: How well confidence scores reflect actual accuracy
150
+ - **Detection Consistency**: Consistency of detections across similar OOD images
151
+ - **Domain Shift Sensitivity**: Performance degradation compared to in-distribution data
152
 
153
  ## 🎯 Related Models
154
 
155
  This dataset collection is designed to work with the **M-Hood model collection** available at:
156
+ - **Repository**: [HugoHE/m-hood](https://huggingface.co/HugoHE/m-hood)
157
+ - **Models**: YOLOv10 and Faster R-CNN variants trained on BDD 100K, Pascal VOC, and KITTI
158
+ - **Fine-tuned variants**: Specifically trained to mitigate hallucination on OOD data
159
 
160
  ## πŸ“„ Citation
161
 
 
169
  howpublished={\url{https://huggingface.co/datasets/HugoHE/m-hood-dataset}}
170
  }
171
  ```
172
+ *Note: These datasets were constructed using an automated data curation pipeline as part of the M-Hood project, originally described at [https://gricad-gitlab.univ-grenoble-alpes.fr/dnn-safety/m-hood](https://gricad-gitlab.univ-grenoble-alpes.fr/dnn-safety/m-hood).*
173
 
174
  ## πŸ“œ License
175