Divide and Conquer: Hybrid Pre-Training for Person Search
Abstract
Large-scale pre-training has proven to be an effective method for improving performance across different tasks. Current person search methods use ImageNet pre-trained models for feature extraction, yet it is not an optimal solution due to the gap between the pre-training task and person search task (as a downstream task). Therefore, in this paper, we focus on pre-training for person search, which involves detecting and re-identifying individuals simultaneously. Although labeled data for person search is scarce, datasets for two sub-tasks person detection and re-identification are relatively abundant. To this end, we propose a hybrid pre-training framework specifically designed for person search using sub-task data only. It consists of a hybrid learning paradigm that handles data with different kinds of supervisions, and an intra-task alignment module that alleviates domain discrepancy under limited resources. To the best of our knowledge, this is the first work that investigates how to support full-task pre-training using sub-task data. Extensive experiments demonstrate that our pre-trained model can achieve significant improvements across diverse protocols, such as person search method, fine-tuning data, pre-training data and model backbone. For example, our model improves ResNet50 based NAE by 10.3% relative improvement w.r.t. mAP. Our code and pre-trained models are released for plug-and-play usage to the person search community (https://github.com/personsearch/PretrainPS).
Cite
Text
Tian et al. "Divide and Conquer: Hybrid Pre-Training for Person Search." AAAI Conference on Artificial Intelligence, 2024. doi:10.1609/AAAI.V38I6.28329Markdown
[Tian et al. "Divide and Conquer: Hybrid Pre-Training for Person Search." AAAI Conference on Artificial Intelligence, 2024.](https://mlanthology.org/aaai/2024/tian2024aaai-divide/) doi:10.1609/AAAI.V38I6.28329BibTeX
@inproceedings{tian2024aaai-divide,
title = {{Divide and Conquer: Hybrid Pre-Training for Person Search}},
author = {Tian, Yanling and Chen, Di and Liu, Yunan and Yang, Jian and Zhang, Shanshan},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2024},
pages = {5224-5232},
doi = {10.1609/AAAI.V38I6.28329},
url = {https://mlanthology.org/aaai/2024/tian2024aaai-divide/}
}