Human Re-ID Meets LVLMs: What can we expect?
Kailash Hambarde, Pranita Samale, Hugo Proença
TL;DR
The paper investigates the applicability of large vision-language models (LVLMs) to Human Re-Identification by benchmarking ChatGPT-4o, Gemini-2.0-Flash, Claude 3.5 Sonnet, and Qwen-VL-Max against a specialized baseline (PersonViT) on Market1501, using a pipeline of dataset curation, prompt engineering, and multi-metric evaluation. Due to LVLMs often producing identical similarity scores, traditional ReID metrics like rank-1 and mAP are unreliable, so the authors rely on impostor/genuine score distributions, the decidability index $d'$ and classification metrics plus ROC-AUC to assess performance. Findings show LVLMs offer some interpretability and flexibility but exhibit limited discriminative power, especially in batch settings, and some models initially refuse ReID tasks for privacy concerns. The study suggests future work on integrated architectures that fuse LVLMs with specialized ReID methods to leverage complementary strengths and mitigate catastrophic failures in surveillance contexts.
Abstract
Large vision-language models (LVLMs) have been regarded as a breakthrough advance in an astoundingly variety of tasks, from content generation to virtual assistants and multimodal search or retrieval. However, for many of these applications, the performance of these methods has been widely criticized, particularly when compared with state-of-the-art methods and technologies in each specific domain. In this work, we compare the performance of the leading large vision-language models in the human re-identification task, using as baseline the performance attained by state-of-the-art AI models specifically designed for this problem. We compare the results due to ChatGPT-4o, Gemini-2.0-Flash, Claude 3.5 Sonnet, and Qwen-VL-Max to a baseline ReID PersonViT model, using the well-known Market1501 dataset. Our evaluation pipeline includes the dataset curation, prompt engineering, and metric selection to assess the models' performance. Results are analyzed from many different perspectives: similarity scores, classification accuracy, and classification metrics, including precision, recall, F1 score, and area under curve (AUC). Our results confirm the strengths of LVLMs, but also their severe limitations that often lead to catastrophic answers and should be the scope of further research. As a concluding remark, we speculate about some further research that should fuse traditional and LVLMs to combine the strengths from both families of techniques and achieve solid improvements in performance.
