REVIEW 4 major objections 6 minor 24 references
Human Re-ID Meets LVLMs: What can we expect?
T0 review · 4 major / 6 minor · reviewed 2026-08-09 · deepseek-v4-flash
Pith's one-line read Specialized person re-identification still clearly outperforms four leading LVLMs, which often give near-identical scores to different candidates.
desk verdict The paper's central d' numbers don't compute from its own table, and the PersonViT-filtered subset biases the comparison; the qualitative material is the real contribution. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing instrument is the decidability index d', defined as the separation between genuine-pair and impostor-pair similarity score distributions measured in pooled standard deviations. Because all four LVLMs produce tied or near-tied scores, the paper replaces rank-1 and mAP with d' and classification metrics (accuracy, precision, recall, F1, AUC). The other key mechanism is the two-phase evaluation protocol, in which each query is first compared with a single gallery image and then with a batch of five, plus the JSON-formatted system prompt that forces the LVLMs to output a similarity score and same/different class; this protocol is what exposes the batch-mode collapse.
What would settle it
Check whether the true identity appears in the top-20 gallery for each of the ten PersonViT-fail queries; if it is missing, re-run the LVLMs with galleries that guarantee the true match and compare d' and accuracy, since a large improvement would overturn the claim that LVLMs cannot handle re-identification.
Extended reading notes
Core claim
On the curated Market1501 subset, the paper reports that the specialized PersonViT model achieves a decidability index of d'=92.0, cleanly separating genuine from impostor pairs, whereas the best LVLM result is ChatGPT-4o in pairwise mode at d'=75.6, with most LVLMs falling to near-chance decidability in batch mode. The paper also observes that LVLMs frequently assign identical or near-identical similarity scores to different gallery candidates, which prevents the calculation of standard rank-1 accuracy and mean average precision and leads to unreliable answers. The authors present this as evidence that, despite LVLMs' impressive interpretability and verbal reasoning, their discriminative power for human re-identification is still far below state-of-the-art specialized models, particularly when multiple candidates must be compared at once.
Load-bearing premise
The evaluation assumes every query's true match is present in the top-20 gallery built from PersonViT's own ranking, which may not be true for the ten queries PersonViT failed on.
Editorial extensions
If this is right
- Standard retrieval metrics such as rank-1 and mAP are not reliable for evaluating LVLMs on ReID until their score distributions stop collapsing to identical values.
- For practical surveillance deployment, specialized ReID models should remain the core decision maker; LVLMs are not yet a substitute.
- Pairwise and batch evaluations should be reported separately, because batch mode can hide or destroy the discriminative power of LVLMs.
- Fusing specialized models with LVLMs, with iterative interaction, is the paper's proposed path to combine discriminative power with interpretability and reduce catastrophic answers.
- LVLMs' initial refusals on surveillance tasks mean that privacy policies can prevent the task entirely, so prompt engineering is a necessary precondition for any such evaluation.
Reading between the lines
- Because the gallery is built from PersonViT's own top-20 ranking, the ten queries that PersonViT failed on may have no correct match in the candidate set; the LVLMs' failure rate could therefore be inflated by impossible trials.
- A direct test of the paper's fusion proposal would be to have PersonViT generate a shortlist, guarantee the true match is in it, and let an LVLM rerank that shortlist; the fusion conjecture predicts improved end-to-end accuracy.
- The near-tied LVLM scores suggest that asking for six-decimal similarity scores is an arbitrary format; a rank-based or forced-unique scoring prompt might change the measured decidability.
- The qualitative examples show different LVLMs rely on different cues (color, gait, accessories), which implies an ensemble or learned combination of LVLMs could reduce catastrophic errors without retraining.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper evaluates four large vision-language models (ChatGPT-4o, Gemini-2.0-Flash, Claude 3.5 Sonnet, and Qwen-VL-Max) on the human re-identification task using a 20-query subset of the Market1501 dataset, comparing them against the specialized PersonViT model. The evaluation uses pairwise and batch prompting, and reports similarity-score statistics, a decidability index d', classification metrics (accuracy, precision, recall, F1), and ROC/AUC curves. The central claim is that PersonViT provides far better separation of genuine and impostor pairs than any LVLM, and that LVLMs frequently produce nearly identical scores across candidates, leading to what the authors call catastrophic answers.
Significance. If the quantitative results were reliable, this study would provide a timely and useful benchmark for the community, showing the gap between general-purpose LVLMs and specialized ReID models, and offering qualitative insights into how LVLMs reason about identity. The two-phase design (pairwise vs. batch) and the use of structured JSON outputs are sensible ideas, and the interpretability examples are a genuine strength. However, the current quantitative support is compromised by metric inconsistencies and a biased evaluation design, so the headline claims are not yet established.
major comments (4)
- [Table 2 and Sections 4.1, 5.1, 6] The column labeled d' is not consistent with the decidability index computed from the means and standard deviations reported in the same table. For PersonViT, d' = (92.0 - 87.6) / sqrt((0.03^2 + 0.05^2)/2) ≈ 106.8, not 92.0; for ChatGPT-4o pairwise, d' ≈ 0.81, not 75.6. The printed values are numerically plausible as AUC percentages (92.0%, 75.6%, 35.3%), a metric the paper also says it computed. Either the column is mislabeled or an unreported formula was used. Since the abstract and conclusion rely on these separation numbers to claim 'catastrophic' LVLM failure, the quantitative evidence is not interpretable as stated.
- [Section 3.1, steps 1-4] The 20-query subset is stratified by PersonViT's success/fail status, and for each query the gallery is PersonViT's top-20 ranking. For the 10 'fail' queries, the ground-truth match may be absent from the top-20 gallery, meaning an LVLM cannot possibly return the correct identity regardless of its capability. The paper does not disclose how many queries have their true match in the gallery or how many genuine pairs are used for the d' and classification metrics. This selection bias makes the LVLM-versus-PersonViT comparison unfair and non-representative. The authors should report genuine-pair counts, the rank of the true match in PersonViT's ranking for each query, and either add a random-gallery control or restrict the analysis to queries whose true match is present in the gallery.
- [Section 4.1] The evaluation uses only 20 queries, yet no confidence intervals, error bars, or significance tests are reported for accuracy, precision, recall, F1, d', or AUC. With N=20, differences such as ChatGPT-4o pairwise accuracy of 52.6% versus Gemini-2.0-Flash's 41.4% are within sampling variability. The paper should provide bootstrap confidence intervals or a statistical comparison (e.g., McNemar's test) to support any claim of relative performance between models.
- [Section 3.3 (system prompt)] The system prompt fixes the response format and includes arbitrary thresholds (e.g., 0.90-1.00 as 'highly confident match', 0.75-0.89 as 'likely match', 0.50-0.74 as 'possible match') that likely steer the LVLMs' score distributions. The paper does not investigate sensitivity to these thresholds or justify their choice. Without a prompt ablation or a clear rationale, it is unclear whether the reported scores reflect intrinsic LVLM discrimination ability or prompt-induced behavior.
minor comments (6)
- [Section 4.1] The text says 'to obtain evaluation data (20 queries and 20 galleries)', which is inconsistent with Section 3.1's statement of 20 queries and 400 gallery images.
- [Abstract] There are typos in the abstract: 'regraded' should be 'regarded', and 'c+achieve' should likely be 'achieve'.
- [Figures 1 and 4 captions] The placeholder text 'Leveraging social media news' appears before the Figure 1 and Figure 4 captions; this appears to be a leftover from a template and should be removed.
- [Section 3.4] The text uses 'dĺ' where the decidability index d' is meant; this formatting error appears in Section 3.4.
- [Sections 3.4 and 4] The paper does not report the temperature, top-p, or other sampling parameters used for the LVLM API calls. Because LVLM outputs are stochastic, this omission hinders reproducibility.
- [Section 3.3] The paper notes that ChatGPT-4o and Claude-3.5-Sonnet initially refused the task for ethical reasons and were then induced to comply via a modified system prompt. The authors should briefly discuss the ethical implications of circumventing model refusals for surveillance-related tasks.
Circularity Check
No significant circularity: this is an empirical benchmark whose reported LVLM and PersonViT scores are measured outputs, not quantities derived from or equivalent to the evaluation inputs.
full rationale
The paper is an empirical comparison, not a derivation chain, so the classic circularity patterns do not apply. PersonViT is an externally published baseline model, and the LVLM similarity scores and classifications are API outputs obtained under a fixed prompt; none of these values are fitted parameters that are then renamed as predictions. The only evaluation-design concern is the curation protocol in Section 3.1: queries are split by PersonViT rank-1 success/failure and the gallery for each query is the top-20 list produced by PersonViT itself. That protocol could bias the comparison against LVLMs, because a 'fail' query may not have its correct match inside the gallery at all. However, this is a fairness and soundness issue about how the benchmark was constructed, not a case where a reported result is equivalent to its inputs by construction: the LVLMs are still being tested on images and prompts that do not encode the answer, and no equation reduces the headline d' or accuracy values to the curation rule. The self-citation in the paper (reference [1]) is contextual motivation and is not load-bearing. Separately, Table 2's d' column appears numerically inconsistent with the reported genuine/impostor means and standard deviations, and the printed values are more plausible as AUC percentages; that is a correctness or metric-labeling concern, not circularity. Under the hard rule requiring a specific reduction to inputs, no circular step can be exhibited, so the appropriate finding is no significant circularity.
Assumptions & free parameters
free parameters (3)
- Prompt similarity thresholds =
0.90, 0.75, 0.60, 0.50 (specified in system prompt)
- Subset composition (10 success, 10 fail) =
10 each
- Batch size in Phase 2 =
5
assumptions (4)
- domain assumption The curated 20-query, 400-gallery subset is representative of Market1501 difficulty
- domain assumption For each query, the true match is present in its top-20 gallery list
- domain assumption LVLM similarity scores and PersonViT scores are comparable for d' and AUC
- standard math Tied similarity scores are handled in a well-defined way when computing AUC
Cite this review
Pith. "Pith review of Human Re-ID Meets LVLMs: What can we expect?." pith.science (2026). https://pith.science/paper/EB4XVF4F
@misc{pith2026250118698,
author = {Pith},
title = {Pith review of: Human Re-ID Meets LVLMs: What can we expect?},
year = {2026},
howpublished = {\url{https://pith.science/paper/EB4XVF4F}},
note = {Machine review of arXiv:2501.18698}
}
read the original 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.
Figures
Figures from the paper (5 more)
Reference graph
Works this paper leans on
-
[1]
K. Hambarde, H. Proença, Image-based human re- identification: Which covariates are actually (the most) important?, Image and Vision Computing 143 (2024) 104917. Hambarde, K.A. et al.:Preprint submitted to Elsevier Page 9 of 10 Leveraging social media news
work page 2024
-
[2]
B. Hu, X. Wang, W. Liu, Personvit: Large-scale self- supervised vision transformer for person re-identification, arXiv preprint arXiv:2408.05398 (2024)
work page Pith review arXiv 2024
- [3]
-
[4]
Y. Zang, W. Li, J. Han, K. Zhou, C. C. Loy, Contextual object detection with multimodal large language models, International Journal of Computer Vision (2024) 1–19
work page 2024
- [5]
-
[6]
S. Ji, X. Zheng, C. Wu, Hargpt: Are llms zero-shot human activity recognizers?, arXiv preprint arXiv:2403.02727 (2024)
arXiv 2024
-
[7]
GPT Sonograpy: Hand Gesture Decoding from Forearm Ultrasound Images via VLM
K. Bimbraw, Y. Wang, J. Liu, T. Koike-Akino, Gpt sonograpy: Hand gesture decoding from forearm ultrasound images via vlm, arXiv preprint arXiv:2407.10870 (2024)
work page Pith review arXiv 2024
-
[8]
Z. Zhao, I. Patras, Prompting visual-language models for dynamic facial expression recognition, arXiv preprint arXiv:2308.13382 (2023)
arXiv 2023
Show all 24 references
-
[9]
AlDahoul, M
N. AlDahoul, M. J. T. Tan, H. R. Kasireddy, Y. Zaki, Exploring vision language models for facial attribute recog- nition: Emotion, race, gender, and age, arXiv preprint arXiv:2410.24148 (2024)
2024 arXiv
-
[10]
Hassanpour, Y
A. Hassanpour, Y. Kowsari, H. O. Shahreza, B. Yang, S. Marcel, Chatgpt and biometrics: an assessment of face recognition, gender detection, and age estimation capabili- ties, arXiv preprint arXiv:2403.02965 (2024)
2024 arXiv
-
[11]
S.Jia,R.Lyu,K.Zhao,Y.Chen,Z.Yan,Y.Ju,C.Hu,X.Li, B. Wu, S. Lyu, Can chatgpt detect deepfakes? a study of using multimodal large language models for media forensics, in: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2024, pp. 4324–4333
2024
-
[12]
Farmanifard, A
P. Farmanifard, A. Ross, Chatgpt meets iris biometrics, in: 2024 IEEE International Joint Conference on Biometrics (IJCB), IEEE, 2024, pp. 1–10
2024
-
[13]
Achiam, S
J. Achiam, S. Adler, S. Agarwal, L. Ahmad, I. Akkaya, F. L. Aleman, D. Almeida, J. Altenschmidt, S. Altman, S. Anadkat, et al., Gpt-4-technical-report, arXiv preprint arXiv:2303.08774 (2023)
2023 arXiv
-
[14]
DeepMind, Google gemini ai update - december 2024, https://blog.google/technology/google-deepmind/ google-gemini-ai-update-december-2024/ gemini-2-0-flash, 2024
G. DeepMind, Google gemini ai update - december 2024, https://blog.google/technology/google-deepmind/ google-gemini-ai-update-december-2024/ gemini-2-0-flash, 2024. Accessed: 2024-12-13
2024
-
[15]
com/news/claude-3-5-sonnet, 2024
Anthropic,Claude3.5andsonnet, https://www.anthropic. com/news/claude-3-5-sonnet, 2024. Accessed: 2024-12-13
2024
-
[16]
J. Bai, S. Bai, S. Yang, S. Wang, S. Tan, P. Wang, J. Lin, C. Zhou, J. Zhou, Qwen-vl: A versatile vision-language model for understanding, localization, text reading, and beyond, arXiv preprint arXiv:2308.12966 (2023)
2023 arXiv
-
[17]
Vaswani, Attention is all you need, Advances in Neural Information Processing Systems (2017)
A. Vaswani, Attention is all you need, Advances in Neural Information Processing Systems (2017)
2017
-
[18]
Zhang, J
J. Zhang, J. Huang, S. Jin, S. Lu, Vision-language models for vision tasks: A survey, IEEE Transactions on Pattern Analysis and Machine Intelligence (2024)
2024
-
[19]
S. He, H. Luo, P. Wang, F. Wang, H. Li, W. Jiang, Transreid: Transformer-based object re-identification, in: Proceedings of the IEEE/CVF international conference on computer vision, 2021, pp. 15013–15022
2021
-
[20]
K. Zhu, H. Guo, T. Yan, Y. Zhu, J. Wang, M. Tang, Pass: Part-aware self-supervised pre-training for person re- identification, in: European conference on computer vision, Springer, 2022, pp. 198–214
2022
-
[21]
W. Chen, X. Xu, J. Jia, H. Luo, Y. Wang, F. Wang, R. Jin, X. Sun, Beyond appearance: a semantic controllable self-supervised learning framework for human-centric visual tasks, in: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2023, pp. 15050– 15061
2023
-
[22]
H. Hu, X. Dong, J. Bao, D. Chen, L. Yuan, D. Chen, H. Li, Personmae: Person re-identification pre-training with masked autoencoders, IEEE Transactions on Multimedia (2024)
2024
-
[23]
URL: https://openai.com/ index/hello-gpt-4o/, accessed: 2024-12-13
OpenAI, Hello gpt-4o, 2024. URL: https://openai.com/ index/hello-gpt-4o/, accessed: 2024-12-13
2024
-
[24]
Analysis, Llm leaderboard - comparison of gpt-4, llama 3, mistral, gemini and over 30 models, 2024
A. Analysis, Llm leaderboard - comparison of gpt-4, llama 3, mistral, gemini and over 30 models, 2024. URL: https://artificialanalysis.ai/leaderboards/models, accessed: 2024-12-13. Hambarde, K.A. et al.:Preprint submitted to Elsevier Page 10 of 10
2024
Reviewed August 9, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.