Camera-aware Proxies for Unsupervised Person Re-Identification
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}.
Code (1)
Tasks
ClusteringContrastive LearningPerson Re-IdentificationUnsupervised Person Re-IdentificationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Offline-Online Associated Camera-Aware Proxies for Unsupervised Person Re-identification
Recently, unsupervised person re-identification (Re-ID) has received increasing research attention due to its potential for label-free applications. A promising way to address unsupervised Re-ID is clustering-based, whic…
ClusteringContrastive LearningPerson Re-IdentificationUnsupervised Person Re-IdentificationTransformer Based Multi-Grained Features for Unsupervised Person Re-Identification
Multi-grained features extracted from convolutional neural networks (CNNs) have demonstrated their strong discrimination ability in supervised person re-identification (Re-ID) tasks. Inspired by them, this work investiga…
Contrastive LearningPerson Re-IdentificationUnsupervised Person Re-IdentificationCamera-aware Style Separation and Contrastive Learning for Unsupervised Person Re-identification
Unsupervised person re-identification (ReID) is a challenging task without data annotation to guide discriminative learning. Existing methods attempt to solve this problem by clustering extracted embeddings to generate p…
Contrastive LearningPerson Re-IdentificationUnsupervised Person Re-IdentificationA Novel Unsupervised Camera-aware Domain Adaptation Framework for Person Re-identification
Unsupervised cross-domain person re-identification (Re-ID) faces two key issues. One is the data distribution discrepancy between source and target domains, and the other is the lack of labelling information in target do…
Domain AdaptationPerson Re-IdentificationRepresentation LearningUnsupervised Domain AdaptationDiscrepant and Multi-Instance Proxies for Unsupervised Person Re-Identification
Most recent unsupervised person re-identification methods maintain a cluster uni-proxy for contrastive learning. However, due to the intra-class variance and inter-class similarity, the cluster uni-proxy is prone to …
Contrastive LearningPerson Re-IdentificationUnsupervised Person Re-Identification