Update README.md
Browse files
README.md
CHANGED
|
@@ -171,17 +171,32 @@ labels = predictions[0]['labels']
|
|
| 171 |
|
| 172 |
## 📄 Citation
|
| 173 |
|
| 174 |
-
If you use our models, datasets, or methodology in your research, please cite our
|
| 175 |
|
| 176 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 177 |
@inproceedings{wu2025revisitingoutofdistributiondetectionrealtime,
|
| 178 |
title={Revisiting Out-of-Distribution Detection in Real-time Object Detection: From Benchmark Pitfalls to a New Mitigation Paradigm},
|
| 179 |
author={Changshun Wu and Weicheng He and Chih-Hong Cheng and Xiaowei Huang and Saddek Bensalem},
|
| 180 |
year={2025},
|
| 181 |
-
eprint={2503.
|
| 182 |
archivePrefix={arXiv},
|
| 183 |
primaryClass={cs.CV},
|
| 184 |
-
url={https://arxiv.org/abs/2503.
|
| 185 |
}
|
| 186 |
```
|
| 187 |
|
|
|
|
| 171 |
|
| 172 |
## 📄 Citation
|
| 173 |
|
| 174 |
+
If you use our models, datasets, or methodology in your research, please cite our papers.
|
| 175 |
|
| 176 |
+
For the IROS 2025 conference version, which primarily focuses on YOLO models and represents an earlier conference publication, please cite:
|
| 177 |
+
```
|
| 178 |
+
@inproceedings{he2025mitigatinghallucinationsyolobasedobject,
|
| 179 |
+
title={Mitigating Hallucinations in YOLO-based Object Detection Models: A Revisit to Out-of-Distribution Detection},
|
| 180 |
+
author={Weicheng He and Changshun Wu and Chih-Hong Cheng and Xiaowei Huang and Saddek Bensalem},
|
| 181 |
+
booktitle={Proceedings of the IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
|
| 182 |
+
year={2025},
|
| 183 |
+
note={Accepted to IROS 2025},
|
| 184 |
+
eprint={2503.07330v2},
|
| 185 |
+
archivePrefix={arXiv},
|
| 186 |
+
primaryClass={cs.CV},
|
| 187 |
+
url={https://arxiv.org/abs/2503.07330v2}
|
| 188 |
+
}
|
| 189 |
+
```
|
| 190 |
+
For the journal version, which expands the methodology to Faster-RCNN and RT-DETR, includes an automated data curation pipeline, and provides an in-depth analysis of the approach, please cite:
|
| 191 |
+
```
|
| 192 |
@inproceedings{wu2025revisitingoutofdistributiondetectionrealtime,
|
| 193 |
title={Revisiting Out-of-Distribution Detection in Real-time Object Detection: From Benchmark Pitfalls to a New Mitigation Paradigm},
|
| 194 |
author={Changshun Wu and Weicheng He and Chih-Hong Cheng and Xiaowei Huang and Saddek Bensalem},
|
| 195 |
year={2025},
|
| 196 |
+
eprint={2503.07330v3},
|
| 197 |
archivePrefix={arXiv},
|
| 198 |
primaryClass={cs.CV},
|
| 199 |
+
url={https://arxiv.org/abs/2503.07330v3},
|
| 200 |
}
|
| 201 |
```
|
| 202 |
|