Home

Awesome

LUPerson-NL

Large-Scale Pre-training for Person Re-identification with Noisy Labels (LUPerson-NL)

The repository is for our CVPR2022 paper Large-Scale Pre-training for Person Re-identification with Noisy Labels.

LUPerson-NL Dataset

LUPerson-NL is currently the largest noisy annotated Person Re-identification dataset without humuan labelling efforts, which is used for Pre-training. LUPerson-NL consists of 10M images of over 430K identities extracted from 21K street-view videos and covers a much diverse range of capturing environments.

Details can be found at ./LUP-NL.

Pre-trained Models

Modellink
ResNet50R50 code:pr50
ResNet101R101 code:r101
ResNet152R152 code:r152

Finetuned Results

For MGN with ResNet50:

DatasetmAPcmc1link
MSMT1768.086.0-
DukeMTMC84.392.0-
Market150191.996.6-
CUHK03-L80.480.9-
<!-- These numbers are a little different from those reported in our paper, and most are slightly better. -->

For MGN with ResNet101:

DatasetmAPcmc1path
MSMT1770.887.1-
DukeMTMC85.592.8-
Market150192.596.9-
CUHK03-L80.581.2-

For MGN with ResNet152:

DatasetmAPcmc1path
MSMT1771.687.5-
DukeMTMC85.692.4-
Market150192.796.8-
CUHK03-L80.681.2-
<!-- **The numbers are in the format of `without RR`/`with RR`**. -->

Citation

If you find this code useful for your research, please cite our paper.

@article{fu2020unsupervised,
  title={Unsupervised Pre-training for Person Re-identification},
  author={Fu, Dengpan and Chen, Dongdong and Bao, Jianmin and Yang, Hao and Yuan, Lu and Zhang, Lei and Li, Houqiang and Chen, Dong},
  journal={Proceedings of the IEEE conference on computer vision and pattern recognition},
  year={2021}
}
@article{fu2022large,
  title={Large-Scale Pre-training for Person Re-identification with Noisy Labels},
  author={Fu, Dengpan and Chen, Dongdong and Yang, Hao and Bao, Jianmin and Yuan, Lu and Zhang, Lei and Li, Houqiang and Wen, Fang and Chen, Dong},
  journal={arXiv preprint arXiv:2203.16533},
  year={2022}
}