CVMay 8, 2024

Harnessing the Power of MLLMs for Transferable Text-to-Image Person ReID

arXiv:2405.04940v379 citationsh-index: 9CVPR
Originality Incremental advance
AI Analysis

This work addresses the data scarcity problem in text-to-image person ReID for computer vision researchers, though it is incremental as it builds on existing MLLM capabilities.

The paper tackles the problem of limited training data for text-to-image person re-identification (ReID) by using Multi-modal Large Language Models (MLLMs) to generate a large-scale dataset, addressing challenges of repetitive sentence patterns and incorrect descriptions through template-based captioning and noise-masking methods, achieving state-of-the-art performance in transfer and traditional evaluation settings.

Text-to-image person re-identification (ReID) retrieves pedestrian images according to textual descriptions. Manually annotating textual descriptions is time-consuming, restricting the scale of existing datasets and therefore the generalization ability of ReID models. As a result, we study the transferable text-to-image ReID problem, where we train a model on our proposed large-scale database and directly deploy it to various datasets for evaluation. We obtain substantial training data via Multi-modal Large Language Models (MLLMs). Moreover, we identify and address two key challenges in utilizing the obtained textual descriptions. First, an MLLM tends to generate descriptions with similar structures, causing the model to overfit specific sentence patterns. Thus, we propose a novel method that uses MLLMs to caption images according to various templates. These templates are obtained using a multi-turn dialogue with a Large Language Model (LLM). Therefore, we can build a large-scale dataset with diverse textual descriptions. Second, an MLLM may produce incorrect descriptions. Hence, we introduce a novel method that automatically identifies words in a description that do not correspond with the image. This method is based on the similarity between one text and all patch token embeddings in the image. Then, we mask these words with a larger probability in the subsequent training epoch, alleviating the impact of noisy textual descriptions. The experimental results demonstrate that our methods significantly boost the direct transfer text-to-image ReID performance. Benefiting from the pre-trained model weights, we also achieve state-of-the-art performance in the traditional evaluation settings.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes