English

UP-Person: Unified Parameter-Efficient Transfer Learning for Text-based Person Retrieval

Computer Vision and Pattern Recognition 2025-04-15 v1

Abstract

Text-based Person Retrieval (TPR) as a multi-modal task, which aims to retrieve the target person from a pool of candidate images given a text description, has recently garnered considerable attention due to the progress of contrastive visual-language pre-trained model. Prior works leverage pre-trained CLIP to extract person visual and textual features and fully fine-tune the entire network, which have shown notable performance improvements compared to uni-modal pre-training models. However, full-tuning a large model is prone to overfitting and hinders the generalization ability. In this paper, we propose a novel Unified Parameter-Efficient Transfer Learning (PETL) method for Text-based Person Retrieval (UP-Person) to thoroughly transfer the multi-modal knowledge from CLIP. Specifically, UP-Person simultaneously integrates three lightweight PETL components including Prefix, LoRA and Adapter, where Prefix and LoRA are devised together to mine local information with task-specific information prompts, and Adapter is designed to adjust global feature representations. Additionally, two vanilla submodules are optimized to adapt to the unified architecture of TPR. For one thing, S-Prefix is proposed to boost attention of prefix and enhance the gradient propagation of prefix tokens, which improves the flexibility and performance of the vanilla prefix. For another thing, L-Adapter is designed in parallel with layer normalization to adjust the overall distribution, which can resolve conflicts caused by overlap and interaction among multiple submodules. Extensive experimental results demonstrate that our UP-Person achieves state-of-the-art results across various person retrieval datasets, including CUHK-PEDES, ICFG-PEDES and RSTPReid while merely fine-tuning 4.7\% parameters. Code is available at https://github.com/Liu-Yating/UP-Person.

Keywords

Cite

@article{arxiv.2504.10084,
  title  = {UP-Person: Unified Parameter-Efficient Transfer Learning for Text-based Person Retrieval},
  author = {Yating Liu and Yaowei Li and Xiangyuan Lan and Wenming Yang and Zimo Liu and Qingmin Liao},
  journal= {arXiv preprint arXiv:2504.10084},
  year   = {2025}
}

Comments

16 pages, 7 figures, first submited to IEEE TCSVT on 2024 May. Under review

R2 v1 2026-06-28T22:57:25.940Z