CVOct 20, 2021

Text-Based Person Search with Limited Data

arXiv:2110.10807v1134 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses a fine-grained cross-modal retrieval challenge in computer vision, which is incremental as it builds on existing methods to handle data scarcity.

The paper tackles the problem of text-based person search with limited training data by introducing a cross-modal momentum contrastive learning framework and a transfer learning method from coarse-grained datasets, achieving new state-of-the-art results on the CUHK-PEDES dataset with significant improvements in Rank-1 and mAP metrics.

Text-based person search (TBPS) aims at retrieving a target person from an image gallery with a descriptive text query. Solving such a fine-grained cross-modal retrieval task is challenging, which is further hampered by the lack of large-scale datasets. In this paper, we present a framework with two novel components to handle the problems brought by limited data. Firstly, to fully utilize the existing small-scale benchmarking datasets for more discriminative feature learning, we introduce a cross-modal momentum contrastive learning framework to enrich the training data for a given mini-batch. Secondly, we propose to transfer knowledge learned from existing coarse-grained large-scale datasets containing image-text pairs from drastically different problem domains to compensate for the lack of TBPS training data. A transfer learning method is designed so that useful information can be transferred despite the large domain gap. Armed with these components, our method achieves new state of the art on the CUHK-PEDES dataset with significant improvements over the prior art in terms of Rank-1 and mAP. Our code is available at https://github.com/BrandonHanx/TextReID.

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