Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Learning Generalisable Omni-Scale Representations for Person Re-Identification

About

An effective person re-identification (re-ID) model should learn feature representations that are both discriminative, for distinguishing similar-looking people, and generalisable, for deployment across datasets without any adaptation. In this paper, we develop novel CNN architectures to address both challenges. First, we present a re-ID CNN termed omni-scale network (OSNet) to learn features that not only capture different spatial scales but also encapsulate a synergistic combination of multiple scales, namely omni-scale features. The basic building block consists of multiple convolutional streams, each detecting features at a certain scale. For omni-scale feature learning, a unified aggregation gate is introduced to dynamically fuse multi-scale features with channel-wise weights. OSNet is lightweight as its building blocks comprise factorised convolutions. Second, to improve generalisable feature learning, we introduce instance normalisation (IN) layers into OSNet to cope with cross-dataset discrepancies. Further, to determine the optimal placements of these IN layers in the architecture, we formulate an efficient differentiable architecture search algorithm. Extensive experiments show that, in the conventional same-dataset setting, OSNet achieves state-of-the-art performance, despite being much smaller than existing re-ID models. In the more challenging yet practical cross-dataset setting, OSNet beats most recent unsupervised domain adaptation methods without using any target data. Our code and models are released at \texttt{https://github.com/KaiyangZhou/deep-person-reid}.

Kaiyang Zhou, Yongxin Yang, Andrea Cavallaro, Tao Xiang• 2019

Related benchmarks

TaskDatasetResultRank
Person Re-IdentificationMarket1501 (test)
Rank-1 Accuracy70.1
1264
Person Re-IdentificationDuke MTMC-reID (test)
Rank-171.1
1018
Person Re-IdentificationMarket 1501
mAP86.7
999
Person Re-IdentificationDukeMTMC-reID
Rank-1 Acc88.6
648
Person Re-IdentificationMSMT17
mAP0.551
404
Person Re-IdentificationMarket-1501 (test)
Rank-170.1
384
Person Re-IdentificationCUHK03 (Detected)
Rank-1 Accuracy72.3
219
Person Re-IdentificationCUHK03
R172.3
184
Person Re-IdentificationVIPeR
Rank-168
182
Person Re-IdentificationDukeMTMC
R1 Accuracy88.7
120
Showing 10 of 22 rows

Other info

Code

Follow for update