Camera-aware Proxies for Unsupervised Person Re-Identification

19 Dec 2020  ·  Menglin Wang, Baisheng Lai, Jianqiang Huang, Xiaojin Gong, Xian-Sheng Hua ·

This paper tackles the purely unsupervised person re-identification (Re-ID) problem that requires no annotations. Some previous methods adopt clustering techniques to generate pseudo labels and use the produced labels to train Re-ID models progressively. These methods are relatively simple but effective. However, most clustering-based methods take each cluster as a pseudo identity class, neglecting the large intra-ID variance caused mainly by the change of camera views. To address this issue, we propose to split each single cluster into multiple proxies and each proxy represents the instances coming from the same camera. These camera-aware proxies enable us to deal with large intra-ID variance and generate more reliable pseudo labels for learning. Based on the camera-aware proxies, we design both intra- and inter-camera contrastive learning components for our Re-ID model to effectively learn the ID discrimination ability within and across cameras. Meanwhile, a proxy-balanced sampling strategy is also designed, which facilitates our learning further. Extensive experiments on three large-scale Re-ID datasets show that our proposed approach outperforms most unsupervised methods by a significant margin. Especially, on the challenging MSMT17 dataset, we gain $14.3\%$ Rank-1 and $10.2\%$ mAP improvements when compared to the second place. Code is available at: \texttt{https://github.com/Terminator8758/CAP-master}.

PDF Abstract
Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Unsupervised Person Re-Identification DukeMTMC-reID CAP Rank-1 81.1 # 8
Rank-10 91.8 # 7
Rank-5 89.3 # 7
MAP 67.3 # 7
Person Re-Identification DukeMTMC-reID CAP Rank-1 87.7 # 47
Rank-5 93.7 # 6
Rank-10 95.4 # 3
mAP 76 # 52
Unsupervised Person Re-Identification Market-1501 CAP Rank-1 91.4 # 15
MAP 79.2 # 13
Rank-10 97.7 # 11
Rank-5 96.3 # 11
Person Re-Identification Market-1501 CAP Rank-1 93.3 # 74
Rank-5 97.5 # 10
mAP 85.1 # 74

Methods