Person Re-ID in 2025: Supervised, Self-Supervised, and Language-Aligned. What Works?
Lakshman Balasubramanian
TL;DR
This paper benchmarks three ReID training paradigms—supervised, self-supervised, and language-aligned foundation-model–based approaches—across 11 models and 9 datasets to assess cross-domain robustness. It finds that supervised models excel within their training domain but collapse under domain shifts, while language-aligned models (e.g., SigLIP2) offer strong cross-domain generalization even without explicit ReID training, with hybrid CLIP-ReID methods delivering the best cross-domain performance overall. Self-supervised methods underperform in zero-shot ReID, suggesting a lack of identity-level semantic structure. The authors argue for hybrid strategies that combine discriminative supervision with semantic robustness, and they highlight future directions in text-guided retrieval, privacy-preserving training, and model efficiency to make robust ReID deployment practical.
Abstract
Person Re-Identification (ReID) remains a challenging problem in computer vision. This work reviews various training paradigm and evaluates the robustness of state-of-the-art ReID models in cross-domain applications and examines the role of foundation models in improving generalization through richer, more transferable visual representations. We compare three training paradigms, supervised, self-supervised, and language-aligned models. Through the study the aim is to answer the following questions: Can supervised models generalize in cross-domain scenarios? How does foundation models like SigLIP2 perform for the ReID tasks? What are the weaknesses of current supervised and foundational models for ReID? We have conducted the analysis across 11 models and 9 datasets. Our results show a clear split: supervised models dominate their training domain but crumble on cross-domain data. Language-aligned models, however, show surprising robustness cross-domain for ReID tasks, even though they are not explicitly trained to do so. Code and data available at: https://github.com/moiiai-tech/object-reid-benchmark.
