SOTAVerified

Learning Discriminative Features with Multiple Granularities for Person Re-Identification

2018-04-04Code Available0· sign in to hype

Guanshuo Wang, Yufeng Yuan, Xiong Chen, Jiwei Li, Xi Zhou

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

The combination of global and partial features has been an essential solution to improve discriminative performances in person re-identification (Re-ID) tasks. Previous part-based methods mainly focus on locating regions with specific pre-defined semantics to learn local representations, which increases learning difficulty but not efficient or robust to scenarios with large variances. In this paper, we propose an end-to-end feature learning strategy integrating discriminative information with various granularities. We carefully design the Multiple Granularity Network (MGN), a multi-branch deep network architecture consisting of one branch for global feature representations and two branches for local feature representations. Instead of learning on semantic regions, we uniformly partition the images into several stripes, and vary the number of parts in different local branches to obtain local feature representations with multiple granularities. Comprehensive experiments implemented on the mainstream evaluation datasets including Market-1501, DukeMTMC-reid and CUHK03 indicate that our method has robustly achieved state-of-the-art performances and outperformed any existing approaches by a large margin. For example, on Market-1501 dataset in single query mode, we achieve a state-of-the-art result of Rank-1/mAP=96.6%/94.2% after re-ranking.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CUHK03 detectedMGN (ACM MM'18)MAP66Unverified
CUHK03 labeledMGN (ACM MM'18)MAP67.4Unverified
DukeMTMC-reIDMGNmAP78.4Unverified
Market-1501MGNRank-195.7Unverified
Market-1501-CMGN Rank-129.56Unverified
SYSU-30kMGN (generalization) Rank-123.6Unverified

Reproductions