arXiv:2603.14012cs.CV2026-03

通过多粒度视觉语言对齐提升跨域行人重识别的泛化能力

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

  • 设计多粒度提示词,对身体不同部位进行细粒度语言描述
  • 引入自适应掩码注意力模块,精准提取局部特征,提升区分度
  • 基于视觉定位专家生成伪标签,实现端到端监督训练

领域泛化行人重识别(DG Re-ID)是一项挑战性任务,模型在源域训练后需在未见目标域上测试。尽管纯视觉模型已取得显著进展,性能仍有提升空间。近期视觉-语言模型(VLMs)在多种视觉应用中表现出优异泛化能力,但直接用于重识别时改进有限,因仅生成全局特征,难以捕捉身份细微差异。为此,本文提出基于CLIP的多粒度视觉-语言对齐框架:在语言模态中引入多个细粒度提示词,描述不同身体部位,并与视觉模态对应部分对齐;为获取精细视觉信息,采用自适应掩码多头自注意力模块,精确提取特定部位特征;为训练该模块,设计基于MLLM的视觉定位专家,自动生成身体部位伪标签以提供监督。在单源与多源泛化协议上的大量实验验证了所提方法的优越性。代码将发布于https://github.com/RikoLi/MUVA。

原文摘要 · Abstract (English)

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.

行人重识别视觉语言对齐多粒度域泛化

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。