SOTAVerified

In Defense of the Triplet Loss for Person Re-Identification

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

Alexander Hermans, Lucas Beyer, Bastian Leibe

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

In the past few years, the field of computer vision has gone through a revolution fueled mainly by the advent of large datasets and the adoption of deep convolutional neural networks for end-to-end learning. The person re-identification subfield is no exception to this. Unfortunately, a prevailing belief in the community seems to be that the triplet loss is inferior to using surrogate losses (classification, verification) followed by a separate metric learning step. We show that, for models trained from scratch as well as pretrained ones, using a variant of the triplet loss to perform end-to-end deep metric learning outperforms most other published methods by a large margin.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CUHK03TriNetRank-189.63Unverified
DukeMTMC-reIDTriNetmAP53.5Unverified
Market-1501LuNet (RK)Rank-184.59Unverified
Market-1501LuNetRank-181.38Unverified
Market-1501TriNet (RK)Rank-186.67Unverified
Market-1501TriNetRank-184.92Unverified
MARSLuNet (RK)mAP73.68Unverified
MARSTriNetmAP67.7Unverified
MARSLuNetmAP60.48Unverified
MARSTriNet (RK)mAP77.43Unverified

Reproductions