English

Multi-Grained Vision-Language Alignment for Domain Generalized Person Re-Identification

Computer Vision and Pattern Recognition 2026-03-17 v1

Abstract

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.

Keywords

Cite

@article{arxiv.2603.14012,
  title  = {Multi-Grained Vision-Language Alignment for Domain Generalized Person Re-Identification},
  author = {Jiachen Li and Xiaojin Gong and Dongping Zhang},
  journal= {arXiv preprint arXiv:2603.14012},
  year   = {2026}
}
R2 v1 2026-07-01T11:20:10.950Z