ananthu-aniraj commited on
Commit
a39850e
1 Parent(s): 749de09

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -5
README.md CHANGED
@@ -1,10 +1,31 @@
1
  ---
2
  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]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  pipeline_tag: image-classification
3
  tags:
4
+ - image-classification
5
+ license: mit
6
+ language:
7
+ - en
8
+ base_model:
9
+ - timm/vit_base_patch14_reg4_dinov2.lvd142m
10
  ---
11
 
12
+ # PdiscoFormer PartImageNet OOD Model (K=8)
13
+
14
+ PdiscoFormer (Vit-base-dinov2-reg4) trained on PartImageNet OOD with K (number of unsupervised parts to discover) set to a value of 8.
15
+
16
+
17
+ 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
18
+
19
+ # BibTex entry and citation info
20
+
21
+ ```
22
+ @misc{aniraj2024pdiscoformerrelaxingdiscoveryconstraints,
23
+ title={PDiscoFormer: Relaxing Part Discovery Constraints with Vision Transformers},
24
+ author={Ananthu Aniraj and Cassio F. Dantas and Dino Ienco and Diego Marcos},
25
+ year={2024},
26
+ eprint={2407.04538},
27
+ archivePrefix={arXiv},
28
+ primaryClass={cs.CV},
29
+ url={https://arxiv.org/abs/2407.04538},
30
+ }
31
+ ```