paper-with-me

Papers

Unsupervised Person Re-identification: Clustering and Fine-tuning

2017-05-30 · Hehe Fan, Liang Zheng, Yi Yang

The superiority of deeply learned pedestrian representations has been reported in very recent literature of person re-identification (re-ID). In this paper, we consider the more pragmatic issue of learning a deep feature with no or only a few labels. We propose a progressive unsupervised learning (PUL) method to transfer pretrained deep representations to unseen domains. Our method is easy to implement and can be viewed as an effective baseline for unsupervised re-ID feature learning. Specifically, PUL iterates between 1) pedestrian clustering and 2) fine-tuning of the convolutional neural network (CNN) to improve the original model trained on the irrelevant labeled dataset. Since the clustering results can be very noisy, we add a selection operation between the clustering and fine-tuning. At the beginning when the model is weak, CNN is fine-tuned on a small amount of reliable examples which locate near to cluster centroids in the feature space. As the model becomes stronger in subsequent iterations, more images are being adaptively selected as CNN training samples. Progressively, pedestrian clustering and the CNN model are improved simultaneously until algorithm convergence. This process is naturally formulated as self-paced learning. We then point out promising directions that may lead to further improvement. Extensive experiments on three large-scale re-ID datasets demonstrate that PUL outputs discriminative features that improve the re-ID accuracy.

📄 PDF Abstract BibTeX arXiv:1705.10444

Code (1)

hehefan/Unsupervised-Person-Re-identification-Clustering-and-Fine-tuning 공식 구현 tf

Tasks

ClusteringPerson Re-IdentificationUnsupervised Domain AdaptationUnsupervised Person Re-Identification

Similar Papers 제목 키워드 기반

CANU-ReID: A Conditional Adversarial Network for Unsupervised person Re-IDentification

2019-04-02 · Guillaume Delorme, Yihong Xu, Stephane Lathuilière, Radu Horaud 외

Unsupervised person re-ID is the task of identifying people on a target data set for which the ID labels are unavailable during training. In this paper, we propose to unify two trends in unsupervised person re-ID: cluste…

ClusteringDomain AdaptationPerson Re-IdentificationUnsupervised Person Re-Identification

Unsupervised Domain Adaptive Person Re-Identification via Human Learning Imitation

2021-11-28 · Yang Peng, Ping Liu, Yawei Luo, Pan Zhou 외

Unsupervised domain adaptive person re-identification has received significant attention due to its high practical value. In past years, by following the clustering and finetuning paradigm, researchers propose to utilize…

Domain Adaptive Person Re-IdentificationPerson Re-Identification

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

Neighbour Consistency Guided Pseudo-Label Refinement for Unsupervised Person Re-Identification

2022-11-30 · De Cheng, Haichun Tai, Nannan Wang, Zhen Wang 외

Unsupervised person re-identification (ReID) aims at learning discriminative identity features for person retrieval without any annotations. Recent advances accomplish this task by leveraging clustering-based pseudo labe…

ClusteringPerson Re-IdentificationPerson RetrievalPseudo Label+2

Hybrid Contrastive Learning with Cluster Ensemble for Unsupervised Person Re-identification

2022-01-28 · He Sun, Mingkun Li, Chun-Guang Li

Unsupervised person re-identification (ReID) aims to match a query image of a pedestrian to the images in gallery set without supervision labels. The most popular approaches to tackle unsupervised person ReID are usually…

ClusteringClustering EnsembleContrastive LearningPerson Re-Identification+1