SOTAVerified

Bag of Tricks and A Strong Baseline for Deep Person Re-identification

2019-03-17Code Available2· sign in to hype

Hao Luo, Youzhi Gu, Xingyu Liao, Shenqi Lai, Wei Jiang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

This paper explores a simple and efficient baseline for person re-identification (ReID). Person re-identification (ReID) with deep neural networks has made progress and achieved high performance in recent years. However, many state-of-the-arts methods design complex network structure and concatenate multi-branch features. In the literature, some effective training tricks are briefly appeared in several papers or source codes. This paper will collect and evaluate these effective training tricks in person ReID. By combining these tricks together, the model achieves 94.5% rank-1 and 85.9% mAP on Market1501 with only using global features. Our codes and models are available at https://github.com/michuanhaohao/reid-strong-baseline.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
DukeMTMC-reIDBoT Baseline(RK)mAP89.1Unverified
Market-1501BoT Baseline(RK)Rank-195.43Unverified
Market-1501-CBoT (ResNet-50) Rank-127.05Unverified
MSMT17-CBoT (ResNet-50) Rank-120.2Unverified
UAV-HumanTricks Rank-162.48Unverified

Reproductions