Skip to content

Commit 6b398fb

Browse files
committed
Update ReadME
1 parent 434ee7c commit 6b398fb

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

README.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Neuron Activation Coverage: Rethinking Out-of-distribution Detection and Generalization
2-
This is the official PyTorch implementation of our NAC-UE: https://arxiv.org/abs/2306.02879.
2+
**[Warning] The method suffers from the overfitting issue. We will re-evaluate our NAC-UE on the OpenOOD v1.5 and update the code and arxiv ASAP.**
3+
4+
[//]: # (This is the official PyTorch implementation of our NAC-UE: https://arxiv.org/abs/2306.02879.)
5+
6+
37

48
## Usage
59
Our dataset and model preparation carefully follows the current OOD state-of-the-art methods, e.g., [MOS](https://arxiv.org/pdf/2105.01879.pdf), [ReAct](https://arxiv.org/abs/2111.12797), [GradNorm](https://arxiv.org/abs/2110.00218), [LINe](https://arxiv.org/abs/2303.13995).
@@ -50,11 +54,13 @@ To reproduce baseline approaches, please run:
5054
./scripts/test_baseline.sh resnet50(/mobilenet/BiT-S-R101x1) MSP(/ODIN/Energy/GradNorm) 64
5155
```
5256

53-
## OOD Detection Results
57+
[//]: # (## OOD Detection Results)
5458

55-
NAC-UC achieves a record-breaking performance on the 4 OOD datasets.
59+
[//]: # ()
60+
[//]: # (NAC-UC achieves a record-breaking performance on the 4 OOD datasets.)
5661

57-
![results](figs/imagenet_results_table.png)
62+
[//]: # ()
63+
[//]: # (![results](figs/imagenet_results_table.png))
5864

5965
## Citation
6066

figs/imagenet_results_table.png

-492 KB
Binary file not shown.

0 commit comments

Comments
 (0)