Skip to content

Commit 10261a3

Browse files
authored
Update README.md
1 parent 333665f commit 10261a3

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
# Towards OOD detection in fine-grained environments
22

3-
This repository contains the code necessary to replicate the results of our paper:
3+
This repository contains the code necessary to replicate the results of our WACV'23 paper:
44

55
***Mixture Outlier Exposure: Towards Out-of-Distribution Detection in Fine-grained Environments***
66

77
[Jingyang Zhang](https://zjysteven.github.io/), Nathan Inkawhich, Randolph Linderman, Yiran Chen, Hai Li @ [Duke CEI Lab](https://cei.pratt.duke.edu/)
88

9-
Paper (arxiv preprint): https://arxiv.org/abs/2106.03917
10-
11-
This work has been accepted to WACV'23!!
9+
Check out our paper [here](https://openaccess.thecvf.com/content/WACV2023/html/Zhang_Mixture_Outlier_Exposure_Towards_Out-of-Distribution_Detection_in_Fine-Grained_Environments_WACV_2023_paper.html)!!!
1210

1311
## Overview
1412

@@ -72,5 +70,12 @@ We provide sample scripts `train.sh` and `eval.sh` in `scripts/` folder showcasi
7270
## Reference
7371
If you find our work/code helpful, please consider citing our work.
7472
```
75-
Coming soon!
73+
@InProceedings{Zhang_2023_WACV,
74+
author = {Zhang, Jingyang and Inkawhich, Nathan and Linderman, Randolph and Chen, Yiran and Li, Hai},
75+
title = {Mixture Outlier Exposure: Towards Out-of-Distribution Detection in Fine-Grained Environments},
76+
booktitle = {Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision (WACV)},
77+
month = {January},
78+
year = {2023},
79+
pages = {5531-5540}
80+
}
7681
```

0 commit comments

Comments
 (0)