Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,58 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-nc-sa-4.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-sa-4.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# SPTNet: An Efficient Alternative Framework for Generalized Category Discovery with Spatial Prompt Tuning (ICLR 2024)
|
| 6 |
+
|
| 7 |
+
|
| 8 |
+
<p align="center">
|
| 9 |
+
<a href="https://arxiv.org/abs/2403.13684"><img src="https://img.shields.io/badge/arXiv-2403.13684-b31b1b"></a> <a href="https://visual-ai.github.io/sptnet/"><img src="https://img.shields.io/badge/Project-Website-blue"></a><a href="#jump"><img src="https://img.shields.io/badge/Citation-8A2BE2"></a>
|
| 10 |
+
</p>
|
| 11 |
+
<p align="center">
|
| 12 |
+
SPTNet: An Efficient Alternative Framework for Generalized Category Discovery with Spatial Prompt Tuning <br>
|
| 13 |
+
By
|
| 14 |
+
<a href="https://whj363636.github.io/">Hongjun Wang</a>,
|
| 15 |
+
<a href="https://sgvaze.github.io/">Sagar Vaze</a>, and
|
| 16 |
+
<a href="https://www.kaihan.org/">Kai Han</a>.
|
| 17 |
+
</p>
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
[05.2024] We update the results of SPTNet with DINOv2 on CUB, please check our latest version in [Arxiv](https://arxiv.org/abs/2403.13684)
|
| 21 |
+
|
| 22 |
+
| | All | Old | New |
|
| 23 |
+
|---------------|------|------|------|
|
| 24 |
+
| CUB (DINO) | 65.8 | 68.8 | 65.1 |
|
| 25 |
+
| CUB (DINOv2) | 76.3 | 79.5 | 74.6 |
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
## Results
|
| 30 |
+
Generic results:
|
| 31 |
+
| | All | Old | New |
|
| 32 |
+
|--------------|------|------|------|
|
| 33 |
+
| CIFAR-10 | 97.3 | 95.0 | 98.6 |
|
| 34 |
+
| CIFAR-100 | 81.3 | 84.3 | 75.6 |
|
| 35 |
+
| ImageNet-100 | 85.4 | 93.2 | 81.4 |
|
| 36 |
+
|
| 37 |
+
Fine-grained results:
|
| 38 |
+
| | All | Old | New |
|
| 39 |
+
|---------------|------|------|------|
|
| 40 |
+
| CUB | 65.8 | 68.8 | 65.1 |
|
| 41 |
+
| Stanford Cars | 59.0 | 79.2 | 49.3 |
|
| 42 |
+
| FGVC-Aircraft | 59.3 | 61.8 | 58.1 |
|
| 43 |
+
| Herbarium19 | 43.4 | 58.7 | 35.2 |
|
| 44 |
+
|
| 45 |
+
|
| 46 |
+
|
| 47 |
+
## Citing this work
|
| 48 |
+
<span id="jump"></span>
|
| 49 |
+
If you find this repo useful for your research, please consider citing our paper:
|
| 50 |
+
|
| 51 |
+
```
|
| 52 |
+
@inproceedings{wang2024sptnet,
|
| 53 |
+
author = {Wang, Hongjun and Vaze, Sagar and Han, Kai},
|
| 54 |
+
title = {SPTNet: An Efficient Alternative Framework for Generalized Category Discovery with Spatial Prompt Tuning},
|
| 55 |
+
booktitle = {International Conference on Learning Representations (ICLR)},
|
| 56 |
+
year = {2024}
|
| 57 |
+
}
|
| 58 |
+
```
|