Xinqian Gu, Hong Chang, Bingpeng Ma, Shutao Bai, Shiguang Shan, Xilin Chen
The key to address clothes-changing person re-identification (re-id) is to extract clothes-irrelevant features, e.g., face, hairstyle, body shape, and gait. Most current works mainly focus on modeling body shape from multi-modality information (e.g., silhouettes and sketches), but do not make full use of the clothes-irrelevant information in the original RGB images. In this paper, we propose a Clothes-based Adversarial Loss (CAL) to mine clothes-irrelevant features from the original RGB images by penalizing the predictive power of re-id model w.r.t. clothes. Extensive experiments demonstrate that using RGB images only, CAL outperforms all state-of-the-art methods on widely-used clothes-changing person re-id benchmarks. Besides, compared with images, videos contain richer appearance and additional temporal information, which can be used to model proper spatiotemporal patterns to assist clothes-changing re-id. Since there is no publicly available clothes-changing video re-id dataset, we contribute a new dataset named CCVID and show that there exists much room for improvement in modeling spatiotemporal information. The code and new dataset are available at: https://github.com/guxinqian/Simple-CCReID.
| Task | Dataset | Metric | Value | Model |
|---|---|---|---|---|
| Person Re-Identification | VC-Clothes | Rank-1 | 85.8 | CAL |
| Person Re-Identification | VC-Clothes | mAP | 79.8 | CAL |
| Person Re-Identification | LTCC | Rank-1 | 40.1 | CAL |
| Person Re-Identification | LTCC | mAP | 18 | CAL |
| Person Re-Identification | CCVID | Rank-1 | 81.7 | CAL |
| Person Re-Identification | CCVID | mAP | 79.6 | CAL |
| Person Re-Identification | PRCC | Rank-1 | 55.2 | CAL |
| Person Re-Identification | PRCC | mAP | 55.8 | CAL |
| Gait Recognition | CASIA-B | Accuracy (Cross-View, Avg) | 97.3 | CAL (RGB), AP3DNLResNet50 |
| Gait Recognition | CASIA-B | BG#1-2 | 99.8 | CAL (RGB), AP3DNLResNet50 |
| Gait Recognition | CASIA-B | CL#1-2 | 92.3 | CAL (RGB), AP3DNLResNet50 |
| Gait Recognition | CASIA-B | NM#5-6 | 99.9 | CAL (RGB), AP3DNLResNet50 |