Multi-Grained Vision-Language Alignment for Domain Generalized Person Re-Identification
About
Domain Generalized person Re-identification (DG Re-ID) is a challenging task, where models are trained on source domains but tested on unseen target domains. Although previous pure vision-based models have achieved significant progress, the performance remains further improved. Recently, Vision-Language Models (VLMs) present outstanding generalization capabilities in various visual applications. However, directly adapting a VLM to Re-ID shows limited generalization improvement. This is because the VLM only produces with global features that are insensitive to ID nuances. To tacle this problem, we propose a CLIP-based multi-grained vision-language alignment framework in this work. Specifically, several multi-grained prompts are introduced in language modality to describe different body parts and align with their counterparts in vision modality. To obtain fine-grained visual information, an adaptively masked multi-head self-attention module is employed to precisely extract specific part features. To train the proposed module, an MLLM-based visual grounding expert is employed to automatically generate pseudo labels of body parts for supervision. Extensive experiments conducted on both single- and multi-source generalization protocols demonstrate the superior performance of our approach. The implementation code will be released at https://github.com/RikoLi/MUVA.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Person Re-Identification | DukeMTMC-reID | Rank-1 Acc89.9 | 654 | |
| Person Re-Identification | MSMT17 | mAP0.722 | 514 | |
| Person Re-Identification | CUHK03 | R149.6 | 284 | |
| Person Re-Identification | Market-1501 to DukeMTMC-reID (test) | Rank-172.1 | 191 | |
| Person Re-Identification | DukeMTMC-reID to Market-1501 (test) | Rank-1 Acc78.3 | 138 | |
| Person Re-Identification | Market1501 | mAP0.882 | 119 | |
| Person Re-Identification | MSMT17 source: DukeMTMC-reID (test) | Rank-1 Acc77.8 | 97 | |
| Person Re-Identification | MSMT17 to Market-1501 | mAP59.5 | 46 | |
| Person Re-Identification | MSMT17 MS | mAP34.5 | 39 | |
| Person Re-Identification | CUHK03-NP source: DukeMTMC-reID (test) | Rank-166.7 | 38 |