Yang Fu, Yunchao Wei, Guanshuo Wang, Yuqian Zhou, Honghui Shi, Thomas Huang
Domain adaptation in person re-identification (re-ID) has always been a challenging task. In this work, we explore how to harness the natural similar characteristics existing in the samples from the target domain for learning to conduct person re-ID in an unsupervised manner. Concretely, we propose a Self-similarity Grouping (SSG) approach, which exploits the potential similarity (from global body to local parts) of unlabeled samples to automatically build multiple clusters from different views. These independent clusters are then assigned with labels, which serve as the pseudo identities to supervise the training process. We repeatedly and alternatively conduct such a grouping and training process until the model is stable. Despite the apparent simplify, our SSG outperforms the state-of-the-arts by more than 4.6% (DukeMTMC to Market1501) and 4.4% (Market1501 to DukeMTMC) in mAP, respectively. Upon our SSG, we further introduce a clustering-guided semisupervised approach named SSG ++ to conduct the one-shot domain adaption in an open set setting (i.e. the number of independent identities from the target domain is unknown). Without spending much effort on labeling, our SSG ++ can further promote the mAP upon SSG by 10.7% and 6.9%, respectively. Our Code is available at: https://github.com/OasisYang/SSG .
| Task | Dataset | Metric | Value | Model |
|---|---|---|---|---|
| Domain Adaptation | Duke to MSMT | mAP | 13.3 | SSG |
| Domain Adaptation | Duke to MSMT | rank-1 | 32.2 | SSG |
| Domain Adaptation | Duke to MSMT | rank-10 | 51.2 | SSG |
| Domain Adaptation | Market to MSMT | mAP | 13.2 | SSG |
| Domain Adaptation | Market to MSMT | rank-1 | 31.6 | SSG |
| Domain Adaptation | Market to MSMT | rank-10 | 49.6 | SSG |
| Domain Adaptation | Market to Duke | mAP | 53.4 | SSG |
| Domain Adaptation | Market to Duke | rank-1 | 73 | SSG |
| Domain Adaptation | Market to Duke | rank-10 | 83.2 | SSG |
| Domain Adaptation | Market to Duke | rank-5 | 80.6 | SSG |
| Domain Adaptation | Duke to Market | mAP | 58.3 | SSG |
| Domain Adaptation | Duke to Market | rank-1 | 80 | SSG |
| Domain Adaptation | Duke to Market | rank-10 | 92.4 | SSG |
| Domain Adaptation | Duke to Market | rank-5 | 90 | SSG |
| Person Re-Identification | DukeMTMC-reID | MAP | 55.9 | Self-Similarity Grouping (one shot) |
| Person Re-Identification | DukeMTMC-reID | Rank-1 | 72.4 | Self-Similarity Grouping (one shot) |
| Person Re-Identification | DukeMTMC-reID | Rank-10 | 87.7 | Self-Similarity Grouping (one shot) |
| Person Re-Identification | DukeMTMC-reID | Rank-5 | 84 | Self-Similarity Grouping (one shot) |
| Person Re-Identification | DukeMTMC-reID->MSMT17 | Rank-1 | 43.6 | Self-Similarity Grouping (one shot) |
| Person Re-Identification | DukeMTMC-reID->MSMT17 | Rank-10 | 61.8 | Self-Similarity Grouping (one shot) |
| Person Re-Identification | DukeMTMC-reID->MSMT17 | mAP | 23.6 | Self-Similarity Grouping (one shot) |
| Person Re-Identification | Market-1501->MSMT17 | Rank-1 | 27.6 | Self-Similarity Grouping (one shot) |
| Person Re-Identification | Market-1501->MSMT17 | Rank-10 | 45.7 | Self-Similarity Grouping (one shot) |
| Person Re-Identification | Market-1501->MSMT17 | mAP | 11.8 | Self-Similarity Grouping (one shot) |
| Person Re-Identification | Market-1501 | MAP | 71.5 | Self-Similarity Grouping (one shot) |
| Person Re-Identification | Market-1501 | Rank-1 | 87.5 | Self-Similarity Grouping (one shot) |
| Person Re-Identification | Market-1501 | Rank-10 | 96.8 | Self-Similarity Grouping (one shot) |
| Person Re-Identification | Market-1501 | Rank-5 | 95.2 | Self-Similarity Grouping (one shot) |
| Unsupervised Domain Adaptation | Duke to MSMT | mAP | 13.3 | SSG |
| Unsupervised Domain Adaptation | Duke to MSMT | rank-1 | 32.2 | SSG |
| Unsupervised Domain Adaptation | Duke to MSMT | rank-10 | 51.2 | SSG |
| Unsupervised Domain Adaptation | Market to MSMT | mAP | 13.2 | SSG |
| Unsupervised Domain Adaptation | Market to MSMT | rank-1 | 31.6 | SSG |
| Unsupervised Domain Adaptation | Market to MSMT | rank-10 | 49.6 | SSG |
| Unsupervised Domain Adaptation | Market to Duke | mAP | 53.4 | SSG |
| Unsupervised Domain Adaptation | Market to Duke | rank-1 | 73 | SSG |
| Unsupervised Domain Adaptation | Market to Duke | rank-10 | 83.2 | SSG |
| Unsupervised Domain Adaptation | Market to Duke | rank-5 | 80.6 | SSG |
| Unsupervised Domain Adaptation | Duke to Market | mAP | 58.3 | SSG |
| Unsupervised Domain Adaptation | Duke to Market | rank-1 | 80 | SSG |
| Unsupervised Domain Adaptation | Duke to Market | rank-10 | 92.4 | SSG |
| Unsupervised Domain Adaptation | Duke to Market | rank-5 | 90 | SSG |