CVNEMar 22, 2017

In Defense of the Triplet Loss for Person Re-Identification

arXiv:1703.07737v43563 citations
Originality Incremental advance
AI Analysis

This addresses a problem in computer vision for person re-identification researchers, showing incremental improvement by challenging a prevailing community belief.

The paper tackles the belief that triplet loss is inferior for person re-identification by demonstrating that a variant of triplet loss in end-to-end deep metric learning outperforms most other methods by a large margin.

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.

Code Implementations31 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes