English

Improved Mutual Mean-Teaching for Unsupervised Domain Adaptive Re-ID

Computer Vision and Pattern Recognition 2020-08-25 v1

Abstract

In this technical report, we present our submission to the VisDA Challenge in ECCV 2020 and we achieved one of the top-performing results on the leaderboard. Our solution is based on Structured Domain Adaptation (SDA) and Mutual Mean-Teaching (MMT) frameworks. SDA, a domain-translation-based framework, focuses on carefully translating the source-domain images to the target domain. MMT, a pseudo-label-based framework, focuses on conducting pseudo label refinery with robust soft labels. Specifically, there are three main steps in our training pipeline. (i) We adopt SDA to generate source-to-target translated images, and (ii) such images serve as informative training samples to pre-train the network. (iii) The pre-trained network is further fine-tuned by MMT on the target domain. Note that we design an improved MMT (dubbed MMT+) to further mitigate the label noise by modeling inter-sample relations across two domains and maintaining the instance discrimination. Our proposed method achieved 74.78% accuracies in terms of mAP, ranked the 2nd place out of 153 teams.

Keywords

Cite

@article{arxiv.2008.10313,
  title  = {Improved Mutual Mean-Teaching for Unsupervised Domain Adaptive Re-ID},
  author = {Yixiao Ge and Shijie Yu and Dapeng Chen},
  journal= {arXiv preprint arXiv:2008.10313},
  year   = {2020}
}

Comments

2nd place solution to VisDA-2020 Challenge (ECCVW). Code&Models are available at https://github.com/yxgeee/VisDA-ECCV20

R2 v1 2026-06-23T18:03:31.723Z