Abdelrahman-shaker commited on
Commit
6b9988c
1 Parent(s): 0786677

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +95 -3
README.md CHANGED
@@ -1,3 +1,95 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+
6
+
7
+
8
+
9
+ <br>
10
+
11
+
12
+
13
+ # GroupMamba-Tiny Model Card
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+
20
+
21
+ GroupMamba-Tiny is a generic backbone with 23M parameters trained on the ImageNet-1K dataset for vision tasks.
22
+
23
+
24
+
25
+ - **Model type:** Parameter-Efficient and Accurate Vision Backbone Based on Group Visual State Space Model
26
+ - **License:** Non-commercial license
27
+
28
+
29
+
30
+
31
+
32
+ ### Model Sources
33
+
34
+
35
+
36
+ - **Repository:** https://github.com/amshaker/GroupMamba
37
+ - **Paper:** https://arxiv.org/abs/X.X
38
+
39
+
40
+
41
+ ## Uses
42
+
43
+
44
+
45
+ The primary use of GroupMamba is research on vision tasks, e.g., classification, segmentation, detection, and instance segmentation, with an SSM-based backbone.
46
+ The primary intended users of the model are researchers and hobbyists in computer vision, machine learning, and artificial intelligence.
47
+
48
+
49
+
50
+ ## How to Get Started with the Model
51
+
52
+
53
+
54
+ - You can replace the backbone for vision tasks with the proposed GroupMamba: https://github.com/Amshaker/GroupMamba/blob/main/classification/models/groupmamba.py
55
+ - Then, you can load this checkpoint and start fine-tuning.
56
+
57
+
58
+
59
+ ## Training Details
60
+
61
+
62
+
63
+ GroupMamba is pretrained on ImageNet-1K with classification supervision.
64
+ The training data is around 1.3M images from [ImageNet-1K dataset](https://www.image-net.org/challenges/LSVRC/2012/).
65
+ See more details in this [paper](https://arxiv.org/abs/X.X.
66
+
67
+
68
+
69
+ ## Evaluation
70
+
71
+
72
+
73
+ GroupMamba-Tiny is evaluated on ImageNet-1K val set, and achieves 83.3% Top-1 Acc with only 23M parameters. See more details in this [paper](https://arxiv.org/abs/X.X).
74
+
75
+
76
+
77
+ ## Additional Information
78
+
79
+
80
+
81
+ ### Citation Information
82
+
83
+
84
+
85
+ ```
86
+ @article{GroupMamba,
87
+ title={GroupMamba: Parameter-Efficient and Accurate Group Visual State Space Model},
88
+ author={Abdelrahman Shaker and Syed Talal Wasim and Salman Khan and Gall Jürgen and Fahad Khan},
89
+ journal={arXiv preprint arXiv:X.X},
90
+ year={2024}
91
+ }
92
+ ```
93
+
94
+
95
+