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

Part-based Pseudo Label Refinement for Unsupervised Person Re-identification

About

Unsupervised person re-identification (re-ID) aims at learning discriminative representations for person retrieval from unlabeled data. Recent techniques accomplish this task by using pseudo-labels, but these labels are inherently noisy and deteriorate the accuracy. To overcome this problem, several pseudo-label refinement methods have been proposed, but they neglect the fine-grained local context essential for person re-ID. In this paper, we propose a novel Part-based Pseudo Label Refinement (PPLR) framework that reduces the label noise by employing the complementary relationship between global and part features. Specifically, we design a cross agreement score as the similarity of k-nearest neighbors between feature spaces to exploit the reliable complementary relationship. Based on the cross agreement, we refine pseudo-labels of global features by ensembling the predictions of part features, which collectively alleviate the noise in global feature clustering. We further refine pseudo-labels of part features by applying label smoothing according to the suitability of given labels for each part. Thanks to the reliable complementary information provided by the cross agreement score, our PPLR effectively reduces the influence of noisy labels and learns discriminative representations with rich local contexts. Extensive experimental results on Market-1501 and MSMT17 demonstrate the effectiveness of the proposed method over the state-of-the-art performance. The code is available at https://github.com/yoonkicho/PPLR.

Yoonki Cho, Woo Jae Kim, Seunghoon Hong, Sung-Eui Yoon• 2022

Related benchmarks

TaskDatasetResultRank
Person Re-IdentificationMarket1501 (test)
Rank-1 Accuracy94.3
1264
Person Re-IdentificationMarket 1501
mAP84.4
999
Person Re-IdentificationMSMT17 (test)
Rank-1 Acc73.3
499
Person Re-IdentificationMSMT17
mAP0.422
404
Vehicle Re-identificationVeRi-776 (test)
Rank-185.6
232
Person Re-IdentificationLTCC General
mAP6
82
Person Re-IdentificationPRCC Clothes-Changing
Top-1 Acc40
76
Person Re-IdentificationCeleb-reID (test)
Rank-141.3
59
Person Re-IdentificationLTCC CC
Top-1 Acc4.8
57
Person Re-IdentificationVC-Clothes (CC)
Top-1 Acc32.5
48
Showing 10 of 14 rows

Other info

Code

Follow for update