Learning Diverse Features with Part-Level Resolution for Person Re-Identification
Ben Xie, Xiaofu Wu, Suofei Zhang, Shiliang Zhao, Ming Li
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/AI-NERC-NUPT/PLR-OSNetOfficialIn paperpytorch★ 48
Abstract
Learning diverse features is key to the success of person re-identification. Various part-based methods have been extensively proposed for learning local representations, which, however, are still inferior to the best-performing methods for person re-identification. This paper proposes to construct a strong lightweight network architecture, termed PLR-OSNet, based on the idea of Part-Level feature Resolution over the Omni-Scale Network (OSNet) for achieving feature diversity. The proposed PLR-OSNet has two branches, one branch for global feature representation and the other branch for local feature representation. The local branch employs a uniform partition strategy for part-level feature resolution but produces only a single identity-prediction loss, which is in sharp contrast to the existing part-based methods. Empirical evidence demonstrates that the proposed PLR-OSNet achieves state-of-the-art performance on popular person Re-ID datasets, including Market1501, DukeMTMC-reID and CUHK03, despite its small model size.
Tasks
Benchmark Results
| Dataset | Model | Metric | Claimed | Verified | Status |
|---|---|---|---|---|---|
| CUHK03-C | MGN | Rank-1 | 5.44 | — | Unverified |
| CUHK03 detected | PLR-OSNet | MAP | 77.2 | — | Unverified |
| CUHK03 labeled | PLR-OSNet | MAP | 80.5 | — | Unverified |
| DukeMTMC-reID | PLR-OSNet | mAP | 81.2 | — | Unverified |
| Market-1501 | PLR-OSNet | Rank-1 | 95.6 | — | Unverified |
| Market-1501-C | PLR-OS | Rank-1 | 37.56 | — | Unverified |