ananthu-aniraj commited on
Commit
d7085f5
1 Parent(s): ede888c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -3
README.md CHANGED
@@ -3,8 +3,31 @@ pipeline_tag: image-classification
3
  tags:
4
  - model_hub_mixin
5
  - pytorch_model_hub_mixin
 
 
 
 
 
 
6
  ---
7
 
8
- This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
9
- - Library: https://github.com/ananthu-aniraj/pdiscoformer
10
- - Docs: [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Flowers102 Model (K=4)
15
+
16
+ PdiscoFormer (Vit-base-dinov2-reg4) trained on Flowers102 with K (number of unsupervised parts to discover) set to a value of 4.
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
+ }
33
+ ```