Update README.md
Browse files
README.md
CHANGED
|
@@ -3,8 +3,30 @@ pipeline_tag: image-classification
|
|
| 3 |
tags:
|
| 4 |
- model_hub_mixin
|
| 5 |
- pytorch_model_hub_mixin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
tags:
|
| 4 |
- model_hub_mixin
|
| 5 |
- pytorch_model_hub_mixin
|
| 6 |
+
- image-classification
|
| 7 |
+
license: mit
|
| 8 |
+
language:
|
| 9 |
+
- en
|
| 10 |
+
base_model:
|
| 11 |
+
- timm/vit_base_patch14_reg4_dinov2.lvd142m
|
| 12 |
---
|
| 13 |
|
| 14 |
+
# PdiscoFormer PartImageNet Seg Model (K=50)
|
| 15 |
+
|
| 16 |
+
PdiscoFormer (Vit-base-dinov2-reg4) trained on PartImageNet Seg with K (number of unsupervised parts to discover) set to a value of 50.
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
PdiscoFormer is a novel method for unsupervised part discovery using self-supervised Vision Transformers which achieves state-of-the-art results for this task, both qualitatively and quantitatively. The code can be found in the following repository: https://github.com/ananthu-aniraj/pdiscoformer
|
| 20 |
+
|
| 21 |
+
# BibTex entry and citation info
|
| 22 |
+
|
| 23 |
+
```
|
| 24 |
+
@misc{aniraj2024pdiscoformerrelaxingdiscoveryconstraints,
|
| 25 |
+
title={PDiscoFormer: Relaxing Part Discovery Constraints with Vision Transformers},
|
| 26 |
+
author={Ananthu Aniraj and Cassio F. Dantas and Dino Ienco and Diego Marcos},
|
| 27 |
+
year={2024},
|
| 28 |
+
eprint={2407.04538},
|
| 29 |
+
archivePrefix={arXiv},
|
| 30 |
+
primaryClass={cs.CV},
|
| 31 |
+
url={https://arxiv.org/abs/2407.04538},
|
| 32 |
+
}
|