An Attention-driven Two-stage Clustering Method for Unsupervised Person Re-Identification
The progressive clustering method and its variants, which iteratively generate pseudo labels for unlabeled data and perform feature learning, have shown great process in unsupervised person re-identification (re-id). However, they have an intrinsic problem of modeling the in-camera variability of images successfully, that is, pedestrian features extracted from the same camera tend to be clustered into the same class. This often results in a non-convergent model in the real world application of clustering based re-id models, leading to degenerated performance. In the present study, we propose an attention-driven two-stage clustering (ADTC) method to solve this problem. Specifically, our method consists of two strategies. Firstly, we use an unsupervised attention kernel to shift the learned features from the image background to the pedestrian foreground, which results in more informative clusters. Secondly, to aid the learning of the attention driven clustering model, we separate the clustering process into two stages. We first use kmeans to generate the centroids of clusters (stage 1) and then apply the k-reciprocal Jaccard distance (KRJD) metric to re-assign data points to each cluster (stage 2). By iteratively learning with the two strategies, the attentive regions are gradually shifted from the background to the foreground and the features become more discriminative. Using two benchmark datasets Market1501 and DukeMTMC, we demonstrate that our model outperforms other state-of-the-art unsupervised approaches for person re-id.
Code (0)
등록된 구현이 없습니다.
Tasks
ClusteringPerson Re-IdentificationUnsupervised Person Re-IdentificationSimilar Papers 제목 키워드 기반
Fast One-Stage Unsupervised Domain Adaptive Person Search
Unsupervised person search aims to localize a particular target person from a gallery set of scene images without annotations, which is extremely challenging due to the unexpected variations of the unlabeled domains. How…
ClusteringPerson SearchMind Your Clever Neighbours: Unsupervised Person Re-identification via Adaptive Clustering Relationship Modeling
Unsupervised person re-identification (Re-ID) attracts increasing attention due to its potential to resolve the scalability problem of supervised Re-ID models. Most existing unsupervised methods adopt an iterative cluste…
ClusteringContrastive LearningPerson Re-IdentificationUnsupervised Person Re-IdentificationUnsupervised Person Re-Identification with Multi-Label Learning Guided Self-Paced Clustering
Although unsupervised person re-identification (Re-ID) has drawn increasing research attention recently, it remains challenging to learn discriminative features without annotations across disjoint camera views. In this p…
ClusteringMulti-Label LearningPerson Re-IdentificationPseudo Label+13C: Confidence-Guided Clustering and Contrastive Learning for Unsupervised Person Re-Identification
Unsupervised person re-identification (Re-ID) aims to learn a feature network with cross-camera retrieval capability in unlabelled datasets. Although the pseudo-label based methods have achieved great progress in Re-ID, …
ClusteringContrastive LearningPerson Re-IdentificationPseudo Label+1Domain Camera Adaptation and Collaborative Multiple Feature Clustering for Unsupervised Person Re-ID
Recently unsupervised person re-identification (re-ID) has drawn much attention due to its open-world scenario settings where limited annotated data is available. Existing supervised methods often fail to generalize well…
ClusteringDomain AdaptationGenerative Adversarial NetworkPerson Re-Identification+2