paper-with-me

홈 › Papers

Temporal Continuity Based Unsupervised Learning for Person Re-Identification

2020-09-01 · Usman Ali, Bayram Bayramli, Hongtao Lu

Person re-identification (re-id) aims to match the same person from images taken across multiple cameras. Most existing person re-id methods generally require a large amount of identity labeled data to act as discriminative guideline for representation learning. Difficulty in manually collecting identity labeled data leads to poor adaptability in practical scenarios. To overcome this problem, we propose an unsupervised center-based clustering approach capable of progressively learning and exploiting the underlying re-id discriminative information from temporal continuity within a camera. We call our framework Temporal Continuity based Unsupervised Learning (TCUL). Specifically, TCUL simultaneously does center based clustering of unlabeled (target) dataset and fine-tunes a convolutional neural network (CNN) pre-trained on irrelevant labeled (source) dataset to enhance discriminative capability of the CNN for the target dataset. Furthermore, it exploits temporally continuous nature of images within-camera jointly with spatial similarity of feature maps across-cameras to generate reliable pseudo-labels for training a re-identification model. As the training progresses, number of reliable samples keep on growing adaptively which in turn boosts representation ability of the CNN. Extensive experiments on three large-scale person re-id benchmark datasets are conducted to compare our framework with state-of-the-art techniques, which demonstrate superiority of TCUL over existing methods.

📄 PDF Abstract BibTeX arXiv:2009.00242

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringPerson Re-IdentificationRepresentation Learning

Similar Papers 제목 키워드 기반

A Novel Unsupervised Camera-aware Domain Adaptation Framework for Person Re-identification

2019-04-06 · ICCV 2019 10 · Lei Qi, Lei Wang, Jing Huo, Luping Zhou 외

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 Adaptation

Joint Visual and Temporal Consistency for Unsupervised Domain Adaptive Person Re-Identification

2020-07-21 · ECCV 2020 8 · Jianing Li, Shiliang Zhang

Unsupervised domain adaptive person Re-IDentification (ReID) is challenging because of the large domain gap between source and target domains, as well as the lackage of labeled data on the target domain. This paper tackl…

ClassificationDomain Adaptive Person Re-IdentificationGeneral ClassificationMulti-class Classification+1

Unsupervised Cross-dataset Person Re-identification by Transfer Learning of Spatial-Temporal Patterns

2018-03-20 · CVPR 2018 6 · Jianming Lv, Weihang Chen, Qing Li, Can Yang

Most of the proposed person re-identification algorithms conduct supervised training and testing on single labeled datasets with small size, so directly deploying these trained models to a large-scale real-world camera n…

Incremental LearningLearning-To-RankPerson Re-IdentificationTransfer Learning+1

Progressive Unsupervised Person Re-identification by Tracklet Association with Spatio-Temporal Regularization

2019-10-25 · Qiaokang Xie, Wengang Zhou, Guo-Jun Qi, Qi Tian 외

Existing methods for person re-identification (Re-ID) are mostly based on supervised learning which requires numerous manually labeled samples across all camera views for training. Such a paradigm suffers the scalability…

Human DetectionPerson Re-IdentificationRepresentation LearningTriplet+1

SimMC: Simple Masked Contrastive Learning of Skeleton Representations for Unsupervised Person Re-Identification

2022-04-21 · Haocong Rao, Chunyan Miao

Recent advances in skeleton-based person re-identification (re-ID) obtain impressive performance via either hand-crafted skeleton descriptors or skeleton representation learning with deep learning paradigms. However, the…

Contrastive LearningPerson Re-IdentificationRepresentation LearningUnsupervised Person Re-Identification