File size: 1,139 Bytes
3d88c3b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
license: apache-2.0
---
# KAT-ReID – MSMT17

## Model Details

* **Model name:** KAT-ReID (MSMT17)
* **Task:** Large-scale Person Re-Identification
* **Dataset:** MSMT17

---

## Model Description

MSMT17 is a **large-scale, multi-camera ReID benchmark** with strong domain shifts.
This model evaluates KAT-ReID under challenging illumination and camera variability.

---

## Training Data

* **Identities:** 4,101
* **Images:** 126,441
* **Cameras:** 15

---

## Evaluation Results

| Metric  | Score |
| ------- | ----- |
| mAP     | 38.8  |
| Rank-1  | 61.5  |
| Rank-5  | 76.6  |
| Rank-10 | 82.2  |

Results show that KAT-ReID struggles to match ViT baselines on highly diverse large-scale datasets.

---

## Limitations

* Underfits global appearance cues
* Requires further regularization and longer warm-up
* Sensitive to large domain shifts

---

## Citation

```bibtex
@inproceedings{umair2025katreid,
  title={KAT-ReID: Assessing the Viability of Kolmogorov--Arnold Transformers in Object Re-Identification},
  author={Umair, Muhammad and Zhou, Jun and Musaddiq, Muhammad Hammad and Muhammad, Ahmad},
  year={2025}
}
```