Unified Multi-Dataset Training for TBPS
Nilanjana Chatterjee, Sidharatha Garg, A V Subramanyam, Brejesh Lall
TL;DR
This work tackles the limitation of dataset-centric TBPS by proposing Scale-TBPS, a unified training framework that merges multiple TBPS datasets and scales to hundreds of thousands of identities. It introduces Noise-Aware Unified Dataset Curation (NDC) to robustly filter cross-dataset pairs using multiple pretrained experts, and a Discriminative Identity Learning (DIL) approach with a Multimodal Angular Identity loss to maintain discriminability across a vast identity space. The method combines MA-ID with a ranking loss and applies Test-time Nearest-Neighbor Normalization (NNN) to mitigate hubness, achieving superior or competitive results across CUHK-PEDES, ICFG-PEDES, RSTPReid, IIITD-20K, and UFine6926, often outperforming dataset-specific models. The findings demonstrate that a single, well-curated unified TBPS model can generalize across diverse distributions and even unseen domains, highlighting practical implications for scalable retrieval systems and cross-dataset deployment.
Abstract
Text-Based Person Search (TBPS) has seen significant progress with vision-language models (VLMs), yet it remains constrained by limited training data and the fact that VLMs are not inherently pre-trained for pedestrian-centric recognition. Existing TBPS methods therefore rely on dataset-centric fine-tuning to handle distribution shift, resulting in multiple independently trained models for different datasets. While synthetic data can increase the scale needed to fine-tune VLMs, it does not eliminate dataset-specific adaptation. This motivates a fundamental question: can we train a single unified TBPS model across multiple datasets? We show that naive joint training over all datasets remains sub-optimal because current training paradigms do not scale to a large number of unique person identities and are vulnerable to noisy image-text pairs. To address these challenges, we propose Scale-TBPS with two contributions: (i) a noise-aware unified dataset curation strategy that cohesively merges diverse TBPS datasets; and (ii) a scalable discriminative identity learning framework that remains effective under a large number of unique identities. Extensive experiments on CUHK-PEDES, ICFG-PEDES, RSTPReid, IIITD-20K, and UFine6926 demonstrate that a single Scale-TBPS model outperforms dataset-centric optimized models and naive joint training.
