/CANUREID_ICPR2020Oral

Official portal for the paper Implementation of CANU-ReID: A Conditional Adversarial Network for Unsupervised person Re-IDentification (ICPR 2020 Oral).

OtherNOASSERTION

ICPR2020 (Oral) CANU-MMT: A Conditional Adversarial Network for Unsupervised person Re-IDentification for MMT

This is a github portal to the implementation of CANU-ReID: A Conditional Adversarial Network for Unsupervised person Re-IDentification, ICPR 2020 (Oral), based on Mutual Mean-Teaching: Pseudo Label Refinery for Unsupervised Domain Adaptation on Person Re-identification.

Please visit https://gitlab.inria.fr/gdelorme/CANU_REID_MMT to the complete code implemented mainly by Guillaume and partially by Yihong. Due to licence issues, we currently only release code for CANU-MMT: we will update the code for SSG asap.

If you like the work, please star the project and cite:

@inproceedings{delorme2021canu,
  title={CANU-ReID: A Conditional Adversarial Network for Unsupervised person Re-IDentification},
  author={Delorme, Guillaume and Xu, Yihong and Lathuili{\`e}re, St{\'e}phane and Horaud, Radu and Alameda-Pineda, Xavier},
  booktitle={International Conference on Pattern Recognition},
  year={2021}
}

Illustration of CANU-ReID.

Results

Weights are available here.

SRC --> TGT Adaptation by MMT(dbscan) Adaptation by Adv+MMT Adaptation by CANU+MMT
Rank-1 mAP Rank-1 mAP Rank-1 mAP
Market1501 --> DukeMTMC 80.267.282.670.383.370.3
DukeMTMC --> Market150191.779.393.682.294.283.0
Market1501 --> MSMT17 51.626.6--61.734.6
DukeMTMC --> MSMT17 59.032.0--66.938.3

Acknowledgement

Our code is based on MMT