Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Multimodal LLM-Empowered Re-Ranking for Generalizable Person Re-Identification

About

Domain Generalizable (DG) person re-identification (Re-ID) has attracted growing research interest due to its potential for deployment in unseen real-world scenarios. Most existing approaches address DG Re-ID by focusing on training domain-generalizable encoders but ignore the possible refinements in inference stage. In contrast, this work explores an alternative direction which improves inference re-ranking to enhance DG Re-ID. Conventional re-ranking methods typically rely on neighborhood-based distances to refine the initial ranking list, inherently depending on features produced by the Re-ID encoder. However, they deteriorate on target domains since the encoder lacks sufficient generalizability to produce reliable feature distances on unseen scenarios. Inspired by the remarkable generalization capabilities of recent Multimodal Large Language Models (MLLMs), we propose an MLLM-empowered distance metric to improve re-ranking in DG Re-ID. Specifically, we first adapt an MLLM to Re-ID data through supervised fine-tuning, which incorporates a domain-agnostic prompt and a query-candidate hard mining scheme. Then, the adapted MLLM is employed to compute a $\mu$-distance during inference, which is robust to domain gap and significantly enhances subsequent re-ranking performance. Our approach is model-agnostic and can be seamlessly integrated into previous re-ranking frameworks. Extensive experiments demonstrate that our approach consistently yields substantial performance improvements across multiple DG Re-ID benchmarks. The code of this work will be released at https://github.com/RikoLi/MUSE soon.

Jiachen Li, Xiaojin Gong• 2026

Related benchmarks

TaskDatasetResultRank
Person Re-IdentificationMarket-1501 -> MSMT17 (M→MS) (test)
Rank-187.4
48
Person Re-IdentificationMarket-1501 MA
mAP87.7
34
Person Re-IdentificationMarket1501 to CUHK03
mAP57.3
15
Person Re-IdentificationMSMT17 to CUHK03
mAP57.2
15
Person Re-IdentificationCUHK03 MA+MS+CS→C3 NP (test)
mAP59.6
11
Person Re-IdentificationMSMT17 MA+C3+CS→MS v2 (test)
mAP46.7
11
Person Re-IdentificationCUHK03 to MSMT17
mAP48.5
11
Person Re-IdentificationMarket1501 Source CUHK03 MA (target)
mAP83.9
8
Showing 8 of 8 rows

Other info

Follow for update