umair894 commited on
Commit
3d88c3b
·
verified ·
1 Parent(s): 78ecb22

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +59 -3
README.md CHANGED
@@ -1,3 +1,59 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ # KAT-ReID – MSMT17
5
+
6
+ ## Model Details
7
+
8
+ * **Model name:** KAT-ReID (MSMT17)
9
+ * **Task:** Large-scale Person Re-Identification
10
+ * **Dataset:** MSMT17
11
+
12
+ ---
13
+
14
+ ## Model Description
15
+
16
+ MSMT17 is a **large-scale, multi-camera ReID benchmark** with strong domain shifts.
17
+ This model evaluates KAT-ReID under challenging illumination and camera variability.
18
+
19
+ ---
20
+
21
+ ## Training Data
22
+
23
+ * **Identities:** 4,101
24
+ * **Images:** 126,441
25
+ * **Cameras:** 15
26
+
27
+ ---
28
+
29
+ ## Evaluation Results
30
+
31
+ | Metric | Score |
32
+ | ------- | ----- |
33
+ | mAP | 38.8 |
34
+ | Rank-1 | 61.5 |
35
+ | Rank-5 | 76.6 |
36
+ | Rank-10 | 82.2 |
37
+
38
+ Results show that KAT-ReID struggles to match ViT baselines on highly diverse large-scale datasets.
39
+
40
+ ---
41
+
42
+ ## Limitations
43
+
44
+ * Underfits global appearance cues
45
+ * Requires further regularization and longer warm-up
46
+ * Sensitive to large domain shifts
47
+
48
+ ---
49
+
50
+ ## Citation
51
+
52
+ ```bibtex
53
+ @inproceedings{umair2025katreid,
54
+ title={KAT-ReID: Assessing the Viability of Kolmogorov--Arnold Transformers in Object Re-Identification},
55
+ author={Umair, Muhammad and Zhou, Jun and Musaddiq, Muhammad Hammad and Muhammad, Ahmad},
56
+ year={2025}
57
+ }
58
+ ```
59
+