CVAIDec 16, 2020

Exploiting Sample Uncertainty for Domain Adaptive Person Re-Identification

arXiv:2012.08733v2190 citations
Originality Incremental advance
AI Analysis

This work provides an incremental improvement for researchers and practitioners working on unsupervised domain adaptive person re-identification by mitigating the impact of noisy pseudo-labels.

This paper addresses the issue of noisy pseudo-labels in unsupervised domain adaptive person re-identification (ReID) by estimating and exploiting the credibility of each sample's pseudo-label. By re-weighting the contribution of samples based on their uncertainty, the method achieves state-of-the-art performance on benchmark datasets.

Many unsupervised domain adaptive (UDA) person re-identification (ReID) approaches combine clustering-based pseudo-label prediction with feature fine-tuning. However, because of domain gap, the pseudo-labels are not always reliable and there are noisy/incorrect labels. This would mislead the feature representation learning and deteriorate the performance. In this paper, we propose to estimate and exploit the credibility of the assigned pseudo-label of each sample to alleviate the influence of noisy labels, by suppressing the contribution of noisy samples. We build our baseline framework using the mean teacher method together with an additional contrastive loss. We have observed that a sample with a wrong pseudo-label through clustering in general has a weaker consistency between the output of the mean teacher model and the student model. Based on this finding, we propose to exploit the uncertainty (measured by consistency levels) to evaluate the reliability of the pseudo-label of a sample and incorporate the uncertainty to re-weight its contribution within various ReID losses, including the identity (ID) classification loss per sample, the triplet loss, and the contrastive loss. Our uncertainty-guided optimization brings significant improvement and achieves the state-of-the-art performance on benchmark datasets.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes