SOTAVerified

Pedestrian Alignment Network for Large-scale Person Re-identification

2017-07-03Code Available0· sign in to hype

Zhedong Zheng, Liang Zheng, Yi Yang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Person re-identification (person re-ID) is mostly viewed as an image retrieval problem. This task aims to search a query person in a large image pool. In practice, person re-ID usually adopts automatic detectors to obtain cropped pedestrian images. However, this process suffers from two types of detector errors: excessive background and part missing. Both errors deteriorate the quality of pedestrian alignment and may compromise pedestrian matching due to the position and scale variances. To address the misalignment problem, we propose that alignment can be learned from an identification procedure. We introduce the pedestrian alignment network (PAN) which allows discriminative embedding learning and pedestrian alignment without extra annotations. Our key observation is that when the convolutional neural network (CNN) learns to discriminate between different identities, the learned feature maps usually exhibit strong activations on the human body rather than the background. The proposed network thus takes advantage of this attention mechanism to adaptively locate and align pedestrians within a bounding box. Visual examples show that pedestrians are better aligned with PAN. Experiments on three large-scale re-ID datasets confirm that PAN improves the discriminative ability of the feature embeddings and yields competitive accuracy with the state-of-the-art methods.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CUHK03 detectedPAN+re-rankMAP43.8Unverified
CUHK03 detectedPAN(Zheng et al., [2017a])MAP34Unverified
CUHK03 labeledPAN+re-rankMAP45.8Unverified
CUHK03 labeledPAN(Zheng et al., [2017a])MAP35Unverified
DukeMTMC-reIDPANmAP51.51Unverified
DukeMTMC-reIDPAN + re-rankmAP66.74Unverified
Market-1501PAN (GAN)+re-rankRank-188.57Unverified

Reproductions