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

A Strong Baseline and Batch Normalization Neck for Deep Person Re-identification

About

This study explores a simple but strong baseline for person re-identification (ReID). Person ReID with deep neural networks has progressed and achieved high performance in recent years. However, many state-of-the-art methods design complex network structures and concatenate multi-branch features. In the literature, some effective training tricks briefly appear in several papers or source codes. The present study collects and evaluates these effective training tricks in person ReID. By combining these tricks, the model achieves 94.5% rank-1 and 85.9% mean average precision on Market1501 with only using the global features of ResNet50. The performance surpasses all existing global- and part-based baselines in person ReID. We propose a novel neck structure named as batch normalization neck (BNNeck). BNNeck adds a batch normalization layer after global pooling layer to separate metric and classification losses into two different feature spaces because we observe they are inconsistent in one embedding space. Extended experiments show that BNNeck can boost the baseline, and our baseline can improve the performance of existing state-of-the-art methods. Our codes and models are available at: https://github.com/michuanhaohao/reid-strong-baseline.

Hao Luo, Wei Jiang, Youzhi Gu, Fuxu Liu, Xingyu Liao, Shenqi Lai, Jianyang Gu• 2019

Related benchmarks

TaskDatasetResultRank
Person Re-IdentificationMarket1501 (test)
Rank-1 Accuracy94.5
1264
Person Re-IdentificationDuke MTMC-reID (test)
Rank-186.4
1018
Person Re-IdentificationMarket 1501
mAP85.9
999
Person Re-IdentificationDukeMTMC-reID
Rank-1 Acc86.4
648
Person Re-IdentificationMSMT17
mAP0.504
404
Person Re-IdentificationCUHK03
R158
184
Person Re-IdentificationMarket-1501 1.0 (test)
Rank-195.6
131
Video Person Re-IDMARS
Rank-1 Acc85.8
106
Person Re-IdentificationDukeMTMC (test)
mAP76.4
83
Video Person Re-IDiLIDS-VID
Rank-174
80
Showing 10 of 30 rows

Other info

Code

Follow for update