Asymmetric Co-Teaching for Unsupervised Cross Domain Person Re-Identification
Person re-identification (re-ID), is a challenging task due to the high variance within identity samples and imaging conditions. Although recent advances in deep learning have achieved remarkable accuracy in settled scenes, i.e., source domain, few works can generalize well on the unseen target domain. One popular solution is assigning unlabeled target images with pseudo labels by clustering, and then retraining the model. However, clustering methods tend to introduce noisy labels and discard low confidence samples as outliers, which may hinder the retraining process and thus limit the generalization ability. In this study, we argue that by explicitly adding a sample filtering procedure after the clustering, the mined examples can be much more efficiently used. To this end, we design an asymmetric co-teaching framework, which resists noisy labels by cooperating two models to select data with possibly clean labels for each other. Meanwhile, one of the models receives samples as pure as possible, while the other takes in samples as diverse as possible. This procedure encourages that the selected training samples can be both clean and miscellaneous, and that the two models can promote each other iteratively. Extensive experiments show that the proposed framework can consistently benefit most clustering-based methods, and boost the state-of-the-art adaptation accuracy. Our code is available at https://github.com/FlyingRoastDuck/ACT_AAAI20.
Code (1)
Tasks
ClusteringMiscellaneousPerson Re-IdentificationUnsupervised Domain AdaptationSimilar Papers 제목 키워드 기반
Enhancing Diversity in Teacher-Student Networks via Asymmetric branches for Unsupervised Person Re-identification
The objective of unsupervised person re-identification (Re-ID) is to learn discriminative features without labor-intensive identity annotations. State-of-the-art unsupervised Re-ID methods assign pseudo labels to unlabel…
DiversityDomain AdaptationPerson Re-IdentificationUnsupervised Domain Adaptation+1Mutual Mean-Teaching: Pseudo Label Refinery for Unsupervised Domain Adaptation on Person Re-identification
Person re-identification (re-ID) aims at identifying the same persons' images across different cameras. However, domain diversities between different datasets pose an evident challenge for adapting the re-ID model traine…
ClusteringPerson Re-IdentificationPseudo LabelTriplet+2Cross-view Asymmetric Metric Learning for Unsupervised Person Re-identification
While metric learning is important for Person re-identification (RE-ID), a significant problem in visual surveillance for cross-view pedestrian matching, existing metric models for RE-ID are mostly based on supervised le…
ClusteringMetric LearningPerson Re-IdentificationUnsupervised Person Re-IdentificationUnsupervised Person Re-identification by Deep Asymmetric Metric Embedding
Person re-identification (Re-ID) aims to match identities across non-overlapping camera views. Researchers have proposed many supervised Re-ID models which require quantities of cross-view pairwise labelled data. This li…
ClusteringDeep ClusteringMetric LearningPerson Re-Identification+1Learning from Self-Discrepancy via Multiple Co-teaching for Cross-Domain Person Re-Identification
Employing clustering strategy to assign unlabeled target images with pseudo labels has become a trend for person re-identification (re-ID) algorithms in domain adaptation. A potential limitation of these clustering-based…
ClusteringDomain AdaptationPerson Re-IdentificationPseudo Label