Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Self-similarity Grouping: A Simple Unsupervised Cross Domain Adaptation Approach for Person Re-identification

About

Domain adaptation in person re-identification (re-ID) has always been a challenging task. In this work, we explore how to harness the natural similar characteristics existing in the samples from the target domain for learning to conduct person re-ID in an unsupervised manner. Concretely, we propose a Self-similarity Grouping (SSG) approach, which exploits the potential similarity (from global body to local parts) of unlabeled samples to automatically build multiple clusters from different views. These independent clusters are then assigned with labels, which serve as the pseudo identities to supervise the training process. We repeatedly and alternatively conduct such a grouping and training process until the model is stable. Despite the apparent simplify, our SSG outperforms the state-of-the-arts by more than 4.6% (DukeMTMC to Market1501) and 4.4% (Market1501 to DukeMTMC) in mAP, respectively. Upon our SSG, we further introduce a clustering-guided semisupervised approach named SSG ++ to conduct the one-shot domain adaption in an open set setting (i.e. the number of independent identities from the target domain is unknown). Without spending much effort on labeling, our SSG ++ can further promote the mAP upon SSG by 10.7% and 6.9%, respectively. Our Code is available at: https://github.com/OasisYang/SSG .

Yang Fu, Yunchao Wei, Guanshuo Wang, Yuqian Zhou, Honghui Shi, Thomas Huang• 2018

Related benchmarks

TaskDatasetResultRank
Person Re-IdentificationMarket1501 (test)
Rank-1 Accuracy80
1264
Person Re-IdentificationDuke MTMC-reID (test)
Rank-176
1018
Person Re-IdentificationMarket 1501
mAP68.7
999
Person Re-IdentificationDukeMTMC-reID
Rank-1 Acc76
648
Person Re-IdentificationMSMT17 (test)
Rank-1 Acc41.6
499
Person Re-IdentificationMSMT17
mAP0.183
404
Person Re-IdentificationMarket-1501 (test)
Rank-180
384
Person Re-IdentificationMarket-1501 to DukeMTMC-reID (test)
Rank-173
172
Person Re-IdentificationDukeMTMC-reID to Market-1501 (test)
Rank-1 Acc80
119
Person Re-IdentificationMSMT17 source: DukeMTMC-reID (test)
Rank-1 Acc41.6
83
Showing 10 of 20 rows

Other info

Code

Follow for update