English

Joint Generative and Contrastive Learning for Unsupervised Person Re-identification

Computer Vision and Pattern Recognition 2021-03-31 v2

Abstract

Recent self-supervised contrastive learning provides an effective approach for unsupervised person re-identification (ReID) by learning invariance from different views (transformed versions) of an input. In this paper, we incorporate a Generative Adversarial Network (GAN) and a contrastive learning module into one joint training framework. While the GAN provides online data augmentation for contrastive learning, the contrastive module learns view-invariant features for generation. In this context, we propose a mesh-based view generator. Specifically, mesh projections serve as references towards generating novel views of a person. In addition, we propose a view-invariant loss to facilitate contrastive learning between original and generated views. Deviating from previous GAN-based unsupervised ReID methods involving domain adaptation, we do not rely on a labeled source dataset, which makes our method more flexible. Extensive experimental results show that our method significantly outperforms state-of-the-art methods under both, fully unsupervised and unsupervised domain adaptive settings on several large scale ReID datsets.

Keywords

Cite

@article{arxiv.2012.09071,
  title  = {Joint Generative and Contrastive Learning for Unsupervised Person Re-identification},
  author = {Hao Chen and Yaohui Wang and Benoit Lagadec and Antitza Dantcheva and Francois Bremond},
  journal= {arXiv preprint arXiv:2012.09071},
  year   = {2021}
}

Comments

CVPR 2021. Source code: https://github.com/chenhao2345/GCL

R2 v1 2026-06-23T21:01:24.750Z