Deep Transfer Learning for Person Re-identification
Mengyue Geng, Yaowei Wang, Tao Xiang, Yonghong Tian

TL;DR
This paper introduces new deep transfer learning models for person re-identification that effectively address data scarcity, outperforming existing models on multiple benchmark datasets with both supervised and unsupervised approaches.
Contribution
It proposes a novel deep network architecture, a two-step fine-tuning strategy, and an unsupervised co-training model tailored for person Re-ID with limited data.
Findings
Achieved Rank-1 accuracy of 85.4% on CUHK03
Achieved Rank-1 accuracy of 83.7% on Market1501
Unsupervised model outperforms many supervised models on VIPeR
Abstract
Person re-identification (Re-ID) poses a unique challenge to deep learning: how to learn a deep model with millions of parameters on a small training set of few or no labels. In this paper, a number of deep transfer learning models are proposed to address the data sparsity problem. First, a deep network architecture is designed which differs from existing deep Re-ID models in that (a) it is more suitable for transferring representations learned from large image classification datasets, and (b) classification loss and verification loss are combined, each of which adopts a different dropout strategy. Second, a two-stepped fine-tuning strategy is developed to transfer knowledge from auxiliary datasets. Third, given an unlabelled Re-ID dataset, a novel unsupervised deep transfer learning model is developed based on co-training. The proposed models outperform the state-of-the-art deep Re-ID…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVideo Surveillance and Tracking Methods · Advanced Neural Network Applications · Automated Road and Building Extraction
MethodsDropout
