paper-with-me

홈 › Papers

An Attention-driven Two-stage Clustering Method for Unsupervised Person Re-Identification

2020-08-01 · ECCV 2020 8 · Zilong Ji, Xiaolong Zou, Xiaohan Lin, Xiao Liu, Tiejun Huang, Si Wu

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.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringPerson Re-IdentificationUnsupervised Person Re-Identification

Similar Papers 제목 키워드 기반

Fast One-Stage Unsupervised Domain Adaptive Person Search

2024-05-05 · Tianxiang Cui, Huibing Wang, Jinjia Peng, Ruoxi Deng 외

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 Search

Mind Your Clever Neighbours: Unsupervised Person Re-identification via Adaptive Clustering Relationship Modeling

2021-12-03 · Lianjie Jia, Chenyang Yu, Xiehao Ye, Tianyu Yan 외

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-Identification

Unsupervised Person Re-Identification with Multi-Label Learning Guided Self-Paced Clustering

2021-03-08 · Qing Li, Xiaojiang Peng, Yu Qiao, Qi Hao

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+1

3C: Confidence-Guided Clustering and Contrastive Learning for Unsupervised Person Re-Identification

2024-08-18 · Mingxiao Zheng, Yanpeng Qu, Changjing Shang, Longzhi Yang 외

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+1

Domain Camera Adaptation and Collaborative Multiple Feature Clustering for Unsupervised Person Re-ID

2022-08-18 · Yuanpeng Tu

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