SOTAVerified

A Discriminatively Learned CNN Embedding for Person Re-identification

2016-11-17Code Available0· sign in to hype

Zhedong Zheng, Liang Zheng, Yi Yang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We revisit two popular convolutional neural networks (CNN) in person re-identification (re-ID), i.e, verification and classification models. The two models have their respective advantages and limitations due to different loss functions. In this paper, we shed light on how to combine the two models to learn more discriminative pedestrian descriptors. Specifically, we propose a new siamese network that simultaneously computes identification loss and verification loss. Given a pair of training images, the network predicts the identities of the two images and whether they belong to the same identity. Our network learns a discriminative embedding and a similarity measurement at the same time, thus making full usage of the annotations. Albeit simple, the learned embedding improves the state-of-the-art performance on two public person re-ID benchmarks. Further, we show our architecture can also be applied in image retrieval.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Oxford5kIdentification+VerificationmAP76.4Unverified

Reproductions